All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for dphy tx on j721e
@ 2022-06-22 10:53 Rahul T R
  2022-06-22 10:53 ` [PATCH v3 1/3] phy: dt-bindings: cdns,dphy: Add compatible for dphy " Rahul T R
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Rahul T R @ 2022-06-22 10:53 UTC (permalink / raw)
  To: linux-phy, kishon, vkoul, robh+dt, krzysztof.kozlowski+dt,
	laurent.pinchart
  Cc: p.yadav, tomi.valkeinen, linux-kernel, jpawar, sjakhade, mparab,
	devicetree, vigneshr, lee.jones, Rahul T R

following series of patches adds support for dphy tx on ti's j721e
soc. new compatible is added and required cdns dphy ops are implemented.
the series also adds band ctrl configuration required for dphy tx

v3:
-Fixed the header files order
-Store bands as array of unsigned int, since min[n] = max[n-1]
-Remove unreachable code warning

v2:
-fix a build error reported by kernel test robot <lkp@intel.com>
 which uses clang compiler. did not get the error with gnu toolchain
 9.2-2019.12

Rahul T R (3):
  phy: dt-bindings: cdns,dphy: Add compatible for dphy on j721e
  phy: cdns-dphy: Add band config for dphy tx
  phy: cdns-dphy: Add support for DPHY TX on J721e

 .../devicetree/bindings/phy/cdns,dphy.yaml    |   5 +-
 drivers/phy/cadence/Kconfig                   |  10 ++
 drivers/phy/cadence/cdns-dphy.c               | 102 +++++++++++++++++-
 3 files changed, 114 insertions(+), 3 deletions(-)

-- 
2.36.1


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

end of thread, other threads:[~2022-06-23 12:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 10:53 [PATCH v3 0/3] Add support for dphy tx on j721e Rahul T R
2022-06-22 10:53 ` [PATCH v3 1/3] phy: dt-bindings: cdns,dphy: Add compatible for dphy " Rahul T R
2022-06-22 14:29   ` Krzysztof Kozlowski
2022-06-22 14:29     ` Krzysztof Kozlowski
2022-06-22 10:53 ` [PATCH v3 2/3] phy: cdns-dphy: Add band config for dphy tx Rahul T R
2022-06-23  9:38   ` Pratyush Yadav
2022-06-23  9:38     ` Pratyush Yadav
2022-06-22 10:53 ` [PATCH v3 3/3] phy: cdns-dphy: Add support for DPHY TX on J721e Rahul T R
2022-06-23  9:45   ` Pratyush Yadav
2022-06-23  9:45     ` Pratyush Yadav
2022-06-23 12:58     ` Rahul T R

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.