[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250410133332.294556-1-linux.amoon@gmail.com>
Date: Thu, 10 Apr 2025 19:03:15 +0530
From: Anand Moon <linux.amoon@...il.com>
To: Vinod Koul <vkoul@...nel.org>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>,
Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
linux-phy@...ts.infradead.org (open list:GENERIC PHY FRAMEWORK),
linux-arm-kernel@...ts.infradead.org (moderated list:ARM/Amlogic Meson SoC support),
linux-amlogic@...ts.infradead.org (open list:ARM/Amlogic Meson SoC support),
linux-kernel@...r.kernel.org (open list)
Cc: Anand Moon <linux.amoon@...il.com>
Subject: [PATCH v1 0/6] Messon: Simplify error handling with dev_err_probe()
Hi All,
Use dev_err_probe() for phy resources to indicate the deferral
reason when waiting for the resource to come up.
Note: The following patch for RTC:
phy: amlogic: phy-meson-axg-pcie: Fix PHY creation order in axg-pcie probe
has not been tested as I do not have access to the Amlogic AGX hardware.
However, I have made improvements to this change based on my understanding
of other code.
Thanks
-Anand
Anand Moon (6):
phy: amlogic: phy-meson-gxl-usb2: Simplify error handling with
dev_err_probe()
phy: amlogic: phy-meson-g12a-usb2: Simplify error handling with
dev_err_probe()
phy: amlogic: phy-meson-axg-mipi-pcie-analog: Simplify error handling
with dev_err_probe()
phy: amlogic: phy-meson-axg-mipi-dphy: Simplify error handling with
dev_err_probe()
phy: amlogic: phy-meson-axg-pcie: Simplify error handling with
dev_err_probe()
phy: amlogic: phy-meson-axg-pcie: Fix PHY creation order in axg-pcie
probe
drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 10 +++-------
.../phy/amlogic/phy-meson-axg-mipi-pcie-analog.c | 10 +++-------
drivers/phy/amlogic/phy-meson-axg-pcie.c | 14 +++++---------
drivers/phy/amlogic/phy-meson-g12a-usb2.c | 10 +++-------
drivers/phy/amlogic/phy-meson-gxl-usb2.c | 11 +++--------
5 files changed, 17 insertions(+), 38 deletions(-)
base-commit: 3b07108ada81a8ebcebf1fe61367b4e436c895bd
--
2.49.0
Powered by blists - more mailing lists