summaryrefslogtreecommitdiff
path: root/drivers/phy/cadence/phy-cadence-torrent.c
AgeCommit message (Expand)Author
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-05phy: cadence-torrent: add support for three or more links using 2 protocolsSiddharth Vadapalli
2024-07-31phy: cadence-torrent: Constify a u32[]Christophe JAILLET
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_valsChristophe JAILLET
2024-07-31phy: cadence-torrent: Constify struct cdns_torrent_vals_entryChristophe JAILLET
2024-07-31phy: cadence-torrent: Constify struct cdns_reg_pairsChristophe JAILLET
2024-07-02phy: cadence-torrent: Check return value on register readMa Ke
2024-06-03phy: cadence-torrent: add suspend and resume supportThomas Richard
2024-06-03phy: cadence-torrent: remove noop_ops phy operationsThomas Richard
2024-06-03phy: cadence-torrent: add already_configured to struct cdns_torrent_phyThomas Richard
2024-06-03phy: cadence-torrent: register resets even if the phy is already configuredThomas Richard
2024-06-03phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clkThomas Richard
2024-06-03phy: cadence-torrent: Add SGMII + QSGMII multilink configuration for 100MHz r...Swapnil Jakhade
2024-02-07phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink...Swapnil Jakhade
2024-02-07phy: cadence-torrent: Add USXGMII(156.25MHz) + SGMII/QSGMII(100MHz) multilink...Swapnil Jakhade
2024-02-07phy: cadence-torrent: Add PCIe(100MHz) + USXGMII(156.25MHz) multilink configu...Swapnil Jakhade
2023-07-17phy: Explicitly include correct DT includesRob Herring
2023-07-12phy: cadence-torrent: Use key:value pair table for all settingsRoger Quadros
2023-07-12phy: cadence-torrent: Add single link USXGMII configuration for 156.25MHz refclkSwapnil Jakhade
2023-07-05Merge tag 'phy-for-6.5_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-06-08phy: cadence: torrent: Add a determine_rate hookMaxime Ripard
2023-05-08phy: cadence-torrent: Add USB + DP multilink configurationSwapnil Jakhade
2023-05-08phy: cadence-torrent: Add PCIe + DP multilink configuration for 100MHz refclkSwapnil Jakhade
2023-05-08phy: cadence-torrent: Prepare driver for multilink DP supportSwapnil Jakhade
2023-05-08phy: cadence-torrent: Add function to get PLL to be configured for DPSwapnil Jakhade
2023-03-20phy: cadence: phy-cadence-torrent: Convert to platform remove callback return...Uwe Kleine-König
2022-07-08phy: cadence-torrent: Remove unused `regmap` field from state structLars-Peter Clausen
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-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-torrent: Use a common header file for Cadence SERDESKishon Vijay Abraham I
2021-03-30phy: cadence-torrent: Update PCIe + USB config for correct PLL1 clockSwapnil Jakhade
2021-03-30phy: cadence-torrent: Update SGMII/QSGMII configuration specific to TIKishon Vijay Abraham I
2021-03-30phy: cadence-torrent: Update PCIe + QSGMII config for correct PLL1 clockSwapnil Jakhade
2021-03-30phy: cadence-torrent: Add support to drive refclk outKishon Vijay Abraham I
2021-01-13phy: cadence-torrent: Fix error code in cdns_torrent_phy_probe()Dan Carpenter