summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson2013-10-161-1/+1
* usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux2013-10-161-2/+4
* usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-162-1/+11
* usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso2013-10-161-1/+3
* USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum2013-10-161-0/+3
* Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman2013-10-141-0/+1
* USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum2013-10-141-0/+3
* USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman2013-10-111-0/+5
* USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-111-0/+1
* USB: support new huawei devices in option.cFangxiaozhi (Franko)2013-10-111-0/+216
* Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-10-115-29/+42
|\
| * xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-093-0/+25
| * xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou2013-10-091-2/+2
| * xhci: quirk for extra long delay for S4Oliver Neukum2013-10-093-1/+15
| * xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp2013-10-091-26/+0
* | Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-114-46/+49
|\ \ | |/ |/|
| * usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior2013-10-114-46/+49
* | usb: chipidea: add Intel Clovertrail pci idDavid Cohen2013-10-031-1/+6
* | Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-016-12/+20
|\ \ | |/
| * usb: gadget: s3c-hsotg: fix can_write limit for non-periodic endpointsRobert Baldyga2013-10-011-1/+1
| * usb: gadget: f_fs: fix error handlingRobert Baldyga2013-10-011-0/+2
| * usb: musb: dsps: do not bind to "musb-hdrc"Sebastian Andrzej Siewior2013-10-011-0/+3
| * usb: musb: gadget: fix otg active status flagBin Liu2013-09-251-1/+0
| * usb: phy: gpio-vbus: fix deferred probe from __initJohan Hovold2013-09-231-6/+5
| * usb: gadget: pxa25x_udc: fix deferred probe from __initJohan Hovold2013-09-231-4/+5
| * usb: musb: fix otg default stateBin Liu2013-09-171-0/+4
* | USB: serial: option: Ignore card reader interface on Huawei E1750Michal Malý2013-09-301-0/+3
* | usb: dwc3: add support for MerrifieldDavid Cohen2013-09-261-0/+2
* | USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
* | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
* | fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
* | usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-251-0/+16
* | usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-251-1/+1
* | usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-251-0/+2
* | usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-251-2/+5
* | usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-251-0/+1
* | usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-251-1/+1
* | USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-253-3/+3
* | USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-252-14/+34
* | USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-251-4/+8
* | USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-251-4/+4
* | usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
* | xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6
* | usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-234-10/+60
* | xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-234-21/+17
* | xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-231-0/+6
* | Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-1713-45/+28
|\ \ | |/
| * usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park2013-09-171-2/+0
| * usb: s3c-hsotg: fix unregistration functionMarek Szyprowski2013-09-171-7/+4
| * usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh2013-09-171-0/+2
OpenPOWER on IntegriCloud