summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-134-6/+6
|\
| * drivers: fix comment typo diable -> disable.Justin P. Mattock2011-01-032-4/+4
| * Merge branch 'master' into for-nextJiri Kosina2010-12-2216-34/+377
| |\
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-1/+2
|\ \ \
| * | | usb: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+2
* | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-0722-94/+1665
|\ \ \ \
| * \ \ \ USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman2010-12-221-10/+15
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | USB: ehci-mxc: Setup portsc register prior to accessing OTG viewportFabio Estevam2010-12-161-12/+14
| * | | | usb: ehci-omap: fix tll channel enable maskAnand Gadiyar2010-12-161-3/+3
| * | | | usb: ohci-omap3: fix trivial typoKeshava Munegowda2010-12-161-1/+1
| * | | | Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-1621-78/+1647
| |\ \ \ \
| | * | | | USB: EHCI: msm: Add support for power managementPavankumar Kondeti2010-12-102-2/+57
| | * | | | USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti2010-12-103-0/+306
| | * | | | USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He2010-12-104-0/+120
| | * | | | USB: host: uhci-q: Fixed minor coding style issuesTobias Ollmann2010-12-101-5/+7
| | * | | | USB: whci-hcd: fix compiler warningNamhyung Kim2010-12-101-1/+1
| | * | | | Merge branch 'sh/ehci' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/...Greg Kroah-Hartman2010-12-033-1/+249
| | |\ \ \ \
| | | * | | | usb: ehci-sh: Add missing ehci helpers.Paul Mundt2010-11-261-0/+2
| | | * | | | usb: ehci-sh: Fix up fault in shutdown path.Paul Mundt2010-11-261-1/+10
| | | * | | | usb: ehci-hcd: Add support for SuperH EHCI.Paul Mundt2010-11-012-0/+237
| | | * | | | usb: ohci-sh: Set IRQ as shared.Paul Mundt2010-11-011-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'omap4-ehci-for-greg' of git://dev.omapzoom.org/pub/scm/anand/li...Greg Kroah-Hartman2010-11-303-69/+251
| | |\ \ \ \
| | | * | | | usb: ehci-omap: Add OMAP4 supportAnand Gadiyar2010-12-011-42/+212
| | | * | | | usb: ehci-omap: add helpers for checking port modeAnand Gadiyar2010-12-011-9/+12
| | | * | | | usb: ehci-omap: use clkdev aliases for functional clocksAnand Gadiyar2010-12-011-2/+2
| | | * | | | usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAPKeshava Munegowda2010-12-012-1/+9
| | | * | | | usb: ehci-omap: don't hard-code TLL channel countKeshava Munegowda2010-12-011-4/+5
| | | * | | | usb: ehci-omap: update clock names to be more genericKeshava Munegowda2010-12-011-22/+22
| | * | | | | usb: Add in missing EHCI helpers.Paul Mundt2010-11-304-0/+10
| | * | | | | USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-11-301-1/+1
| | |/ / / /
| | * | | | USB: ce4100: Add support for CE4100 EHCI IP block to EHCI driverDirk Brandewie2010-11-171-0/+7
| | * | | | drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdataJoe Perches2010-11-161-1/+1
| | * | | | USB host: Adding USB ehci & ohci support for spear platformDeepak Sikri2010-11-164-0/+462
| | * | | | usb: Add support for VIA VT8500 and compatibles in EHCI HCDAlexey Charkov2010-11-112-0/+177
| | |/ / /
* | | | | Merge branch 'devel-stable' into develRussell King2011-01-066-12/+393
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-01-051-12/+32
| |\ \ \ \
| | * | | | mx51: fix usb clock supportArnaud Patard (Rtp)2011-01-031-12/+32
| | |/ / /
| * | | | Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx int...Russell King2011-01-035-0/+361
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCsMac Lin2010-11-295-0/+361
* | | | | xhci: Fix issue with port array setup and buggy hosts.Sarah Sharp2010-12-091-10/+15
|/ / / /
* | | | Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2010-11-304-0/+215
|\ \ \ \
| * | | | xhci: Don't let the USB core disable SuperSpeed ports.Sarah Sharp2010-11-191-0/+7
| * | | | xhci: Setup array of USB 2.0 and USB 3.0 ports.Sarah Sharp2010-11-192-0/+190
| * | | | xhci: Fix reset-device and configure-endpoint commandsPaul Zimmerman2010-11-191-0/+18
* | | | | USB: ehci: disable LPM and PPCD for nVidia MCP89 chipsBrian J. Tarricone2010-11-301-0/+12
| |_|_|/ |/| | |
* | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2010-11-2411-25/+134
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | USB: EHCI: fix obscure race in ehci_endpoint_disableAlan Stern2010-11-161-5/+5
| * | USB: isp1362-hcd - fix section mismatch warningAxel Lin2010-11-161-1/+1
| * | USB: EHCI: AMD periodic frame list table quirkAndiry Xu2010-11-164-5/+57
OpenPOWER on IntegriCloud