summaryrefslogtreecommitdiffstats
path: root/drivers/phy/samsung/phy-exynos5-usbdrd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'phy-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds2024-09-231-6/+6
|\
| * phy: exynos5-usbdrd: convert some FIELD_PREP_CONST() to FIELD_PREP()André Draszik2024-07-311-6/+6
* | phy: exynos5-usbdrd: fix error code in probe()Dan Carpenter2024-08-041-1/+1
|/
* phy: exynos5-usbdrd: support Exynos USBDRD 3.1 combo phy (HS & SS)André Draszik2024-07-021-5/+663
* phy: exynos5-usbdrd: convert Vbus supplies to regulator_bulkAndré Draszik2024-07-021-47/+39
* phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulkAndré Draszik2024-07-021-15/+39
* phy: exynos5-usbdrd: convert core clocks to clk_bulkAndré Draszik2024-07-021-68/+61
* phy: exynos5-usbdrd: support isolating HS and SS ports independentlyAndré Draszik2024-07-021-10/+13
* phy: exynos5-usbdrd: set ref clk freq in exynos850_usbdrd_utmi_init()André Draszik2024-06-121-0/+29
* phy: exynos5-usbdrd: fix definition of EXYNOS5_FSEL_26MHZAndré Draszik2024-06-121-1/+1
* phy: exynos5-usbdrd: make phy_isol() take a bool for clarityAndré Draszik2024-06-121-6/+6
* phy: exynos5-usbdrd: convert udelay() to fsleep()André Draszik2024-06-121-4/+4
* phy: exynos5-usbdrd: uniform order of register bit macrosAndré Draszik2024-06-121-29/+15
* phy: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-231-1/+1
* phy: exynos5-usbdrd: Add Exynos850 supportSam Protsenko2023-08-221-0/+169
* phy: exynos5-usbdrd: Add 26MHz ref clk supportSam Protsenko2023-08-221-0/+4
* phy: exynos5-usbdrd: Make it possible to pass custom phy opsSam Protsenko2023-08-221-2/+7
* phy: Explicitly include correct DT includesRob Herring2023-07-171-2/+0
* phy: samsung: convert to devm_platform_ioremap_resourceChunfeng Yun2020-11-161-3/+1
* phy: samsung: Use readl_poll_timeout functionAnand Moon2020-08-231-27/+12
* phy: exynos5-usbdrd: use correct format for structure descriptionVinod Koul2020-07-131-3/+3
* phy: exynos5-usbdrd: Calibrating makes sense only for USB2.0 PHYMarek Szyprowski2020-07-131-1/+3
* phy: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-06-241-3/+3
* phy: samsung: disable bind/unbind platform driver featureMarek Szyprowski2019-08-231-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam2017-12-291-0/+183
* phy: samsung: use of_device_get_match_data()Chunfeng Yun2017-08-201-3/+4
* phy: Group vendor specific phy driversVivek Gautam2017-06-011-0/+782