aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* USB: ohci-s3c2410: return proper error if clk_get failsJingoo Han2011-05-061-2/+2
* USB: ohci-s3c2410: fix checkpatch errors and warningsJingoo Han2011-05-061-23/+23
* USB: ohci-s3c2410: use resource_size()Jingoo Han2011-04-291-1/+1
* USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han2011-04-291-3/+3
* USB: S3C: Move usb-control.h to platform includeBen Dooks2009-03-241-2/+1
* USB: ohci-s3c2410: fix name of bus clockBen Dooks2009-03-241-1/+1
* USB: ohci-s3c2410: remove <mach/hardware.h> includeBen Dooks2009-03-241-1/+0
* USB: automatically enable RHSC interruptsAlan Stern2008-08-211-1/+0
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* Fix name of Russell King in various commentsUwe Kleine-König2008-07-101-1/+1
* Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds2008-07-061-0/+1
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-241-1/+0
* usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* ohci: Rework bus glue integration to allow several at onceSylvain Munaut2007-02-071-12/+0
* USB: ohci whitespace/comment fixupsDavid Brownell2006-12-201-2/+2
* USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov2006-09-271-0/+2
* USB: ohci-s3c2410.c: clock now usb-bus-hostBen Dooks2006-09-271-1/+1
* USB: OHCI avoids root hub timer pollingDavid Brownell2006-09-271-0/+1
* [PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI coreBen Dooks2006-04-141-8/+24
* [PATCH] USB: cleanups for ohci-s3c2410.cBen Dooks2006-04-141-4/+5
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2006-01-071-1/+1
* [ARM] Remove clk_use()/clk_unuse()Russell King2006-01-031-2/+0
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-11/+10
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+2
* [PATCH] USB: S3C2410 OHCI - add driver owner fieldBen Dooks2005-10-281-0/+1
* [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern2005-10-281-2/+2
* [PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell2005-10-281-0/+1
* [PATCH] remove some USB_SUSPEND dependenciesDavid Brownell2005-10-281-2/+1
* [ARM] Don't include mach-types.h unnecessarilyRussell King2005-09-291-1/+0
* [PATCH] USB: S3C24XX port numbering fixBen Dooks2005-09-081-2/+2
* [PATCH] USB: add S3C24XX USB Host driver supportBen Dooks2005-07-291-0/+496