summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-246-21/+4
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2010-08-1135-826/+1887
| |\ \
| * | | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-105-19/+2
| * | | Merge branch 'master' into for-nextJiri Kosina2010-08-103-15/+292
| |\ \ \
| * | | | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-2228-241/+1639
|\ \ \ \ \
| * | | | | USB: imx21-hcd - fix off by one resource size calculationAxel Lin2010-10-221-1/+1
| * | | | | usb: Fix linker errors with CONFIG_PM=nSarah Sharp2010-10-223-12/+15
| * | | | | USB: ohci-sh - use resource_size instead of defining its own resource_len macroAxel Lin2010-10-221-2/+1
| * | | | | USB: isp1362-hcd - use resource_size instead of defining its own resource_len...Axel Lin2010-10-221-10/+8
| * | | | | USB: isp116x-hcd - use resource_size instead of defining its own resource_len...Axel Lin2010-10-221-4/+2
| * | | | | USB: xhci: Fix compile error when CONFIG_PM=nSarah Sharp2010-10-221-0/+8
| * | | | | USB: xHCI: PCI power management implementationAndiry Xu2010-10-223-2/+258
| * | | | | USB: xHCI: bus power management implementationAndiry Xu2010-10-224-0/+200
| * | | | | USB: xHCI: port remote wakeup implementationAndiry Xu2010-10-224-6/+101
| * | | | | USB: xHCI: port power management implementationAndiry Xu2010-10-225-12/+248
| * | | | | USB: core: use kernel assigned address for devices under xHCIAndiry Xu2010-10-222-4/+6
| * | | | | USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu2010-10-223-7/+41
| * | | | | USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu2010-10-223-49/+36
| * | | | | usb: r8a66597-hcd: Change mistake of the outsw functionNobuhiro Iwamatsu2010-10-221-1/+1
| * | | | | usb: makefile cleanupmatt mooney2010-10-222-10/+11
| * | | | | USB: imx21-hcd accept arbitary transfer buffer alignement.Martin Fuzzey2010-10-222-35/+169
| * | | | | USB: imx21-hcd: Fix isochronous endpoint idleMartin Fuzzey2010-10-221-17/+39
| * | | | | USB: imx21-hcd: refactor hardware data memory managementMartin Fuzzey2010-10-221-14/+16
| * | | | | USB: imx21-hcd: remove unused variableMartin Fuzzey2010-10-221-2/+0
| * | | | | USB: UHCI: add native scatter-gather support(v1)Ming Lei2010-10-221-4/+29
| * | | | | USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin2010-10-225-32/+177
OpenPOWER on IntegriCloud