summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman7-48/+43
2013-08-27usb: musb: am335x-evm: Do not remove the session bit HOST-only modeSebastian Andrzej Siewior1-0/+2
2013-08-27usb: musb: dsps: do not set is_active on the first drvbus interruptSebastian Andrzej Siewior1-1/+0
2013-08-27usb: usb: dsps: update code according to the binding documentSebastian Andrzej Siewior1-18/+36
2013-08-27usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2-0/+4
2013-08-27usb: musb: dsps: fix devm_ioremap_resource error detection codeJulia Lawall1-2/+2
2013-08-27usb: gadget: USB_NET2272_DMA should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-08-27usb: gadget: USB_R8A66597 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-08-27usb: gadget: USB_FUSB300 should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-08-27usb: musb: avoid null pointer dereference in debug loggingMaarten ter Huurne1-1/+2
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun1-1/+3
2013-08-27usb: phy: am335x-control: make it compile withSebastian Andrzej Siewior1-2/+2
2013-08-27usb: musb: honour the return value of dma_map_single()Sebastian Andrzej Siewior1-1/+9
2013-08-27usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz1-1/+3
2013-08-27xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin1-16/+8
2013-08-27xhci: fix port BESL LPM capability checkingMathias Nyman1-1/+1
2013-08-27usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh1-0/+22
2013-08-27USB: OHCI: fix build error related to ohci_suspend/resumeAlan Stern1-0/+2
2013-08-26USB: serial: clean up attribute permissionsGreg Kroah-Hartman4-22/+14
2013-08-26USB: usbtmc: fix up attribute permissionsGreg Kroah-Hartman1-8/+8
2013-08-26USB: core: be specific about attribute permissionsGreg Kroah-Hartman4-197/+166
2013-08-24USB: core: use DRIVER_ATTR_RW()Greg Kroah-Hartman1-15/+13
2013-08-24USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman1-6/+8
2013-08-23usb: don't use bNbrPorts after initializationKrzysztof Mazur1-7/+5
2013-08-23usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-08-23usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1
2013-08-23usb: ehci-mxc: check for pdata before dereferencingDaniel Mack1-1/+1
2013-08-23usb: phy: fix build breakageAnatolij Gustschin2-2/+2
2013-08-23USB: OHCI: add missing PCI PM callbacks to ohci-pci.cAlan Stern1-0/+5
2013-08-23USB: fsl-mph-dr-of: cleanup clock API useGerhard Sittig1-7/+9
2013-08-20USB: mos7720: fix big-endian control requestsJohan Hovold1-2/+2
2013-08-20USB: mos7720: use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2013-08-20usb:gadget Fix comment for pointer to configfsPhilippe De Swert1-1/+1
2013-08-20Merge tag 'for-usb-2013-08-15-step-2' of ra.kernel.org:/pub/scm/linux/kernel/...Greg Kroah-Hartman5-22/+15
2013-08-19Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman26-129/+282
2013-08-19Merge 3.11-rc6 into usb-nextGreg Kroah-Hartman12-37/+57
2013-08-19USB: serial: fix stringify operator in usb-serial-simpleYann Droneaud1-1/+1
2013-08-16Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp16-59/+72
2013-08-16USB: WUSBCORE: Use usb_init_urb instead of creating the URB manuallyThomas Pugliese1-6/+9
2013-08-16USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.Thomas Pugliese1-5/+4
2013-08-16USB: WUSBCORE: fix resource cleanup in error path in __wa_xfer_setup_segsThomas Pugliese1-2/+4
2013-08-16USB: WUSBCORE: clear RPIPE stall for control endpointsThomas Pugliese3-12/+108
2013-08-16Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman12-354/+510
2013-08-15xhci-plat: Don't enable legacy PCI interrupts.Sarah Sharp3-2/+8
2013-08-15usb: Don't fail port power resume on device disconnect.Sarah Sharp1-8/+5
2013-08-15usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu1-12/+2
2013-08-15USB: handle LPM errors during device suspend correctlyAlan Stern1-33/+38
2013-08-15USB: uss720: fix DMA-buffer allocationJohan Hovold1-9/+15
2013-08-15USB: quatech2: fix port DMA-buffer allocationsJohan Hovold1-6/+15
2013-08-15USB: quatech2: fix serial DMA-buffer allocationsJohan Hovold1-2/+12