summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-03-15USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel1-2/+2
2012-03-15USB: use generic platform driver on ath79Hauke Mehrtens5-371/+10
2012-03-15USB: EHCI: Add a generic platform device driverHauke Mehrtens3-0/+213
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens3-0/+209
2012-03-13USB: ohci-nxp: Remove i2c_write(), use smbusRoland Stigge1-29/+29
2012-03-13USB: ohci-nxp: Support for LPC32xxRoland Stigge2-35/+109
2012-03-13USB: ohci-nxp: Rename symbols from pnx4008 to nxpRoland Stigge2-27/+28
2012-03-13USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxpRoland Stigge2-1/+1
2012-03-13usb: host: xhci: add platform driver supportSebastian Andrzej Siewior5-0/+233
2012-03-13xHCI: update sg tablesizeAndiry Xu1-1/+2
2012-03-13xHCI: check enqueue pointer advance into dequeue segAndiry Xu1-12/+13
2012-03-13xHCI: Allocate 2 segments for transfer ringAndiry Xu1-3/+3
2012-03-13xHCI: dynamic ring expansionAndiry Xu3-17/+93
2012-03-13xHCI: set cycle state when allocate ringsAndiry Xu1-18/+38
2012-03-13xHCI: factor out segments allocation and free functionAndiry Xu1-34/+55
2012-03-13xHCI: count free TRBs on transfer ringAndiry Xu4-47/+67
2012-03-13xHCI: store ring's last segment and segment numbersAndiry Xu2-0/+4
2012-03-12xHCI: store ring's typeAndiry Xu3-75/+92
2012-03-12usb: host: xhci: use __ffs() instead of hardcoding shiftFelipe Balbi1-4/+1
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu1-24/+27
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman32-524/+479
2012-03-08USB: ehci-s5p: add DMA burst supportJingoo Han1-0/+15
2012-03-02usb: ohci-pxa27x: add explicit include of hardware.hRob Herring1-0/+1
2012-03-02usb: sl811-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-02usb: r8a66597-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-02usb: isp116x-hcd: Convert to module_platform_driverTobias Klauser1-19/+4
2012-03-02Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2-10/+2
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi3-6/+6
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman9-35/+37
2012-02-29Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"Greg Kroah-Hartman1-14/+10
2012-02-28powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platformShengzhou Liu1-10/+14
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus7-14/+14
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus6-19/+21
2012-02-24usb: host: add dependence for USB_EHCI_MVNeil Zhang1-1/+1
2012-02-24USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han1-4/+2
2012-02-24USB: ehci-spear: Add PM supportDeepak Sikri1-2/+81
2012-02-24powerpc/usb: fix bug of kernel hang when initializing usbShengzhou Liu2-0/+5
2012-02-24usb: Fix build error due to dma_mask is not at pdev_archdata at ARMPeter Chen1-1/+0
2012-02-24usb: Fix typo in ehci-dbg.cMasanari Iida1-1/+1
2012-02-24usb: isp1362-hcd: Convert to module_platform_driverTobias Klauser1-16/+4
2012-02-24USB: ehci-fsl: Turn on cache snooping on MPC8xxxPan Jiafei1-14/+11
2012-02-24usb: host: remove ehci-pxa168.cNeil Zhang3-375/+0
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman11-17/+303
2012-02-21xhci: Fix encoding for HS bulk/control NAK rate.Sarah Sharp1-8/+24
2012-02-21USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp1-0/+11
2012-02-15usb: host: ehci: allow ehci_* symbols to be unusedFelipe Balbi1-3/+5
2012-02-14USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp2-8/+33
2012-02-14USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp1-0/+41
2012-02-14USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp2-1/+31
2012-02-14xHCI: Kick khubd when USB3 resume really completes.Sarah Sharp1-12/+17