summaryrefslogtreecommitdiff
path: root/drivers/phy/rockchip
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-13phy: Use device_get_match_data()Rob Herring2-14/+7
2023-08-22phy: rockchip: inno-dsidphy: Add rv1126 supportJagan Teki1-0/+3
2023-07-17phy: Explicitly include correct DT includesRob Herring5-5/+5
2023-07-12phy/rockchip: inno-hdmi: add more supported pre-pll ratesAlex Bee1-25/+173
2023-07-12phy/rockchip: inno-hdmi: force set_rate on power_onHuicong Xu1-0/+13
2023-07-12phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg writeJonas Karlman1-2/+4
2023-07-12phy/rockchip: inno-hdmi: remove unused no_c from rk3328 recalc_rateJonas Karlman1-4/+1
2023-07-12phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rateZheng Yang1-3/+5
2023-07-12phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328Jonas Karlman1-2/+2
2023-07-12phy: phy-rockchip-inno-usb2: improve error messageSebastian Reichel1-2/+1
2023-07-12phy: phy-rockchip-inno-usb2: simplify getting match dataSebastian Reichel1-8/+4
2023-07-12phy: phy-rockchip-inno-usb2: simplify phy clock handlingSebastian Reichel1-13/+6
2023-07-12phy: phy-rockchip-inno-usb2: add rk3588 phy tuning supportSebastian Reichel1-0/+63
2023-07-12phy: phy-rockchip-inno-usb2: add reset supportSebastian Reichel1-0/+38
2023-07-12phy: phy-rockchip-inno-usb2: add rk3588 supportSebastian Reichel1-15/+211
2023-07-12phy: rockchip: phy-rockchip-typec: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-04-12phy: rockchip: remove unused hw_to_inno functionTom Rix1-5/+0
2023-03-31phy: rockchip: Add naneng combo phy support for RK3588Lucas Tanure1-0/+184
2023-03-31phy: rockchip-pcie: remove unused phy_rd_cfg functionTom Rix1-15/+0
2023-03-20phy: rockchip: phy-rockchip-typec: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2023-03-20phy: rockchip: phy-rockchip-inno-hdmi: Convert to platform remove callback re...Uwe Kleine-König1-4/+2
2023-03-20phy: rockchip: phy-rockchip-inno-dsidphy: Convert to platform remove callback...Uwe Kleine-König1-4/+2
2023-03-20phy: rockchip: phy-rockchip-inno-csidphy: Convert to platform remove callback...Uwe Kleine-König1-4/+2
2023-02-16phy: rockchip-typec: Fix unsigned comparison with less than zeroJiapeng Chong1-2/+1
2023-02-14Merge tag 'phy-fixes-6.2' into nextVinod Koul1-1/+3
2023-02-14phy: rockchip-typec: fix tcphy_get_mode error caseNeill Kapron1-2/+2
2023-01-13phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2...Shang XiaoJing1-1/+3
2022-09-29phy: rockchip-snps-pcie3: only look for rockchip,pipe-grf on rk3588Aurelien Jarno1-4/+9
2022-09-20phy: rockchip-snps-pcie3: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+1
2022-09-20phy: rockchip: inno-dsidphy: Add support for rk3568Chris Morgan1-46/+158
2022-09-04phy: rockchip-inno-usb2: Return zero after otg syncPeter Geis1-4/+6
2022-09-04phy: rockchip: Support PCIe v3Shawn Lin3-0/+329
2022-09-02phy: rockchip: add support for the rk356x variant to rockchip-inno-csidphyMichael Riesch1-0/+24
2022-07-15phy: rockchip-inno-usb2: Ignore OTG IRQs in host modeSamuel Holland1-1/+3
2022-07-05phy: rockchip-inno-usb2: Sync initial otg statePeter Geis1-0/+6
2022-07-05phy: rockchip-inno-usb2: Prevent incorrect error on probePeter Geis1-1/+1
2022-05-02phy: rockchip-inno-usb2: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-04-20phy: rockchip-inno-usb2: Handle ID IRQSamuel Holland1-0/+85
2022-04-20phy: rockchip-inno-usb2: Handle bvalid fallingSamuel Holland1-9/+9
2022-04-20phy: rockchip-inno-usb2: Support multi-bit mask propertiesSamuel Holland1-1/+1
2022-04-20phy: rockchip-inno-usb2: Do not lock in bvalid IRQ handlerSamuel Holland1-4/+0
2022-04-20phy: rockchip-inno-usb2: Do not check bvalid twiceSamuel Holland1-6/+4
2022-04-20phy: rockchip-inno-usb2: Fix muxed interrupt supportSamuel Holland1-2/+8
2022-04-13phy/rockchip: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-4/+2
2022-04-13phy/rockchip: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-6/+1