summaryrefslogtreecommitdiffstats
path: root/drivers/phy/rockchip
AgeCommit message (Expand)AuthorLines
2025-10-06Merge tag 'phy-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-282/+550
2025-09-22phy: rockchip-pcie: switch to FIELD_PREP_WM16 macroNicolas Frattaroli-50/+20
2025-09-11phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3588 variantMichael Riesch-0/+28
2025-09-10phy: rockchip: phy-rockchip-inno-csidphy: allow for different reset linesMichael Riesch-4/+30
2025-09-10phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf register 0Michael Riesch-2/+3
2025-09-02phy: rockchip-usb: switch to FIELD_PREP_WM16 macroNicolas Frattaroli-31/+20
2025-09-02phy: rockchip-samsung-dcphy: switch to FIELD_PREP_WM16 macroNicolas Frattaroli-8/+3
2025-09-02phy: rockchip-emmc: switch to FIELD_PREP_WM16 macroNicolas Frattaroli-1/+2
2025-09-01phy: rockchip: usbdp: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-08-20phy: rockchip: naneng-combphy: Convert comma to semicolonChen Ni-1/+1
2025-08-20phy: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang-2/+0
2025-08-13phy: rockchip: naneng-combphy: Add RK3528 supportYao Zi-1/+188
2025-08-13phy: rockchip: naneng-combphy: Add SoC prefix to register definitionsYao Zi-272/+288
2025-08-13phy: rockchip: naneng-combphy: Enable U3 OTG port for RK3568Jonas Karlman-0/+12
2025-07-22phy: rockchip-pcie: Properly disable TEST_WRITE strobe signalGeraldo Nascimento-2/+1
2025-07-22phy: rockchip-pcie: Enable all four lanes if requiredValmantas Paliksa-6/+6
2025-06-05Merge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-118/+257
2025-05-14phy: rockchip: inno-usb2: Add usb2 phy support for rk3562Frank Wang-0/+49
2025-05-14phy: rockchip: inno-usb2: add phy definition for rk3036Heiko Stuebner-0/+32
2025-05-14phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz errorAlgea Cao-0/+2
2025-05-14phy: rockchip: samsung-hdptx: Remove unneeded semicolonChen Ni-1/+1
2025-04-11phy: rockchip: samsung-hdptx: Add high color depth managementCristian Ciocaltea-1/+22
2025-04-11phy: rockchip: samsung-hdptx: Optimize internal rate handlingCristian Ciocaltea-24/+23
2025-04-11phy: rockchip: samsung-hdptx: Rename ambiguous rk_hdptx_phy->rateCristian Ciocaltea-4/+4
2025-04-11phy: rockchip: samsung-hdptx: Restrict altering TMDS char rate via CCFCristian Ciocaltea-12/+40
2025-04-11phy: rockchip: samsung-hdptx: Provide config params validation supportCristian Ciocaltea-0/+12
2025-04-11phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmiCristian Ciocaltea-17/+47
2025-04-11phy: rockchip: samsung-hdptx: Avoid Hz<->hHz unit conversion overheadCristian Ciocaltea-40/+39
2025-04-11phy: rockchip: samsung-hdptx: Drop superfluous cfgs driver dataCristian Ciocaltea-7/+5
2025-04-11phy: rockchip: samsung-hdptx: Drop unused phy_cfg driver dataCristian Ciocaltea-1/+0
2025-04-11phy: rockchip: samsung-hdptx: Drop unused struct lcpll_configCristian Ciocaltea-31/+0
2025-04-11phy: rockchip: samsung-hdptx: Do no set rk_hdptx_phy->rate in case of errorsCristian Ciocaltea-4/+6
2025-04-11phy: rockchip: samsung-hdptx: Fix clock ratio setupCristian Ciocaltea-1/+2
2025-04-11phy: rockchip-samsung-dcphy: Add missing assignmentDan Carpenter-1/+1
2025-04-01Merge tag 'phy-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-107/+2917
2025-03-16phy: rockchip-naneng-combo: Support rk3562Jon Lin-0/+152
2025-03-16phy: rockchip: Add Samsung MIPI D-/C-PHY driverHeiko Stuebner-0/+1732
2025-03-12phy: rockchip: usbdp: Remove unnecessary bool conversionThorsten Blum-1/+1
2025-03-12phy: rockchip: usbdp: Avoid call hpd_event_trigger in dp_phy_initAndy Yan-1/+0
2025-03-12phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the correspon...Andy Yan-34/+53
2025-03-10phy: phy-rockchip-samsung-hdptx: Add support for RK3576Nicolas Frattaroli-0/+11
2025-02-13phy: phy-rockchip-samsung-hdptx: Add eDP mode support for RK3588Damon Ding-10/+869
2025-02-13phy: phy-rockchip-samsung-hdptx: Add the '_MASK' suffix to all registersDamon Ding-44/+44
2025-02-13phy: phy-rockchip-samsung-hdptx: Supplement some register names with their fu...Damon Ding-3/+3
2025-02-13phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REFDamon Ding-2/+2
2025-02-10phy: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)-2/+2
2025-02-10phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-idHeiko Stuebner-6/+44
2025-02-10phy: phy-rockchip-samsung-hdptx: annotate regmap register-callbackHeiko Stuebner-7/+7
2025-02-04phy: rockchip: naneng-combphy: compatible reset with old DTChukun Pan-1/+4
2025-02-04phy: rockchip: fix Kconfig dependency moreArnd Bergmann-0/+1