summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Revert "USB: update host controller Kconfig entries"Greg Kroah-Hartman2013-02-201-17/+9
* USB: update host controller Kconfig entriesArnd Bergmann2013-02-181-9/+17
* USB: EHCI: make ehci-orion a separate driverManjunath Goudar2013-02-154-53/+52
* USB: EHCI: make ehci-vt8500 a separate driverManjunath Goudar2013-02-154-45/+43
* USB: ehci-omap: Fix autoloading of moduleRoger Quadros2013-02-141-1/+1
* USB: ehci-omap: Don't free gpios that we didn't requestRoger Quadros2013-02-141-8/+0
* drivers/usb: add missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-081-1/+1
* Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-088-42/+73
|\
| * USB: EHCI: fix bug in scheduling periodic split transfersAlan Stern2013-01-311-1/+1
| * USB: EHCI: fix for leaking isochronous dataAlan Stern2013-01-311-2/+5
| * USB: EHCI: fix timer bug affecting port resumeAlan Stern2013-01-251-1/+5
| * USB: UHCI: notify usbcore about port resumesAlan Stern2013-01-251-0/+3
| * USB: EHCI: notify usbcore about port resumesAlan Stern2013-01-252-0/+4
| * USB: EHCI: unlink one async QH at a timeAlan Stern2013-01-251-20/+30
| * USB: EHCI: remove ASS/PSS polling timeoutAlan Stern2013-01-251-14/+15
| * usb: Prevent dead ports when xhci is not enabledDavid Moore2013-01-241-0/+1
| * USB: XHCI: fix memory leak of URB-private dataAlan Stern2013-01-241-0/+2
| * drivers: xhci: fix incorrect bit testNickolai Zeldovich2013-01-241-1/+1
| * xhci: Fix TD size for isochronous URBs.Sarah Sharp2013-01-241-2/+3
| * xhci: Fix isoc TD encoding.Sarah Sharp2013-01-241-1/+3
* | usb/isp1760: declare schedule_ptds() and errata2_function() staticArvid Brodin2013-01-301-2/+2
* | Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-256-87/+70
|\ \ | |/
| * USB: EHCI: fix build error in ehci-mxcAlan Stern2013-01-234-76/+53
| * USB: EHCI: add a name for the platform-private fieldAlan Stern2013-01-221-0/+3
| * USB: EHCI: fix incorrect configuration testAlan Stern2013-01-221-1/+1
| * USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2013-01-222-4/+4
| * USB: UHCI: fix IRQ race during initializationAlan Stern2013-01-221-6/+9
* | Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-252-42/+124
|\ \
| * | USB: ohci-exynos: Add phy driver supportVivek Gautam2013-01-231-21/+63
| * | USB: ehci-s5p: Add phy driver supportVivek Gautam2013-01-231-21/+59
| * | ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2013-01-232-8/+10
* | | Merge tag 'gadget-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2013-01-251-1/+0
|\ \ \
| * | | usb: host: ehci-mv: remove unused variableChao Xie2013-01-241-1/+0
* | | | usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam2013-01-242-2/+2
* | | | USB: uhci: beautify source codeChen Gang2013-01-243-28/+31
* | | | USB: UHCI: remove unused definitionWoody Suwalski2013-01-241-4/+0
* | | | USB: uhci: check buffer length to avoid memory overflowChen Gang2013-01-243-49/+107
* | | | Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman2013-01-186-25/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'usb-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-01-1410-28/+90
| |\ \ \ | | |/ / | |/| |
| | * | usb: host: ohci-tmio: fix compile warningFelipe Balbi2013-01-111-1/+2
| | * | USB: ehci-fsl: fix regression on mpc5121eAnatolij Gustschin2013-01-111-4/+5
| | * | USB: fsl-mph-dr-of: fix regression on mpc5121eAnatolij Gustschin2013-01-111-0/+3
| | * | usb: imx21-hcd: Include missing linux/module.hFabio Estevam2013-01-111-0/+1
| | * | USB: ehci: make debug port in-use detection functional againJan Beulich2013-01-071-19/+20
| * | | Drivers: usb: host: ehci-orion.c: remove __devinitdata markingGreg Kroah-Hartman2013-01-031-1/+1
| | |/ | |/|
* | | USB: ehci-mxc: remove Efika MX-specific CHRGVBUS hackMatt Sealey2013-01-111-20/+0
* | | USB: ohci: set urb->hcpriv = NULL immediately, after free itChen Gang2013-01-111-0/+1
* | | Merge tag 'for-usb-next-2013-01-03' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-01-071-2/+0
|\ \ \ | |_|/ |/| |
| * | usb: host: xhci: remove unused trb var in xhci_irq()Javier Martinez Canillas2013-01-031-2/+0
* | | Merge tag 'for-usb-linus-2013-01-03' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-01-074-2/+57
|\ \ \ | |/ /
OpenPOWER on IntegriCloud