phy: phy-qcom-apq8064-sata: convert to readl_relaxed_poll_timeout()
authorChunfeng Yun <chunfeng.yun@mediatek.com>
Tue, 25 Aug 2020 02:03:05 +0000 (10:03 +0800)
committerVinod Koul <vkoul@kernel.org>
Tue, 8 Sep 2020 04:26:11 +0000 (09:56 +0530)
commit38af68cb04cf776196099bb0dd079bbcfe57b771
tree90e869634e907012d5abfc73d44a549a876c2549
parent6f2a721850c4b0291c118bc9acf18199fbf7b9cd
phy: phy-qcom-apq8064-sata: convert to readl_relaxed_poll_timeout()

Use readl_relaxed_poll_timeout() to simplify code, rename local function
read_poll_timeout() as poll_timeout() to avoid repeated definition

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/1598320987-25518-4-git-send-email-chunfeng.yun@mediatek.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-apq8064-sata.c