aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ohci-s3c2410.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03usb: ohci-s3c2410: Remove set but not used variable 'hcd'YueHaibing1-2/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-12-05USB: OHCI: ohci-s3c2410: remove useless functionsManjunath Goudar1-25/+14
2016-11-29usb: ohci: s3c2410: allow probing from device treeSergio Prado1-0/+8
2015-01-25ohci-s3c2410: use HUB_CHAR_*Sergei Shtylyov1-3/+3
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-24USB: OHCI: Export the OHCI hub control and status_data functionsLaurent Pinchart1-10/+3
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-08USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar1-17/+4
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2013-10-14Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend"Greg Kroah-Hartman1-4/+17
2013-10-05USB: OHCI: Properly handle ohci-s3c2410 suspendManjunath Goudar1-17/+4
2013-09-26USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar1-71/+57
2013-09-17usb: ohci-s3c2410.c: Use clk_prepare_enable/clk_disable_unprepareTomasz Figa1-4/+4
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-5/+6
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24USB: ohci-s3c2410: use devm_ functionsJingoo Han1-24/+8
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-2/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-04-27USB: ohci-s3c2410.c: remove err() usageGreg Kroah-Hartman1-1/+2
2011-11-30USB: ohci-s3c2410: add PM supportJingoo Han1-2/+53
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-06USB: ohci-s3c2410: return proper error if clk_get failsJingoo Han1-2/+2
2011-05-06USB: ohci-s3c2410: fix checkpatch errors and warningsJingoo Han1-23/+23
2011-04-29USB: ohci-s3c2410: use resource_size()Jingoo Han1-1/+1
2011-04-29USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2009-03-24USB: S3C: Move usb-control.h to platform includeBen Dooks1-2/+1
2009-03-24USB: ohci-s3c2410: fix name of bus clockBen Dooks1-1/+1
2009-03-24USB: ohci-s3c2410: remove <mach/hardware.h> includeBen Dooks1-1/+0
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-10Fix name of Russell King in various commentsUwe Kleine-König1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-1/+1
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-12/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-2/+2
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+2
2006-09-27USB: ohci-s3c2410.c: clock now usb-bus-hostBen Dooks1-1/+1
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell1-0/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-04-14[PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI coreBen Dooks1-8/+24
2006-04-14[PATCH] USB: cleanups for ohci-s3c2410.cBen Dooks1-4/+5
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1