linux-stable/drivers/phy/intel
Yuan Can 7706630c56 phy: intel: Use dev_err_probe() to simplify code
In the probe path, dev_err() can be replaced with dev_err_probe()
which will check if error code is -EPROBE_DEFER and prints the
error name. It also sets the defer probe reason which can be
checked later through debugfs.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20220922111551.37188-1-yuancan@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2022-09-24 12:34:56 +05:30
..
Kconfig phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
Makefile phy: intel: Add Thunder Bay eMMC PHY support 2021-11-23 13:11:52 +05:30
phy-intel-keembay-emmc.c phy: intel: Fix for warnings due to EMMC clock 175Mhz change in FIP 2021-06-29 16:45:16 +02:00
phy-intel-keembay-usb.c phy: intel: Add Keem Bay USB PHY support 2020-11-30 15:28:10 +05:30
phy-intel-lgm-combo.c phy: intel: Use dev_err_probe() to simplify code 2022-09-24 12:34:56 +05:30
phy-intel-lgm-emmc.c phy: intel: Rename phy-intel to phy-intel-lgm 2020-09-16 17:45:19 +05:30
phy-intel-thunderbay-emmc.c phy: intel: Remove redundant dev_err call in thunderbay_emmc_phy_probe() 2021-12-02 09:46:33 +05:30