Age | Commit message (Expand) | Author |
2022-07-08 | phy: cadence-torrent: Remove unused `regmap` field from state struct | Lars-Peter Clausen |
2022-07-08 | phy: cadence: Sierra: Remove unused `regmap` field from state struct | Lars-Peter Clausen |
2022-07-05 | phy: cdns-dphy: Add support for DPHY TX on J721e | Rahul T R |
2022-07-05 | phy: cdns-dphy: Add band config for dphy tx | Rahul T R |
2022-04-13 | phy: cadence: Sierra: Add TI J721E specific PCIe multilink lane configuration | Swapnil Jakhade |
2022-03-02 | phy: cadence: Add Cadence D-PHY Rx driver | Pratyush Yadav |
2022-02-25 | phy/cadence: Use of_device_get_match_data() | Minghao Chi (CGEL ZTE) |
2022-02-07 | phy: cadence: Sierra: Add support for skipping configuration | Aswath Govindraju |
2022-01-24 | phy: cadence: Sierra: fix error handling bugs in probe() | Dan Carpenter |
2021-12-27 | phy: cadence: Sierra: Add support for derived reference clock output | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Add support for PHY multilink configurations | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Fix to get correct parent for mux clocks | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Update single link PCIe register configuration | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Check cmn_ready assertion during PHY power on | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Add PHY PCS common register configurations | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra ... | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Add support to get SSC type from device tree | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Prepare driver to add support for multilink configurations | Swapnil Jakhade |
2021-12-27 | phy: cadence: Sierra: Use of_device_get_match_data() to get driver data | Swapnil Jakhade |
2021-11-23 | phy: cadence-torrent: use swap() to make code cleaner | Yang Guang |
2021-10-26 | phy: cadence-torrent: Add support to output received reference clock | Swapnil Jakhade |
2021-10-26 | phy: cadence-torrent: Model reference clock driver as a clock to enable deriv... | Swapnil Jakhade |
2021-10-26 | phy: cadence-torrent: Migrate to clk_hw based registration and OF APIs | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Check PIPE mode PHY status to be ready for operation | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Add debug information for PHY configuration | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Add separate functions for reusable code | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clock | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Add PHY registers for DP in array format | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Configure PHY registers as a function of input referenc... | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Add enum for supported input reference clock frequencies | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Reorder few functions to remove function declarations | Swapnil Jakhade |
2021-08-17 | phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK message | Swapnil Jakhade |
2021-05-31 | phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe() | Wang Wensheng |
2021-03-31 | phy: cadence-torrent: Add delay for PIPE clock to be stable | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence-torrent: Explicitly request exclusive reset control | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence-torrent: Do not configure SERDES if it's already configured | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence-torrent: Group reset APIs and clock APIs | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Enable pll_cmnlc and pll_cmnlc1 clocks | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as clocks (mux clocks) | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy" | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence-torrent: Use a common header file for Cadence SERDES | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Explicitly request exclusive reset control | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Move all reset_control_get*() to a separate function | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Move all clk_get_*() to a separate function | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodes | Kishon Vijay Abraham I |
2021-03-31 | phy: cadence: Sierra: Fix PHY power_on sequence | Kishon Vijay Abraham I |
2021-03-30 | phy: cadence-torrent: Update PCIe + USB config for correct PLL1 clock | Swapnil Jakhade |