summaryrefslogtreecommitdiff
path: root/drivers/phy/samsung/phy-exynos5-usbdrd.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-29phy: exynos5-usbdrd: fix EDS distribution tuning (gs101)André Draszik1-2/+5
2025-03-07phy: exynos5-usbdrd: gs101: ensure power is gated to SS phy in phy_exit()André Draszik1-5/+8
2025-03-07phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL masks in refclkKaustabh Chakraborty1-6/+6
2024-09-24Merge tag 'phy-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds1-6/+6
2024-08-04phy: exynos5-usbdrd: fix error code in probe()Dan Carpenter1-1/+1
2024-07-31phy: exynos5-usbdrd: convert some FIELD_PREP_CONST() to FIELD_PREP()André Draszik1-6/+6
2024-07-02phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)André Draszik1-5/+663
2024-07-02phy: exynos5-usbdrd: convert Vbus supplies to regulator_bulkAndré Draszik1-47/+39
2024-07-02phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulkAndré Draszik1-15/+39
2024-07-02phy: exynos5-usbdrd: convert core clocks to clk_bulkAndré Draszik1-68/+61
2024-07-02phy: exynos5-usbdrd: support isolating HS and SS ports independentlyAndré Draszik1-10/+13
2024-06-12phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()André Draszik1-0/+29
2024-06-12phy: exynos5-usbdrd: fix definition of EXYNOS5_FSEL_26MHZAndré Draszik1-1/+1
2024-06-12phy: exynos5-usbdrd: make phy_isol() take a bool for clarityAndré Draszik1-6/+6
2024-06-12phy: exynos5-usbdrd: convert udelay() to fsleep()André Draszik1-4/+4
2024-06-12phy: exynos5-usbdrd: uniform order of register bit macrosAndré Draszik1-29/+15
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2023-08-22phy: exynos5-usbdrd: Add Exynos850 supportSam Protsenko1-0/+169
2023-08-22phy: exynos5-usbdrd: Add 26MHz ref clk supportSam Protsenko1-0/+4
2023-08-22phy: exynos5-usbdrd: Make it possible to pass custom phy opsSam Protsenko1-2/+7
2023-07-17phy: Explicitly include correct DT includesRob Herring1-2/+0
2020-11-16phy: samsung: convert to devm_platform_ioremap_resourceChunfeng Yun1-3/+1
2020-08-23phy: samsung: Use readl_poll_timeout functionAnand Moon1-27/+12
2020-07-13phy: exynos5-usbdrd: use correct format for structure descriptionVinod Koul1-3/+3
2020-07-13phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski1-1/+3
2020-06-24phy: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski1-3/+3
2019-08-23phy: samsung: disable bind/unbind platform driver featureMarek Szyprowski1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-12-29phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam1-0/+183
2017-08-20phy: samsung: use of_device_get_match_data()Chunfeng Yun1-3/+4
2017-06-01phy: Group vendor specific phy driversVivek Gautam1-0/+782