summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| * | USB: ehci: fix debugfs 'lpm' permissionsGreg Kroah-Hartman2010-11-151-1/+1
| * | xhci: Fix command ring replay after resume.Sarah Sharp2010-11-151-10/+61
| * | xHCI: fix wMaxPacketSize maskAndiry Xu2010-11-112-2/+7
| * | xHCI: release spinlock when setup interruptAndiry Xu2010-11-111-0/+2
| * | xhci: Remove excessive printks with shared IRQs.Sarah Sharp2010-11-111-1/+0
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
|/ /
* | Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"Greg Kroah-Hartman2010-11-111-1/+1
* | USB: ohci-jz4740: Fix spelling in MODULE_ALIASStefan Weil2010-11-111-1/+1
* | USB: xhci: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-111-1/+1
* | USB: ehci/mxc: compile fixUwe Kleine-König2010-11-111-5/+9
* | USB: Fix FSL USB driver on non Open Firmware systemsMarc Kleine-Budde2010-11-111-1/+1
|/
* USB: Add EHCI and OHCH glue for OCTEON II SOCs.David Daney2010-10-297-2/+645
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-251-2/+2
|\
| * usb: Fix up r8a66597-hcd section mismatches.Paul Mundt2010-09-161-2/+2
OpenPOWER on IntegriCloud