summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-exynos.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon2024-04-181-10/+3
* usb: ohci-exynos: Use devm_clk_get_enabled() helpersAnand Moon2024-04-181-11/+3
* usb: ohci-exynos: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-271-2/+1
* usb: ohci-exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-17/+6
* usb: clean up after dropping driver registration log spamArd Biesheuvel2022-09-051-1/+0
* usb: reduce kernel log spam on driver registrationArd Biesheuvel2022-08-311-1/+0
* usb: host: ohci-exynos: Fix error handling in exynos_ohci_probe()Tang Bin2020-08-271-3/+2
* usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-091-1/+1
* usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski2019-07-301-4/+19
* usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski2019-05-211-0/+11
* usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski2018-07-241-6/+0
* USB: host: ohci: Remove redundant license textGreg Kroah-Hartman2017-11-071-6/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski2017-01-101-0/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | host: ohci-exynos: remove duplicate check on resourceVarka Bhadram2014-11-071-8/+2
* | usb: ehci/ohci-exynos: Fix of_node_put() for child when getting PHYsVivek Gautam2014-11-031-1/+0
|/
* usb: host: ohci-exynos: Remove unnecessary usb-phy supportVivek Gautam2014-09-231-61/+20
* usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2014-09-081-25/+22
* usb: ohci-exynos: Use NULL instead of 0Sachin Kamat2014-07-091-1/+1
* usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam2014-05-271-16/+102
* usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam2014-05-271-11/+9
* usb: ohci-exynos: Remove locks for 'ohci' in suspend callbackVivek Gautam2014-04-241-6/+0
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar2013-12-081-16/+6
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-4/+3
|\
| * DMA-API: usb: use new dma_coerce_mask_and_coherent()Russell King2013-10-311-3/+1
| * DMA-API: usb: use dma_set_coherent_mask()Russell King2013-10-311-2/+3
* | USB: ohci-exynos: Remove non-DT supportJingoo Han2013-10-141-15/+3
* | Revert "USB: OHCI: Properly handle ohci-exynos suspend"Greg Kroah-Hartman2013-10-141-5/+15
* | USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leakJingoo Han2013-10-111-0/+1
* | USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar2013-10-051-15/+5
* | USB: OHCI: make ohci-exynos a separate driverManjunath Goudar2013-09-261-98/+69
|/
* USB: host: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* USB: set device dma_mask without reference to global dataStephen Warren2013-05-161-3/+1
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-1/+1
|\
| * ARM: EXYNOS: change the name of USB ohci headerJingoo Han2013-04-081-1/+2
* | usb: exynos: do not include plat/usb-phy.hArnd Bergmann2013-04-111-1/+0
* | usb: ohci-exynos: skip phy setup for Exynos5440 based platformsThomas Abraham2013-04-111-2/+9
* | usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
|/
* Merge tag 'xceiv-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman2013-01-251-21/+64
|\
| * USB: ohci-exynos: Add phy driver supportVivek Gautam2013-01-231-21/+63
| * ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2013-01-231-4/+5
* | usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam2013-01-241-1/+1
|/
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1