summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-exynos.c
AgeCommit message (Expand)Author
2024-08-22usb: ehci-exynos: Simplify with scoped for each OF child loopJinjie Ruan
2024-04-18usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsAnand Moon
2024-04-18usb: ehci-exynos: Use devm_clk_get_enabled() helpersAnand Moon
2023-07-27usb: ehci-exynos: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-05-28usb: ehci-exynos: Convert to platform remove callback returning voidUwe Kleine-König
2023-02-03usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2022-09-30usb: host: ehci-exynos: switch to using gpiod APIDmitry Torokhov
2022-09-05usb: clean up after dropping driver registration log spamArd Biesheuvel
2022-08-31usb: reduce kernel log spam on driver registrationArd Biesheuvel
2020-06-18usb: host: ehci-exynos: Fix error check in exynos_ehci_probe()Tang Bin
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski
2019-07-30usb: exynos: add support for getting PHYs from the standard dt arrayMarek Szyprowski
2019-05-21usb: exynos: add workaround for the USB device bindings conflictMarek Szyprowski
2018-07-24usb: host: exynos: Remove support for Exynos5440Krzysztof Kozlowski
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-06-13usb: host: ehci-exynos: Handle return value of clk_prepare_enableArvind Yadav
2017-01-10usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error ...Krzysztof Kozlowski
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-07host: ehci-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-29usb: host: ehci-exynos: Remove unnecessary usb-phy supportVivek Gautam
2014-09-08usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam
2014-07-09usb: ehci-exynos: Use NULL instead of 0Sachin Kamat
2014-05-27usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam
2014-05-27usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski
2014-05-27usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam
2014-04-16usb: ehci-exynos: Return immediately from suspend if ehci_suspend failsVivek Gautam
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-11USB: host: Rename ehci-s5p to ehci-exynosJingoo Han