public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/3] phy: add the SerDes/SGMII driver for Qualcomm SoCs
@ 2023-06-19  9:13 Bartosz Golaszewski
  2023-06-19  9:13 ` [RESEND PATCH v2 1/3] phy: qualcomm: fix indentation in Makefile Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-06-19  9:13 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Vinod Koul,
	Kishon Vijay Abraham I, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, linux-phy, devicetree, linux-kernel,
	Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add a new PHY driver and its DT bindings (reviewed by DT maintainers).

This is a sub-series of [1] with only the patches targetting the PHY subsystem
as they can go in independently.

[1] https://lore.kernel.org/lkml/20230617001644.4e093326@kernel.org/T/

Bartosz Golaszewski (3):
  phy: qualcomm: fix indentation in Makefile
  dt-bindings: phy: describe the Qualcomm SGMII PHY
  phy: qcom: add the SGMII SerDes PHY driver

 .../phy/qcom,sa8775p-dwmac-sgmii-phy.yaml     |  55 +++
 drivers/phy/qualcomm/Kconfig                  |   9 +
 drivers/phy/qualcomm/Makefile                 |   3 +-
 drivers/phy/qualcomm/phy-qcom-sgmii-eth.c     | 451 ++++++++++++++++++
 4 files changed, 517 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/qcom,sa8775p-dwmac-sgmii-phy.yaml
 create mode 100644 drivers/phy/qualcomm/phy-qcom-sgmii-eth.c

-- 
2.39.2


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

end of thread, other threads:[~2023-06-21 12:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19  9:13 [RESEND PATCH v2 0/3] phy: add the SerDes/SGMII driver for Qualcomm SoCs Bartosz Golaszewski
2023-06-19  9:13 ` [RESEND PATCH v2 1/3] phy: qualcomm: fix indentation in Makefile Bartosz Golaszewski
2023-06-19  9:13 ` [RESEND PATCH v2 2/3] dt-bindings: phy: describe the Qualcomm SGMII PHY Bartosz Golaszewski
2023-06-19  9:13 ` [RESEND PATCH v2 3/3] phy: qcom: add the SGMII SerDes PHY driver Bartosz Golaszewski
2023-06-21 12:15 ` [RESEND PATCH v2 0/3] phy: add the SerDes/SGMII driver for Qualcomm SoCs Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox