Age | Commit message (Expand) | Author | Files | Lines |
2013-12-08 | USB: OHCI: Properly handle OHCI controller suspend | Majunath Goudar | 1 | -1/+8 |
2013-12-03 | USB: kill #undef VERBOSE_DEBUG | Oliver Neukum | 1 | -2/+0 |
2013-12-03 | ohci:always register debug files | Oliver Neukum | 1 | -6/+0 |
2013-12-03 | ohci: kill ohci_vdbg | Oliver Neukum | 1 | -2/+2 |
2013-12-03 | ohci: remove conditional compilation | Oliver Neukum | 1 | -8/+0 |
2013-10-14 | Revert "USB: OHCI: Properly handle OHCI controller suspend" | Greg Kroah-Hartman | 1 | -8/+1 |
2013-10-05 | USB: OHCI: Properly handle OHCI controller suspend | Manjunath Goudar | 1 | -1/+8 |
2013-09-30 | USB: OHCI: ohci_init_driver(): sanity check overrides | Kevin Hilman | 1 | -4/+6 |
2013-09-29 | Merge 3.12-rc3 into usb-next | Greg Kroah-Hartman | 1 | -10/+12 |
2013-09-26 | USB: OHCI: make ohci-pxa27x a separate driver | Manjunath Goudar | 1 | -5/+0 |
2013-09-26 | USB: OHCI: make ohci-ep93xx a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-nxp a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-s3c2410 a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-at91 a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-spear a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-omap3 a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-omap a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-26 | USB: OHCI: make ohci-exynos a separate driver | Manjunath Goudar | 1 | -18/+0 |
2013-09-25 | USB: OHCI: accept very late isochronous URBs | Alan Stern | 1 | -10/+12 |
2013-07-26 | USB: ohci_usb warn "irq nobody cared" on shutdown | caizhiyong | 1 | -1/+1 |
2013-06-06 | USB: OHCI: remove bogus #error | Arnd Bergmann | 1 | -20/+0 |
2013-06-03 | USB: OHCI: make ohci-platform a separate driver | Manjunath Goudar | 1 | -5/+1 |
2013-05-30 | USB: OHCI: make ohci-pci a separate driver | Manjunath Goudar | 1 | -19/+1 |
2013-05-30 | USB: OHCI: Generic changes to make ohci-pci a separate driver | Manjunath Goudar | 1 | -9/+0 |
2013-05-30 | USB: OHCI: prepare to make ohci-hcd a library module | Manjunath Goudar | 1 | -9/+96 |
2013-05-15 | USB: OHCI: fix logic for scheduling isochronous URBs | Alan Stern | 1 | -14/+18 |
2013-05-15 | USB: fix latency in uhci-hcd and ohci-hcd | Alan Stern | 1 | -1/+1 |
2013-04-25 | USB: OHCI: avoid conflicting platform drivers | Arnd Bergmann | 1 | -18/+118 |
2012-10-22 | USB: OHCI: remove Alchemy OHCI platform driver. | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | USB: OHCI: remove OHCI SH platform driver | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | USB: OHCI: remove Netlogic XLS OHCI platform driver | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | USB: OHCI: remove CNS3xxx OHCI platform driver | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | USB: OHCI: remove PNX8550 OHCI driver | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | USB: ohci: merge ohci_finish_controller_resume with ohci_resume | Florian Fainelli | 1 | -2/+39 |
2012-10-22 | USB: ohci: remove check for RH already suspended in ohci_suspend | Florian Fainelli | 1 | -9/+2 |
2012-10-22 | USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c | Florian Fainelli | 1 | -0/+43 |
2012-10-22 | USB: OHCI: remove ohci-pcc-soc driver. | Florian Fainelli | 1 | -5/+0 |
2012-10-22 | OHCI: implement new semantics for URB_ISO_ASAP | Alan Stern | 1 | -4/+32 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2012-08-26 | ARM: mach-pnx4008: Remove architecture | Roland Stigge | 1 | -1/+1 |
2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 1 | -1/+1 |
2012-07-18 | usb: add host support for the tilegx architecture | Chris Metcalf | 1 | -0/+5 |
2012-04-18 | USB: OHCI: remove old SSB OHCI driver | Hauke Mehrtens | 1 | -20/+1 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-27 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+1 |
2012-03-15 | USB: use generic platform driver on ath79 | Hauke Mehrtens | 1 | -5/+0 |
2012-03-15 | USB: OHCI: Add a generic platform device driver | Hauke Mehrtens | 1 | -0/+5 |
2012-03-13 | USB: ohci-nxp: Support for LPC32xx | Roland Stigge | 1 | -1/+1 |
2012-03-13 | USB: ohci-nxp: Rename symbols from pnx4008 to nxp | Roland Stigge | 1 | -1/+1 |