summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-exynos.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-17USB: set device dma_mask without reference to global dataStephen Warren1-3/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-04-12usb: exynos: do not include plat/usb-phy.hArnd Bergmann1-1/+0
2013-04-11usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham1-2/+9
2013-04-08ARM: EXYNOS: change the name of USB ohci headerJingoo Han1-1/+2
2013-03-18usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi1-1/+1
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman1-21/+64
2013-01-25usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-23USB: ohci-exynos: Add phy driver supportVivek Gautam1-21/+63
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam1-4/+5
2012-11-22usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-22usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-10-25USB: ohci-exynos: use devm_clk_get()Jingoo Han1-5/+2
2012-10-25usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-5/+5
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli1-4/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-17USB: ohci-exynos: Add support for device treeVivek Gautam1-0/+22
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han1-13/+6
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han1-0/+5
2012-04-27USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman1-1/+2
2012-02-25USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han1-4/+2
2011-12-23USB: Add Samsung Exynos OHCI diverJingoo Han1-0/+274