| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: add host support for the tilegx architecture | Chris Metcalf | 2012-07-18 | 1 | -0/+5 |
* | USB: fix PS3 EHCI systems | Ricardo Martins | 2012-06-13 | 1 | -0/+2 |
* | Revert "USB: EHCI: work around bug in the Philips ISP1562 controller" | Greg Kroah-Hartman | 2012-05-21 | 1 | -1/+1 |
* | USB: EHCI: fix command register configuration lost problem | Ming Lei | 2012-05-19 | 1 | -1/+0 |
* | USB: EHCI: work around bug in the Philips ISP1562 controller | Alan Stern | 2012-05-14 | 1 | -1/+1 |
* | usb: chipidea: add host role | Alexander Shishkin | 2012-05-11 | 1 | -0/+8 |
* | EHCI: maintain the ehci->command value properly | Alan Stern | 2012-04-23 | 1 | -6/+10 |
* | Merge 3.4-rc4 into usb-next. | Greg Kroah-Hartman | 2012-04-22 | 1 | -7/+6 |
|\ |
|
| * | usb: host: mips: sead3: USB Host controller support for SEAD-3 platform. | Steven J. Hill | 2012-04-19 | 1 | -0/+5 |
| * | EHCI: don't try to clear the IAAD bit | Alan Stern | 2012-04-18 | 1 | -7/+1 |
* | | EHCI: always clear the STS_FLR status bit | Alan Stern | 2012-04-18 | 1 | -1/+6 |
* | | EHCI: fix criterion for resuming the root hub | Alan Stern | 2012-04-17 | 1 | -1/+1 |
* | | EHCI: keep track of ports being resumed and indicate in hub_status_data | Alan Stern | 2012-04-09 | 1 | -0/+3 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | USB: use generic platform driver on ath79 | Hauke Mehrtens | 2012-03-15 | 1 | -5/+0 |
* | USB: EHCI: Add a generic platform device driver | Hauke Mehrtens | 2012-03-15 | 1 | -0/+5 |
* | usb: host: remove ehci-pxa168.c | Neil Zhang | 2012-02-24 | 1 | -5/+0 |
* | USB: Add EHCI bus glue for Loongson1x SoCs (UPDATED) | Kelvin Cheung | 2012-01-24 | 1 | -0/+5 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2011-12-22 | 1 | -0/+5 |
|\ |
|
| * | USB: EHCI: Add Marvell Host Controller driver | Neil Zhang | 2011-12-20 | 1 | -0/+5 |
* | | Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff... | Greg Kroah-Hartman | 2011-12-09 | 1 | -10/+52 |
|\ \ |
|
| * | | usb: PS3 EHCI QH read work-around | Geoff Levand | 2011-12-09 | 1 | -0/+1 |
| * | | usb: Fix PS3 EHCI suspend | Geoff Levand | 2011-12-08 | 1 | -0/+50 |
| * | | usb: Remove ehci_reset call from ehci_run | Geoff Levand | 2011-12-08 | 1 | -10/+1 |
| |/ |
|
* | | usb: Netlogic: Use CPU_XLR in place of NLM_XLR | Jayachandran C | 2011-11-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2011-11-03 | 1 | -1/+1 |
|\ |
|
| * | MIPS: Alchemy: remove all CONFIG_SOC_AU1??? defines | Manuel Lauss | 2011-10-24 | 1 | -1/+1 |
* | | EHCI: workaround for MosChip controller bug | Alan Stern | 2011-10-18 | 1 | -2/+1 |
* | | EHCI : introduce a common ehci_setup | Matthieu CASTET | 2011-09-26 | 1 | -0/+29 |
* | | usb: ehci: fix comment for EHCI_SHRINK_JIFFIES | Ming Lei | 2011-09-18 | 1 | -1/+1 |
* | | USB: EHCI: remove usages of hcd->state | Alan Stern | 2011-08-22 | 1 | -10/+10 |
* | | usb: OHCI/EHCI support for Netlogic XLS processor. | Jayachandran C | 2011-08-22 | 1 | -0/+5 |
* | | USB: pxa168: Add onchip USB host controller support | Tanmay Upadhyay | 2011-08-22 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-07-25 | 1 | -8/+13 |
|\ |
|
| * | USB: EHCI: go back to using the system clock for QH unlinks | Alan Stern | 2011-07-08 | 1 | -5/+3 |
| * | USB: EHCI: Allow users to override 80% max periodic bandwidth | Kirill Smelkov | 2011-07-08 | 1 | -0/+6 |
| * | USB: EHCI: Move sysfs related bits into ehci-sysfs.c | Kirill Smelkov | 2011-07-08 | 1 | -2/+3 |
| * | ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' option | Niels de Vos | 2011-06-07 | 1 | -1/+1 |
* | | USB: change maintainership of ohci-hcd and ehci-hcd | Alan Stern | 2011-06-15 | 1 | -0/+4 |
|/ |
|
* | USB: remove remaining usages of hcd->state from usbcore and fix regression | Alan Stern | 2011-05-19 | 1 | -1/+3 |
* | USB: EHCI: Add bus glue for GRLIB GRUSBHC controller | Jan Andersson | 2011-05-03 | 1 | -0/+5 |
* | USB: EHCI: Support controllers with big endian capability regs | Jan Andersson | 2011-05-03 | 1 | -1/+1 |
* | USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCs | Gabor Juhos | 2011-04-13 | 1 | -0/+5 |
* | USB: Add initial S5P EHCI driver | Joonyoung Shim | 2011-04-13 | 1 | -0/+5 |
* | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-03-16 | 1 | -6/+6 |
|\ |
|
| * | dt/usb: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 1 | -6/+6 |
* | | usb: host: Add EHCI driver for NVIDIA Tegra SoCs | Benoit Goby | 2011-03-11 | 1 | -0/+5 |
* | | usb: EHCI, OHCI: Add configuration for the SH USB controller | Yoshihiro Shimoda | 2011-03-01 | 1 | -1/+1 |
* | | USB host: Move AMD PLL quirk to pci-quirks.c | Andiry Xu | 2011-03-01 | 1 | -7/+3 |