All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] PHY: Prepare Cadence Torrent PHY driver to support multilink DP
@ 2021-06-22 15:39 ` Swapnil Jakhade
  0 siblings, 0 replies; 20+ messages in thread
From: Swapnil Jakhade @ 2021-06-22 15:39 UTC (permalink / raw)
  To: vkoul, kishon, p.zabel, linux-phy, linux-kernel
  Cc: mparab, sjakhade, lokeshvutla

This patch series enables Torrent PHY driver to support different input
reference clock frequencies. It also does the basic cleanup in order to
add support for multilink DP configurations. The multilink DP series at
[1] will be split in 2 parts and sent separately. This is part 1 of the
series.

Support for DP multilink configurations with register sequences will be
added in part 2 as a separate patch series after validation.

[1] https://lore.kernel.org/patchwork/cover/1410252/

Version History:

v2:
   - Removed multilink DP support and register configuration patches
   - Fixed v1 review comments
   - Added Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com> to patches
     1/9, 3/9 and 7/9

Swapnil Jakhade (9):
  phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK
    message
  phy: cadence-torrent: Reorder few functions to remove function
    declarations
  phy: cadence-torrent: Add enum for supported input reference clock
    frequencies
  phy: cadence-torrent: Configure PHY registers as a function of input
    reference clock rate
  phy: cadence-torrent: Add PHY registers for DP in array format
  phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref
    clock
  phy: cadence-torrent: Add separate functions for reusable code
  phy: cadence-torrent: Add debug information for PHY configuration
  phy: cadence-torrent: Check PIPE mode PHY status to be ready for
    operation

 drivers/phy/cadence/phy-cadence-torrent.c | 3181 ++++++++++++---------
 1 file changed, 1750 insertions(+), 1431 deletions(-)

-- 
2.26.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-06-22 15:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 15:39 [PATCH v2 0/9] PHY: Prepare Cadence Torrent PHY driver to support multilink DP Swapnil Jakhade
2021-06-22 15:39 ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 1/9] phy: cadence-torrent: Remove use of CamelCase to fix checkpatch CHECK message Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 2/9] phy: cadence-torrent: Reorder few functions to remove function declarations Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 3/9] phy: cadence-torrent: Add enum for supported input reference clock frequencies Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 4/9] phy: cadence-torrent: Configure PHY registers as a function of input reference clock rate Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 5/9] phy: cadence-torrent: Add PHY registers for DP in array format Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 6/9] phy: cadence-torrent: Add PHY configuration for DP with 100MHz ref clock Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 7/9] phy: cadence-torrent: Add separate functions for reusable code Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 8/9] phy: cadence-torrent: Add debug information for PHY configuration Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade
2021-06-22 15:39 ` [PATCH v2 9/9] phy: cadence-torrent: Check PIPE mode PHY status to be ready for operation Swapnil Jakhade
2021-06-22 15:39   ` Swapnil Jakhade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.