aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/r8a66597-hcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+1
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu1-1/+2
2012-05-01USB: r8a66597-hcd.c: remove dbg() usageGreg Kroah-Hartman1-10/+10
2012-03-02usb: r8a66597-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-3/+3
2011-07-08usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shiftKuninori Morimoto1-1/+1
2011-07-08usb: update email address in ohci-sh and r8a66597-hcdYoshihiro Shimoda1-1/+1
2011-07-08usb: r8a66597-hcd: add function for external controllerYoshihiro Shimoda1-1/+1
2011-06-27usb: r8a66597-hcd: fix cannot detect low/full speed deviceYoshihiro Shimoda1-0/+1
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+3
2011-03-13USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2010-09-16usb: Fix up r8a66597-hcd section mismatches.Paul Mundt1-2/+2
2010-06-30USB: r8a66597: Fix failure in change of statusNobuhiro Iwamatsu1-1/+1
2010-06-02usb: r8a66597-hcd pio to mmio accessor conversion.Paul Mundt1-2/+2
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern1-15/+15
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern1-4/+3
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19usb: r8a66597-hcd: fix removed from an attached hubYoshihiro Shimoda1-5/+11
2010-02-05usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling.Paul Mundt1-0/+4
2010-02-05usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.Paul Mundt1-12/+25
2010-02-02usb: r8a66597-hdc disable interrupts fixMagnus Damm1-1/+16
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-11USB: r8a66597: clean up. remove unneeded null checksDan Carpenter1-4/+0
2009-10-30USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is setYoshihiro Shimoda1-10/+13
2009-07-29usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion.Yoshihiro Shimoda1-0/+2
2009-07-20usb: r8a66597-hcd platform data on_chip supportMagnus Damm1-81/+106
2009-07-20usb: convert r8a66597-hcd to dev_pm_opsMagnus Damm1-8/+13
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-15USB: r8a66597-hcd: use platform_data instead of module_paramYoshihiro Shimoda1-46/+14
2009-06-15USB: move r8a66597_hcd's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-03-24USB: r8a66597-hcd: suspend/resume supportYoshihiro Shimoda1-1/+100
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-1/+1
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall1-8/+7
2009-01-07USB: m66592 and r8a66597 resource changesMagnus Damm1-5/+3
2008-12-22usb: Fix up sh_mobile usbf clock framework warnings.Paul Mundt1-2/+1
2008-12-22sh: sh_mobile usb clock framework supportMagnus Damm1-2/+33
2008-11-13usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USBYoshihiro Shimoda1-2/+3
2008-10-17USB: remove err() macro from more usb driversGreg Kroah-Hartman1-24/+27
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman1-5/+8
2008-10-17USB: Let some USB host controllers get IRQ flags from resourceMarc Zyngier1-9/+32
2008-08-13USB: sh: r8a66597-hcd: fix disconnect regressionYoshihiro Shimoda1-23/+26
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: host: mark const variable tables as "const"Ming Lei1-3/+3
2008-04-28drivers/usb annotations and fixesAl Viro1-3/+3
2008-04-24USB: r8a66597-hcd: Add support for SH7366 USB hostYoshihiro Shimoda1-37/+78
2008-04-24USB: r8a66597-hcd: fix usb device connection timingYoshihiro Shimoda1-24/+32