aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-exynos.c
AgeCommit message (Expand)Author
2020-09-03usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin
2017-01-10usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07host: ohci-exynos: remove duplicate check on resourceVarka Bhadram
2014-11-03usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYsVivek Gautam
2014-10-20usb: host: drop owner assignment from platform_driversWolfram Sang
2014-09-23usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam
2014-09-08usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam
2014-07-09usb: ohci-exynos: Use NULL instead of 0Sachin Kamat
2014-05-27usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam
2014-05-27usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam
2014-04-24usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-31DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King
2013-10-31DMA-API: usb: use dma_set_coherent_mask()Russell King
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han
2013-10-14Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman
2013-10-11USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han
2013-10-05USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar
2013-09-26USB: OHCI: make ohci-exynos a separate driverManjunath Goudar
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-05-16USB: set device dma_mask without reference to global dataStephen Warren
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-11usb: exynos: do not include plat/usb-phy.hArnd Bergmann
2013-04-11usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham
2013-04-08ARM: EXYNOS: change the name of USB ohci headerJingoo Han
2013-03-18usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi
2013-01-25Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman
2013-01-24usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam
2013-01-23USB: ohci-exynos: Add phy driver supportVivek Gautam
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam
2012-11-21usb: remove use of __devexitBill Pemberton
2012-11-21usb: remove use of __devinitBill Pemberton
2012-11-21usb: remove use of __devexit_pBill Pemberton
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin
2012-10-24USB: ohci-exynos: use devm_clk_get()Jingoo Han
2012-10-24usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-10-22USB: ohci: merge ohci_finish_controller_resume with ohci_resumeFlorian Fainelli
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-07-16USB: ohci-exynos: Add support for device treeVivek Gautam
2012-07-06USB: ohci-exynos: use devm_ functionsJingoo Han
2012-07-06USB: ohci-exynos: add clock gating to suspend/resumeJingoo Han
2012-04-27USB: ohci-exynos.c: remove err() usageGreg Kroah-Hartman
2012-02-24USB: ohci-exynos: replace hcd->state with ohci->rh_stateJingoo Han
2011-12-23USB: Add Samsung Exynos OHCI diverJingoo Han