linux-stable/drivers/phy/amlogic
Anand Moon c7c4024348 phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER
devm_phy_create can return -EPROBE_DEFER if the vbus-supply is not ready
yet. Silence this warning as the driver framework will re-attempt
registering the PHY. Use dev_err_probe() for phy resources to indicate
the deferral reason when waiting for the resource to come up.

Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Link: https://lore.kernel.org/r/20210817041548.1276-7-linux.amoon@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2021-08-17 16:00:44 +05:30
..
Kconfig phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog 2020-11-20 15:23:33 +05:30
Makefile phy: amlogic: Add AXG MIPI D-PHY driver 2020-11-20 15:23:33 +05:30
phy-meson-axg-mipi-dphy.c phy: amlogic: Add AXG MIPI D-PHY driver 2020-11-20 15:23:33 +05:30
phy-meson-axg-mipi-pcie-analog.c phy: amlogic: meson-axg-mipi-pcie-analog: replace DSI_LANE definitions with BIT() macro 2020-11-30 16:30:24 +05:30
phy-meson-axg-pcie.c phy: amlogic: replace devm_reset_control_array_get() 2020-11-30 16:32:37 +05:30
phy-meson-g12a-usb2.c phy: amlogic: convert to devm_platform_ioremap_resource 2020-11-16 12:47:46 +05:30
phy-meson-g12a-usb3-pcie.c phy: amlogic: replace devm_reset_control_array_get() 2020-11-30 16:32:37 +05:30
phy-meson-gxl-usb2.c phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode 2020-11-30 16:31:03 +05:30
phy-meson8b-usb2.c phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER 2021-08-17 16:00:44 +05:30