summaryrefslogtreecommitdiff
path: root/drivers/phy/cadence
AgeCommit message (Expand)AuthorFilesLines
2024-08-30phy: cadence: sierra: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2024-08-05phy: cadence-torrent: add support for three or more links using 2 protocolsSiddharth Vadapalli1-119/+172
2024-07-31phy: cadence: Sierra: Constify a u32[]Christophe JAILLET1-1/+1
2024-07-31phy: cadence: Sierra: Constify struct cdns_sierra_valsChristophe JAILLET1-40/+40
2024-07-31phy: cadence: Sierra: Constify struct cdns_reg_pairsChristophe JAILLET1-3/+3
2024-07-31phy: cadence-torrent: Constify a u32[]Christophe JAILLET1-1/+1
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_valsChristophe JAILLET1-96/+96
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_vals_entryChristophe JAILLET1-12/+12
2024-07-31phy: cadence-torrent: Constify struct cdns_reg_pairsChristophe JAILLET1-84/+84
2024-07-02phy: cadence-torrent: Check return value on register readMa Ke1-0/+3
2024-06-03phy: cadence-torrent: add suspend and resume supportThomas Richard1-0/+57
2024-06-03phy: cadence-torrent: remove noop_ops phy operationsThomas Richard1-17/+13
2024-06-03phy: cadence-torrent: add already_configured to struct cdns_torrent_phyThomas Richard1-5/+5
2024-06-03phy: cadence-torrent: register resets even if the phy is already configuredThomas Richard1-5/+5
2024-06-03phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clkThomas Richard1-16/+21
2024-06-03phy: cadence-torrent: Add SGMII + QSGMII multilink configuration for 100MHz r...Swapnil Jakhade1-4/+60
2024-02-07phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink...Swapnil Jakhade1-0/+410
2024-02-07phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink...Swapnil Jakhade1-0/+101
2024-02-07phy: cadence-torrent: Add PCIe(100MHz) + USXGMII(156.25MHz) multilink configu...Swapnil Jakhade1-9/+200
2023-07-17phy: Explicitly include correct DT includesRob Herring3-4/+2
2023-07-12phy: cadence: Sierra: Add single link SGMII register configurationMarcin Wierzbicki1-0/+98
2023-07-12phy: cadence-torrent: Use key:value pair table for all settingsRoger Quadros1-1176/+485
2023-07-12phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclkSwapnil Jakhade1-5/+228
2023-07-06Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-202/+613
2023-06-09phy: cadence: torrent: Add a determine_rate hookMaxime Ripard1-0/+1
2023-06-09phy: cadence: sierra: Add a determine_rate hookMaxime Ripard1-0/+1
2023-05-19phy: cadence: salvo: Add cdns,usb2-disconnect-threshold-microvolt propertyFrank Li1-0/+29
2023-05-19phy: cadence: salvo: add .set_mode APIPeter Chen1-0/+29
2023-05-19phy: cadence: salvo: add bist fixPeter Chen1-0/+2
2023-05-19phy: cadence: salvo: decrease delay value to zero for txvalidPeter Chen1-0/+17
2023-05-19phy: cadence: salvo: add access for USB2PHYPeter Chen1-8/+10
2023-05-08phy: cadence-torrent: Add USB + DP multilink configurationSwapnil Jakhade1-0/+98
2023-05-08phy: cadence-torrent: Add PCIe + DP multilink configuration for 100MHz refclkSwapnil Jakhade1-57/+227
2023-05-08phy: cadence-torrent: Prepare driver for multilink DP supportSwapnil Jakhade1-137/+168
2023-05-08phy: cadence-torrent: Add function to get PLL to be configured for DPSwapnil Jakhade1-0/+33
2023-04-12phy: cadence: cdns-dphy-rx: Add common module reset supportSinthu Raja1-0/+32
2023-04-12phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configurationSwapnil Jakhade1-2/+139
2023-03-31phy: cadence: Sierra: Use clk_parent_data to provide parent informationLars-Peter Clausen1-42/+15
2023-03-31phy: cadence: Sierra: Replace `clk_register(`) with `clk_hw_register()`Lars-Peter Clausen1-20/+26
2023-03-20phy: cadence: phy-cadence-torrent: Convert to platform remove callback return...Uwe Kleine-König1-4/+2
2023-03-20phy: cadence: phy-cadence-sierra: Convert to platform remove callback returni...Uwe Kleine-König1-4/+2
2023-03-20phy: cadence: cdns-dphy: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-07-08phy: cadence-torrent: Remove unused `regmap` field from state structLars-Peter Clausen1-1/+0
2022-07-08phy: cadence: Sierra: Remove unused `regmap` field from state structLars-Peter Clausen1-1/+0
2022-07-05phy: cdns-dphy: Add support for DPHY TX on J721eRahul T R1-0/+61
2022-07-05phy: cdns-dphy: Add band config for dphy txRahul T R1-1/+39
2022-04-13phy: cadence: Sierra: Add TI J721E specific PCIe multilink lane configurationSwapnil Jakhade1-3/+190
2022-03-02phy: cadence: Add Cadence D-PHY Rx driverPratyush Yadav3-0/+264
2022-02-25phy/cadence: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-6/+1
2022-02-07phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju1-25/+57