summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 's3c-move' into develRussell King2008-10-142-28/+30
|\
| * USB: fix EHCI periodic transfersDavid Brownell2008-09-231-18/+14
| * USB: ehci: fix some ehci hangs and crashesDavid Brownell2008-09-231-10/+16
* | Merge branch 'omap-all' into develRussell King2008-10-141-3/+11
|\ \
| * | [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-051-3/+11
| |/
* | [ARM] ohci-pxa27x: use ioremap() and offset for register accessEric Miao2008-10-071-79/+109
* | [ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()Eric Miao2008-10-071-4/+7
* | [ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resourceEric Miao2008-10-071-7/+17
* | [ARM] ohci-pxa27x: move OHCI controller specific registers into the driverEric Miao2008-10-071-1/+72
* | [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registersEric Miao2008-10-071-0/+37
|/
* [ARM] omap: fix build error in ohci-omap.cRussell King2008-09-041-1/+1
* USB: automatically enable RHSC interruptsAlan Stern2008-08-2119-50/+31
* USB: ISP1760: fixed trivial math in commentEnrico Scholz2008-08-211-1/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-171-1/+1
|\
| * Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2008-08-091-1/+1
| |\
| | * [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
* | | USB: quirk PLL power down modeLibin Yang2008-08-144-0/+164
* | | USB: sh: r8a66597-hcd: fix disconnect regressionYoshihiro Shimoda2008-08-141-23/+26
* | | usb: isp1760: don't be noisy about short packets.Sebastian Siewior2008-08-142-3/+6
* | | usb: ISP1760: improve pre-fetch timingEnrico Scholz2008-08-142-13/+33
* | | usb: return error code instead of 0 in the enqueue function.Sebastian Siewior2008-08-141-2/+1
* | | USB: Hook start_hnp into ohci structDmitry Baryshkov2008-08-143-3/+3
* | | USB: ohci: make distrust_firmware a quirkDmitry Baryshkov2008-08-143-2/+7
* | | USB: OHCI: fix system hang caused by earlier patchAlan Stern2008-08-141-0/+7
|/ /
* | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-088-28/+24
|\|
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-078-24/+24
| * [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-078-8/+8
| * [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-074-4/+0
* | list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-1/+1
|/
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-254-4/+4
* USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May2008-07-221-4/+19
* USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xxSrikanth Srinivasan2008-07-221-0/+5
* USB: Au1xxx-usb: suspend/resume support.Manuel Lauss2008-07-222-19/+155
* USB: Au1xxx-usb: clean up ohci/ehci bus glue sources.Manuel Lauss2008-07-222-334/+210
* USB: ohci-pnx4008: I2C cleanups and fixesJean Delvare2008-07-221-14/+12
* usb: r8a66597-hcd: fix iinterval for Full/Low speed deviceYoshihiro Shimoda2008-07-221-4/+27
* usb: r8a66597-hcd: fix interrupt triggerYoshihiro Shimoda2008-07-221-1/+6
* USB: isp1760: Support board-specific hardware configurationsNate Case2008-07-223-18/+104
* USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'Andrew Morton2008-07-221-2/+2
* USB: uhci: mark root_hub_hub_des[] as constMing Lei2008-07-221-1/+1
* USB: host: mark const variable tables as "const"Ming Lei2008-07-221-3/+3
* USB: ehci-hcd unlink speedupsDavid Brownell2008-07-223-10/+14
* USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev2008-07-221-3/+0
* USB: make SA1111 OHCI driver SA11x0 specificEric Miao2008-07-221-1/+1
* USB: missing usb_put_hcd to ohci-at91Pete Zaitcev2008-07-221-4/+5
* USB: ohci-ppc-of: use linux/of_platform.h instead of asmStephen Rothwell2008-07-221-1/+1
* USB: isp1760-hcd.c: make 2 functions staticAdrian Bunk2008-07-221-4/+4
* USB: usb dev_set_name() instead of dev->bus_idKay Sievers2008-07-221-1/+1
* USB: usb dev_name() instead of dev->bus_idKay Sievers2008-07-2215-29/+29
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-152-2/+6
|\