index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
phy
/
cadence
Commit message (
Expand
)
Author
Age
Files
Lines
*
phy: cadence-torrent: Check PIPE mode PHY status to be ready for operation
Swapnil Jakhade
2021-08-17
1
-1
/
+59
*
phy: cadence-torrent: Add debug information for PHY configuration
Swapnil Jakhade
2021-08-17
1
-4
/
+32
*
phy: cadence-torrent: Add separate functions for reusable code
Swapnil Jakhade
2021-08-17
1
-18
/
+35
*
phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clock
Swapnil Jakhade
2021-08-17
1
-0
/
+162
*
phy: cadence-torrent: Add PHY registers for DP in array format
Swapnil Jakhade
2021-08-17
1
-288
/
+334
*
phy: cadence-torrent: Configure PHY registers as a function of input referenc...
Swapnil Jakhade
2021-08-17
1
-408
/
+422
*
phy: cadence-torrent: Add enum for supported input reference clock frequencies
Swapnil Jakhade
2021-08-17
1
-13
/
+38
*
phy: cadence-torrent: Reorder few functions to remove function declarations
Swapnil Jakhade
2021-08-17
1
-619
/
+588
*
phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK message
Swapnil Jakhade
2021-08-17
1
-12
/
+12
*
phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe()
Wang Wensheng
2021-05-31
1
-0
/
+1
*
phy: cadence-torrent: Add delay for PIPE clock to be stable
Kishon Vijay Abraham I
2021-03-31
1
-0
/
+9
*
phy: cadence-torrent: Explicitly request exclusive reset control
Kishon Vijay Abraham I
2021-03-31
1
-1
/
+1
*
phy: cadence-torrent: Do not configure SERDES if it's already configured
Kishon Vijay Abraham I
2021-03-31
1
-10
/
+22
*
phy: cadence-torrent: Group reset APIs and clock APIs
Kishon Vijay Abraham I
2021-03-31
1
-31
/
+53
*
phy: cadence: Sierra: Enable pll_cmnlc and pll_cmnlc1 clocks
Kishon Vijay Abraham I
2021-03-31
1
-3
/
+37
*
phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as clocks (mux clocks)
Kishon Vijay Abraham I
2021-03-31
2
-3
/
+265
*
phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback
Kishon Vijay Abraham I
2021-03-31
1
-0
/
+3
*
phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy"
Kishon Vijay Abraham I
2021-03-31
1
-10
/
+15
*
phy: cadence-torrent: Use a common header file for Cadence SERDES
Kishon Vijay Abraham I
2021-03-31
1
-1
/
+1
*
phy: cadence: Sierra: Explicitly request exclusive reset control
Kishon Vijay Abraham I
2021-03-31
1
-2
/
+2
*
phy: cadence: Sierra: Move all reset_control_get*() to a separate function
Kishon Vijay Abraham I
2021-03-31
1
-11
/
+25
*
phy: cadence: Sierra: Move all clk_get_*() to a separate function
Kishon Vijay Abraham I
2021-03-31
1
-22
/
+35
*
phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodes
Kishon Vijay Abraham I
2021-03-31
1
-0
/
+4
*
phy: cadence: Sierra: Fix PHY power_on sequence
Kishon Vijay Abraham I
2021-03-31
1
-1
/
+6
*
phy: cadence-torrent: Update PCIe + USB config for correct PLL1 clock
Swapnil Jakhade
2021-03-30
1
-16
/
+31
*
phy: cadence-torrent: Update SGMII/QSGMII configuration specific to TI
Kishon Vijay Abraham I
2021-03-30
1
-14
/
+44
*
phy: cadence-torrent: Update PCIe + QSGMII config for correct PLL1 clock
Swapnil Jakhade
2021-03-30
1
-28
/
+49
*
phy: cadence-torrent: Add support to drive refclk out
Kishon Vijay Abraham I
2021-03-30
2
-3
/
+186
*
phy: cadence-torrent: Fix error code in cdns_torrent_phy_probe()
Dan Carpenter
2021-01-13
1
-0
/
+1
*
phy: cadence: convert to devm_platform_ioremap_resource
Chunfeng Yun
2020-11-16
3
-9
/
+3
*
phy: cadence-torrent: Add USB + SGMII/QSGMII multilink configuration
Swapnil Jakhade
2020-09-18
1
-0
/
+254
*
phy: cadence-torrent: Add PCIe + USB multilink configuration
Swapnil Jakhade
2020-09-18
1
-0
/
+216
*
phy: cadence-torrent: Add single link USB register sequences
Swapnil Jakhade
2020-09-18
1
-1
/
+259
*
phy: cadence-torrent: Add single link SGMII/QSGMII register sequences
Swapnil Jakhade
2020-09-18
1
-0
/
+89
*
phy: cadence-torrent: Configure PHY_PLL_CFG as part of link_cmn_vals
Swapnil Jakhade
2020-09-18
1
-4
/
+18
*
phy: cadence-torrent: Add PHY link configuration sequences for single link
Swapnil Jakhade
2020-09-18
1
-0
/
+44
*
phy: cadence-torrent: Add clk changes for multilink configuration
Swapnil Jakhade
2020-09-18
1
-24
/
+17
*
phy: cadence-torrent: Update PHY reset for multilink configuration
Swapnil Jakhade
2020-09-18
1
-7
/
+21
*
phy: cadence-torrent: Add support for PHY multilink configuration
Swapnil Jakhade
2020-09-18
1
-26
/
+757
*
phy: cadence-torrent: Add PHY APB reset support
Swapnil Jakhade
2020-09-18
1
-0
/
+13
*
phy: cadence-torrent: Check cmn_ready assertion during PHY power on
Swapnil Jakhade
2020-09-18
1
-1
/
+30
*
phy: cadence-torrent: Add single link PCIe support
Swapnil Jakhade
2020-09-18
1
-30
/
+266
*
phy: cadence-torrent: Check total lane count for all subnodes is within limit
Swapnil Jakhade
2020-09-18
1
-4
/
+15
*
phy: cadence-torrent: Add separate regmap functions for torrent and DP
Swapnil Jakhade
2020-09-18
1
-33
/
+66
*
phy: cadence-torrent: Enable support for multiple subnodes
Swapnil Jakhade
2020-09-18
1
-15
/
+0
*
phy: cadence-torrent: Use devm_platform_ioremap_resource() to get reg addresses
Swapnil Jakhade
2020-09-18
1
-6
/
+2
*
phy: cadence-torrent: Use of_device_get_match_data() to get driver data
Swapnil Jakhade
2020-09-18
1
-8
/
+5
*
phy: cadence: torrent: Constify regmap_config structs
Rikard Falkeborn
2020-09-16
1
-6
/
+6
*
phy: cadence: salvo: Constify cdns_nxp_sequence_pair
Rikard Falkeborn
2020-09-16
1
-3
/
+3
*
phy: cadence: Sierra: Constify static structs
Rikard Falkeborn
2020-09-16
1
-12
/
+12
[next]