summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang2013-07-294-0/+6812
* Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-295-7/+15
|\
| * xhci: fix null pointer dereference on ring_doorbell_for_active_ringsOleksij Rempel2013-07-251-1/+1
| * usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian2013-07-252-1/+7
| * usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabledRandy Dunlap2013-07-251-0/+1
| * usb: xhci: Mark two functions __maybe_unusedOlof Johansson2013-07-251-2/+2
| * xhci: Avoid NULL pointer deref when host dies.Sarah Sharp2013-07-251-3/+3
| * USB: EHCI: Fix resume signalling on remote wakeupRoger Quadros2013-07-221-0/+1
* | USB: ohci_usb warn "irq nobody cared" on shutdowncaizhiyong2013-07-261-1/+1
* | usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)H Hartley Sweeten2013-07-261-76/+52
* | usb: ohci-ep93xx: use devm_clk_get()H Hartley Sweeten2013-07-261-3/+1
* | usb: ohci-ep93xx: use platform_get_irq()H Hartley Sweeten2013-07-261-5/+5
* | usb: ohci-ep93xx: use devm_ioremap_resource()H Hartley Sweeten2013-07-261-21/+14
* | USB: host: Use usb_hcd_platform_shutdown() wherever possibleRoger Quadros2013-07-258-82/+8
* | Revert "usb: host: Faraday fotg210-hcd driver"Greg Kroah-Hartman2013-07-244-6812/+0
* | usb: host: Faraday fotg210-hcd driverYuan-Hsin Chen2013-07-244-0/+6812
* | USB: isp1362: move debug files from proc to debugfsGreg Kroah-Hartman2013-07-242-35/+12
* | USB: sl811: move debug files from proc to debugfsGreg Kroah-Hartman2013-07-242-28/+12
* | Merge tag 'for-usb-next-2013-07-23' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-07-247-177/+187
|\ \
| * | xhci: Correct misplaced newlinesJoe Perches2013-07-231-5/+5
| * | Intel xhci: refactor EHCI/xHCI port switchingMathias Nyman2013-07-234-80/+27
| * | xhci: Report USB 2.1 link status for L1Sarah Sharp2013-07-231-3/+12
| * | xhci: Refactor port status into a new function.Sarah Sharp2013-07-231-91/+119
| * | usb: xhci: add the suspend/resume functionalityVikas Sajjan2013-07-231-0/+26
| |/
* | USB: sl811: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman2013-07-232-46/+42
* | USB: isp116x: remove dependency on CONFIG_USB_DEBUGGreg Kroah-Hartman2013-07-231-12/+1
* | USB: isp1362: remove CONFIG_USB_DEBUG dependencyGreg Kroah-Hartman2013-07-232-17/+5
* | USB: isp1362: remove _DBG() usageGreg Kroah-Hartman2013-07-232-21/+15
* | USB: isp1362: remove unused _WARN_ON() callsGreg Kroah-Hartman2013-07-231-9/+0
* | USB: isp1362: remove unused _BUG_ON() callsGreg Kroah-Hartman2013-07-232-22/+0
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-2/+2
|\
| * MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney2013-06-101-2/+2
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-022-1/+7
|\ \
| * \ Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2013-06-201-1/+1
| |\ \
| | * | USB: Check for ARCH_EXYNOS separatelyTomasz Figa2013-06-191-1/+1
| | |/
| * | Merge tag 'renesas-phy-rcar-usb-for-v3.11' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-06-141-0/+6
| |\ \ | | |/ | |/|
| | * ehci-platform: add pre_setup() method to platform dataSergei Shtylyov2013-06-111-0/+6
* | | xhci: Add missing unlocks on error pathsEmil Goode2013-06-251-0/+2
* | | ehci-atmel.c: prepare clk before calling enableBoris BREZILLON2013-06-241-4/+4
* | | USB: ohci-at91: prepare clk before calling enableBoris BREZILLON2013-06-241-6/+6
* | | USB: HWA: fix device probe failureThomas Pugliese2013-06-241-8/+3
* | | usb: host: xhci-plat: release mem region while removing moduleGeorge Cherian2013-06-241-0/+1
* | | xhci: check for failed dma pool allocationMathias Nyman2013-06-181-0/+4
* | | Merge tag 'for-usb-next-2013-06-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-184-67/+151
|\ \ \
| * | | xhci: remove BUG() in xhci_get_endpoint_type()Mathias Nyman2013-06-141-5/+9
| * | | xhci: Remove BUG in xhci_setup_addressable_virt_devMathias Nyman2013-06-141-25/+10
| * | | xhci: Remove BUG_ON in xhci_get_input_control_ctx.Sarah Sharp2013-06-144-35/+126
| * | | xhci: Remove BUG_ON() in xhci_alloc_container_ctx.Sarah Sharp2013-06-141-2/+6
* | | | USB: EHCI: Remove double assignment of .start in ehci_msp_hc_driverEmil Goode2013-06-171-2/+1
* | | | USB: ehci-omap: Tweak PHY initialization sequenceRoger Quadros2013-06-171-2/+9