Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 00/11] phy: simplify with cleanup.h and few other ideas
@ 2024-08-26 10:07 Krzysztof Kozlowski
  2024-08-26 10:07 ` [PATCH 01/11] phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loop Krzysztof Kozlowski
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-26 10:07 UTC (permalink / raw)
  To: Vinod Koul, Kishon Vijay Abraham I, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Chunfeng Yun,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-phy, linux-arm-kernel, linux-kernel, linux-mediatek,
	linux-arm-msm, Krzysztof Kozlowski

Make code simpler with scoped/cleanup.h/dev_err_probe.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (11):
      phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loop
      phy: broadcom: brcm-sata: Simplify with scoped for each OF child loop
      phy: cadence: sierra: Simplify with scoped for each OF child loop
      phy: hisilicon: usb2: Simplify with scoped for each OF child loop
      phy: mediatek: tphy: Simplify with scoped for each OF child loop
      phy: mediatek: xsphy: Simplify with scoped for each OF child loop
      phy: qcom: qmp-pcie-msm8996: Simplify with scoped for each OF child loop
      phy: ti: am654-serdes: Use scoped device node handling to simplify error paths
      phy: ti: gmii-sel: Simplify with dev_err_probe()
      phy: ti: j721e-wiz: Drop OF node reference earlier for simpler code
      phy: ti: j721e-wiz: Simplify with scoped for each OF child loop

 drivers/phy/broadcom/phy-bcm-cygnus-pcie.c       | 20 +++-------
 drivers/phy/broadcom/phy-brcm-sata.c             | 21 ++++------
 drivers/phy/cadence/phy-cadence-sierra.c         |  7 +---
 drivers/phy/hisilicon/phy-hisi-inno-usb2.c       | 12 ++----
 drivers/phy/mediatek/phy-mtk-tphy.c              | 30 ++++++--------
 drivers/phy/mediatek/phy-mtk-xsphy.c             | 27 +++++--------
 drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 11 ++----
 drivers/phy/ti/phy-am654-serdes.c                | 50 ++++++++----------------
 drivers/phy/ti/phy-gmii-sel.c                    | 16 +++-----
 drivers/phy/ti/phy-j721e-wiz.c                   | 12 ++----
 10 files changed, 68 insertions(+), 138 deletions(-)
---
base-commit: 834e84894a9d34ecc195d5db5386912bde3eefd7
change-id: 20240825-phy-of-node-scope-055ed0431743

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2024-08-30  8:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 10:07 [PATCH 00/11] phy: simplify with cleanup.h and few other ideas Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 01/11] phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loop Krzysztof Kozlowski
2024-08-29 16:04   ` Florian Fainelli
2024-08-26 10:07 ` [PATCH 02/11] phy: broadcom: brcm-sata: " Krzysztof Kozlowski
2024-08-29 16:04   ` Florian Fainelli
2024-08-26 10:07 ` [PATCH 03/11] phy: cadence: sierra: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 04/11] phy: hisilicon: usb2: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 05/11] phy: mediatek: tphy: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 06/11] phy: mediatek: xsphy: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 07/11] phy: qcom: qmp-pcie-msm8996: " Krzysztof Kozlowski
2024-08-29  9:02   ` Dmitry Baryshkov
2024-08-26 10:07 ` [PATCH 08/11] phy: ti: am654-serdes: Use scoped device node handling to simplify error paths Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 09/11] phy: ti: gmii-sel: Simplify with dev_err_probe() Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 10/11] phy: ti: j721e-wiz: Drop OF node reference earlier for simpler code Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 11/11] phy: ti: j721e-wiz: Simplify with scoped for each OF child loop Krzysztof Kozlowski
2024-08-30  8:10 ` [PATCH 00/11] phy: simplify with cleanup.h and few other ideas Vinod Koul

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