aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip
AgeCommit message (Expand)AuthorFilesLines
2025-02-13phy: phy-rockchip-samsung-hdptx: Add eDP mode support for RK3588Damon Ding1-10/+869
2025-02-13phy: phy-rockchip-samsung-hdptx: Add the '_MASK' suffix to all registersDamon Ding1-44/+44
2025-02-13phy: phy-rockchip-samsung-hdptx: Supplement some register names with their fu...Damon Ding1-3/+3
2025-02-13phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REFDamon Ding1-2/+2
2025-02-10phy: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2025-02-10phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-idHeiko Stuebner1-6/+44
2025-02-10phy: phy-rockchip-samsung-hdptx: annotate regmap register-callbackHeiko Stuebner1-7/+7
2025-02-04phy: rockchip: naneng-combphy: compatible reset with old DTChukun Pan1-1/+4
2025-02-04phy: rockchip: fix Kconfig dependency moreArnd Bergmann1-0/+1
2025-01-29Merge tag 'phy-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds3-102/+327
2024-12-25phy: rockchip: phy-rockchip-typec: Fix Copyright descriptionAndy Yan1-1/+1
2024-12-08phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PMCristian Ciocaltea1-1/+2
2024-12-08phy: rockchip-naneng-combo: add rk3576 supportKever Yang1-0/+279
2024-12-04phy: rockchip: naneng-combphy: fix phy resetChukun Pan1-1/+1
2024-12-04phy: rockchip-pcie: Use guard notation when acquiring mutexAnand Moon1-15/+4
2024-12-04phy: rockchip-pcie: Refactor mutex handling in rockchip_pcie_phy_power_on()Anand Moon1-6/+8
2024-12-04phy: rockchip-pcie: Refactor mutex handling in rockchip_pcie_phy_power_off()Anand Moon1-14/+12
2024-12-04phy: rockchip-pcie: Use regmap_read_poll_timeout() for PCIe reference clk PLL...Anand Moon1-41/+15
2024-12-04phy: rockchip-pcie: Use devm_clk_get_enabled() helperAnand Moon1-24/+10
2024-12-04phy: rockchip-pcie: Simplify error handling with dev_err_probe()Anand Moon1-6/+3
2024-11-27Merge tag 'phy-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds7-62/+206
2024-10-17phy: phy-rockchip-samsung-hdptx: Don't request RST_PHY/RST_ROPLL/RST_LCPLLAndy Yan1-16/+1
2024-10-17phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKCristian Ciocaltea1-0/+1
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König4-5/+5
2024-10-17phy: rockchip: usbdp: add rk3576 device match dataFrank Wang1-0/+41
2024-10-17phy: rockchip: inno-usb2: Add usb2 phys support for rk3576William Wu1-0/+103
2024-10-17phy: rockchip: inno-usb2: convert clock management to bulkFrank Wang1-8/+37
2024-10-07phy: phy-rockchip-inno-usb2: Use dev_err_probe() in the probe pathDragan Simic1-17/+10
2024-10-07phy: phy-rockchip-inno-usb2: Handle failed extcon allocation betterDragan Simic1-1/+2
2024-10-07phy: phy-rockchip-inno-usb2: Perform trivial code cleanupsDragan Simic1-17/+9
2024-08-05phy: phy-rockchip-samsung-hdptx: Add clock provider supportCristian Ciocaltea1-22/+173
2024-08-05phy: phy-rockchip-samsung-hdptx: Enable runtime PM at PHY core levelCristian Ciocaltea1-18/+6
2024-08-05phy: phy-rockchip-samsung-hdptx: Explicitly include pm_runtime.hCristian Ciocaltea1-0/+1
2024-07-02phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCONCristian Ciocaltea1-0/+2
2024-05-21Merge tag 'phy-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds5-8/+1666
2024-04-17phy: rockchip: fix CONFIG_TYPEC dependencyArnd Bergmann1-1/+1
2024-04-17phy: rockchip: usbdp: fix uninitialized variableSebastian Reichel1-1/+1
2024-04-13phy: rockchip-snps-pcie3: add support for rockchip,rx-common-refclk-modeNiklas Cassel1-0/+37
2024-04-12phy: rockchip: add usbdp combo phy driverSebastian Reichel3-0/+1621
2024-04-12phy: phy-rockchip-samsung-hdptx: Select CONFIG_RATIONALCristian Ciocaltea1-0/+1
2024-04-12Merge branch 'fixes' into nextVinod Koul2-21/+46
2024-04-06phy: rockchip: naneng-combphy: Fix mux on rk3588Sebastian Reichel1-3/+33
2024-04-06phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bitsSebastian Reichel1-3/+6
2024-04-06phy: rockchip-snps-pcie3: fix bifurcation on rk3588Michal Tomek1-16/+8
2024-04-05phy: rockchip: Fix typo in function namesRick Wertenbroek2-8/+8
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski2-2/+2
2024-02-16phy: rockchip: Add Samsung HDMI/eDP Combo PHY driverCristian Ciocaltea3-0/+1037
2023-11-27phy: phy-rockchip-inno-usb2: Add RK3128 supportAlex Bee1-0/+57
2023-11-27phy: rockchip-inno-usb2: Split ID interrupt phy registersAlex Bee1-29/+70
2023-10-13phy: rockchip-inno-usb2: Drop unnecessary DT includesRob Herring1-2/+0