aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/r8a66597-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* USB: remove err() macro from more usb driversGreg Kroah-Hartman2008-10-171-24/+27
* USB: remove info() macro from remaining usb driversGreg Kroah-Hartman2008-10-171-5/+8
* USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier2008-10-171-9/+32
* USB: sh: r8a66597-hcd: fix disconnect regressionYoshihiro Shimoda2008-08-131-23/+26
* usb: r8a66597-hcd: fix iinterval for Full/Low speed deviceYoshihiro Shimoda2008-07-211-4/+27
* usb: r8a66597-hcd: fix interrupt triggerYoshihiro Shimoda2008-07-211-1/+6
* USB: host: mark const variable tables as "const"Ming Lei2008-07-211-3/+3
* drivers/usb annotations and fixesAl Viro2008-04-281-3/+3
* USB: r8a66597-hcd: Add support for SH7366 USB hostYoshihiro Shimoda2008-04-241-37/+78
* USB: r8a66597-hcd: fix usb device connection timingYoshihiro Shimoda2008-04-241-24/+32
* USB: r8a66597-hcd: fix interrupt transfer intervalYoshihiro Shimoda2008-04-241-10/+67
* USB: remove dev->power.power_stateAlan Stern2008-04-241-2/+0
* USB: use DIV_ROUND_UPJulia Lawall2008-04-241-3/+3
* usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+2
* USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-171-1/+1
* USB: r8a66597-hcd: fix driver removingYoshihiro Shimoda2007-10-121-1/+1
* USB: r8a66597-hcd: fix endian problemYoshihiro Shimoda2007-10-121-3/+3
* USB: r8a66597-hcd: fix Class or Vendor RequestYoshihiro Shimoda2007-10-121-1/+10
* USB: Eliminate urb->status usage!Alan Stern2007-10-121-5/+3
* USB: reorganize urb->status use in r8a66597-hcdAlan Stern2007-10-121-31/+30
* USB: add urb->unlinked fieldAlan Stern2007-10-121-17/+7
* USB: centralize -EREMOTEIO handlingAlan Stern2007-10-121-6/+1
* USB: minor fixes for r8a66597 driverAlan Stern2007-10-121-21/+19
* USB: make HCDs responsible for managing endpoint queuesAlan Stern2007-10-121-13/+24
* usb: r8a66597-hcd: fix up error path.Paul Mundt2007-08-221-2/+0
* USB: r8a66597-hcd: fixes some problemYoshihiro Shimoda2007-07-191-56/+54
* USB: r8a66597-hcd: fix NULL accessYoshihiro Shimoda2007-07-121-1/+4
* USB: r8a66597-hcd: host controller driver for R8A66597Yoshihiro Shimoda2007-07-121-0/+2241