summaryrefslogtreecommitdiff
path: root/drivers/phy/cadence
AgeCommit message (Expand)Author
2023-04-12phy: cadence: cdns-dphy-rx: Add common module reset supportSinthu Raja
2023-04-12phy: cadence: Sierra: Add PCIe + SGMII PHY multilink configurationSwapnil Jakhade
2023-03-31phy: cadence: Sierra: Use clk_parent_data to provide parent informationLars-Peter Clausen
2023-03-31phy: cadence: Sierra: Replace `clk_register(`) with `clk_hw_register()`Lars-Peter Clausen
2023-03-20phy: cadence: phy-cadence-torrent: Convert to platform remove callback return...Uwe Kleine-König
2023-03-20phy: cadence: phy-cadence-sierra: Convert to platform remove callback returni...Uwe Kleine-König
2023-03-20phy: cadence: cdns-dphy: Convert to platform remove callback returning voidUwe Kleine-König
2022-07-08phy: cadence-torrent: Remove unused `regmap` field from state structLars-Peter Clausen
2022-07-08phy: cadence: Sierra: Remove unused `regmap` field from state structLars-Peter Clausen
2022-07-05phy: cdns-dphy: Add support for DPHY TX on J721eRahul T R
2022-07-05phy: cdns-dphy: Add band config for dphy txRahul T R
2022-04-13phy: cadence: Sierra: Add TI J721E specific PCIe multilink lane configurationSwapnil Jakhade
2022-03-02phy: cadence: Add Cadence D-PHY Rx driverPratyush Yadav
2022-02-25phy/cadence: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-02-07phy: cadence: Sierra: Add support for skipping configurationAswath Govindraju
2022-01-24phy: cadence: Sierra: fix error handling bugs in probe()Dan Carpenter
2021-12-27phy: cadence: Sierra: Add support for derived reference clock outputSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configurationSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Add support for PHY multilink configurationsSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Fix to get correct parent for mux clocksSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Update single link PCIe register configurationSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Check cmn_ready assertion during PHY power onSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Add PHY PCS common register configurationsSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ...Swapnil Jakhade
2021-12-27phy: cadence: Sierra: Add support to get SSC type from device treeSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Prepare driver to add support for multilink configurationsSwapnil Jakhade
2021-12-27phy: cadence: Sierra: Use of_device_get_match_data() to get driver dataSwapnil Jakhade
2021-11-23phy: cadence-torrent: use swap() to make code cleanerYang Guang
2021-10-26phy: cadence-torrent: Add support to output received reference clockSwapnil Jakhade
2021-10-26phy: cadence-torrent: Model reference clock driver as a clock to enable deriv...Swapnil Jakhade
2021-10-26phy: cadence-torrent: Migrate to clk_hw based registration and OF APIsSwapnil Jakhade
2021-08-17phy: cadence-torrent: Check PIPE mode PHY status to be ready for operationSwapnil Jakhade
2021-08-17phy: cadence-torrent: Add debug information for PHY configurationSwapnil Jakhade
2021-08-17phy: cadence-torrent: Add separate functions for reusable codeSwapnil Jakhade
2021-08-17phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clockSwapnil Jakhade
2021-08-17phy: cadence-torrent: Add PHY registers for DP in array formatSwapnil Jakhade
2021-08-17phy: cadence-torrent: Configure PHY registers as a function of input referenc...Swapnil Jakhade
2021-08-17phy: cadence-torrent: Add enum for supported input reference clock frequenciesSwapnil Jakhade
2021-08-17phy: cadence-torrent: Reorder few functions to remove function declarationsSwapnil Jakhade
2021-08-17phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK messageSwapnil Jakhade
2021-05-31phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe()Wang Wensheng
2021-03-31phy: cadence-torrent: Add delay for PIPE clock to be stableKishon Vijay Abraham I
2021-03-31phy: cadence-torrent: Explicitly request exclusive reset controlKishon Vijay Abraham I
2021-03-31phy: cadence-torrent: Do not configure SERDES if it's already configuredKishon Vijay Abraham I
2021-03-31phy: cadence-torrent: Group reset APIs and clock APIsKishon Vijay Abraham I
2021-03-31phy: cadence: Sierra: Enable pll_cmnlc and pll_cmnlc1 clocksKishon Vijay Abraham I
2021-03-31phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as clocks (mux clocks)Kishon Vijay Abraham I
2021-03-31phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callbackKishon Vijay Abraham I
2021-03-31phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"Kishon Vijay Abraham I