aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King4-4/+0
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven4-4/+4
2008-07-21USB: Fix bug with byte order in isp116x-hcd.c fio write/readJulien May1-4/+19
2008-07-21USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xxSrikanth Srinivasan1-0/+5
2008-07-21USB: Au1xxx-usb: suspend/resume support.Manuel Lauss2-19/+155
2008-07-21USB: Au1xxx-usb: clean up ohci/ehci bus glue sources.Manuel Lauss2-334/+210
2008-07-21USB: ohci-pnx4008: I2C cleanups and fixesJean Delvare1-14/+12
2008-07-21usb: r8a66597-hcd: fix iinterval for Full/Low speed deviceYoshihiro Shimoda1-4/+27
2008-07-21usb: r8a66597-hcd: fix interrupt triggerYoshihiro Shimoda1-1/+6
2008-07-21USB: isp1760: Support board-specific hardware configurationsNate Case3-18/+104
2008-07-21USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'Andrew Morton1-2/+2
2008-07-21USB: uhci: mark root_hub_hub_des[] as constMing Lei1-1/+1
2008-07-21USB: host: mark const variable tables as "const"Ming Lei1-3/+3
2008-07-21USB: ehci-hcd unlink speedupsDavid Brownell3-10/+14
2008-07-21USB: ohci_hcd hang: submit vs. rmmod racePete Zaitcev1-3/+0
2008-07-21USB: make SA1111 OHCI driver SA11x0 specificEric Miao1-1/+1
2008-07-21USB: missing usb_put_hcd to ohci-at91Pete Zaitcev1-4/+5
2008-07-21USB: ohci-ppc-of: use linux/of_platform.h instead of asmStephen Rothwell1-1/+1
2008-07-21USB: isp1760-hcd.c: make 2 functions staticAdrian Bunk1-4/+4
2008-07-21USB: usb dev_set_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers15-29/+29
2008-07-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+6
2008-07-14[ARM] Merge most of the PXA work for initial mergeRussell King1-1/+2
2008-07-10Fix name of Russell King in various commentsUwe Kleine-König4-4/+4
2008-07-10Merge branch 'imx' into develRussell King3-10/+36
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds19-31/+50
2008-07-03USB: ohci - record data toggle after unlinkDavid Brownell1-0/+12
2008-07-03USB: ehci - fix timer regressionDavid Brownell1-9/+10
2008-07-03OHCI: Fix problem if SM501 and another platform driver is selectedBen Dooks1-1/+14
2008-07-03ARM: OMAP: USB: Change omap USB code to use omap_read/write instead of __REGTony Lindgren1-1/+4
2008-06-15[ARM] 5080/1: touch PSSR_OTGPH only on pxa27x in ohci-pxa27x and pxa27x_udcPhilipp Zabel1-1/+2
2008-06-11USB: isp1760: Assign resource fields before adding hcdNate Case1-4/+4
2008-06-09usb: r8a66597-hcd: Add support for SH7723 USB hostYoshihiro Shimoda1-4/+4
2008-06-04isp1760-if iomem annotationsAl Viro1-2/+2
2008-05-29Revert "USB: EHCI: fix performance regression"Greg Kroah-Hartman2-10/+8
2008-05-29USB: EHCI: fix performance regressionAlan Stern2-8/+10
2008-05-29USB: EHCI: fix bug in Iso schedulingAlan Stern1-23/+44
2008-05-29USB: EHCI: fix remote-wakeup regressionAlan Stern2-2/+6
2008-05-29USB: EHCI: suppress unwanted error messagesAlan Stern9-0/+18
2008-05-29USB: EHCI: fix up root-hub TT messAlan Stern6-15/+8
2008-05-20USB: ehci-orion: the Orion EHCI root hub does have a Transaction TranslatorLennert Buytenhek1-0/+2
2008-05-14usb: fix compile warning in isp1760Sebastian Siewior1-1/+1
2008-05-14usb: fix integer as NULL pointer warnings found by sparseHarvey Harrison1-1/+1
2008-05-14USB: isp1760: fix printk formatRandy Dunlap1-2/+2
2008-05-06usb: Sparc build fix, make USB_ISP1760_OF depend on PPC_OFDavid S. Miller1-1/+1
2008-05-02USB: UHCI: disable remote wakeup when it's not neededAlan Stern2-18/+61
2008-05-02USB: OHCI: work around bogus compiler warningAlan Stern1-1/+1
2008-05-02USB: add Cypress c67x00 OTG controller HCD driverPeter Korsgaard1-0/+13
2008-05-02USB: ISP1760 HCD driverSebastian Siewior5-1/+2764
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison2-3/+3