aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-exynos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski1-4/+19
2019-05-21usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski1-0/+11
2018-07-24usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski1-6/+0
2017-11-07USB: host: ohci: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-10usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error pathsKrzysztof Kozlowski1-0/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07host: ohci-exynos: remove duplicate check on resourceVarka Bhadram1-8/+2
2014-11-03usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYsVivek Gautam1-1/+0
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam1-61/+20
2014-09-08usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam1-25/+22
2014-07-09usb: ohci-exynos: Use NULL instead of 0Sachin Kamat1-1/+1
2014-05-27usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam1-16/+102
2014-05-27usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam1-11/+9
2014-04-24usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam1-6/+0
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar1-16/+6
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-4/+3
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King1-3/+1
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King1-2/+3
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han1-15/+3
2013-10-14Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman1-5/+15
2013-10-11USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han1-0/+1
2013-10-05USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar1-15/+5
2013-09-26USB: OHCI: make ohci-exynos a separate driverManjunath Goudar1-98/+69
2013-07-31USB: host: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-16USB: 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/git/arm/arm-socLinus Torvalds1-1/+1
2013-04-11usb: 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/balbi/usb into usb-nextGreg Kroah-Hartman1-21/+64
2013-01-24usb: 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-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-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-10-24USB: ohci-exynos: use devm_clk_get()Jingoo Han1-5/+2
2012-10-24usb: 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-16USB: 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