summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-usb-linus-2013-03-26' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-03-265-54/+71
|\
| * xhci: Don't warn on empty ring for suspended devices.Sarah Sharp2013-03-251-8/+15
| * usb: xhci: Fix TRB transfer length macro used for Event TRB.Vivek Gautam2013-03-252-12/+16
| * usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu2013-03-254-28/+32
| * usb: xhci: fix build warningPeter Chen2013-03-251-6/+8
* | USB: EHCI: fix bug in iTD/siTD DMA pool allocationSoeren Moch2013-03-251-0/+2
|/
* USB: EHCI: fix regression in QH unlinkingAlan Stern2013-03-201-1/+1
* USB: xhci - fix bit definitions for IMAN registerDmitry Torokhov2013-03-181-2/+2
* USB: EHCI: fix regression during bus resumeAlan Stern2013-03-153-1/+15
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-151-1/+2
* USB: EHCI: don't check DMA values in QH overlaysAlan Stern2013-03-051-5/+13
* USB: EHCI: work around silicon bug in Intel's EHCI controllersAlan Stern2013-03-052-8/+16
* Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-031-15/+14
|\
| * USB: EHCI: revert "remove ASS/PSS polling timeout"Alan Stern2013-02-261-15/+14
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-241-3/+3
|\ \
| * | mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)Roger Quadros2013-02-131-3/+3
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-32/+65
|\ \ \ | |_|/ |/| |
| * | Merge tag 'omap-for-v3.9/usb-signed' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-02-198-42/+73
| |\ \
| * \ \ Merge tag 'tegra-for-3.9-soc-usb' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-051-32/+65
| |\ \ \ | | |_|/ | |/| |
| | * | usb: host: tegra: make use of PHY pointer of HCDVenu Byravarasu2013-01-281-14/+13
| | * | usb: host: tegra: don't touch EMC clockStephen Warren2013-01-281-17/+0
| | * | usb: add APIs to access host registers from Tegra PHYVenu Byravarasu2013-01-281-2/+49
| | * | usb: host: tegra: Resetting PORT0 based on information received via DT.Venu Byravarasu2013-01-281-1/+5
* | | | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-2114-160/+269
|\ \ \ \
| * | | | Revert "USB: EHCI: make ehci-vt8500 a separate driver"Greg Kroah-Hartman2013-02-204-43/+45
| * | | | Revert "USB: EHCI: make ehci-orion a separate driver"Greg Kroah-Hartman2013-02-204-52/+53
| * | | | 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/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
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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
| |\ \ \ \ \
| * | | | | | 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
| |\ \ \ \ \ \