Home
last modified time | relevance | path

Searched hist:"3 d73b200f9893d8f5ba5d105e8b69c8d16744fa2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ufs/host/
H A Dufs-exynos.cdiff 3d73b200f9893d8f5ba5d105e8b69c8d16744fa2 Tue Jul 05 21:02:55 CDT 2022 Chanho Park <chanho61.park@samsung.com> scsi: ufs: ufs-exynos: Change ufs phy control sequence

Since commit 1599069a62c6 ("phy: core: Warn when phy_power_on is called
before phy_init"), the following warning has been reported:

phy_power_on was called before phy_init

To address this, we need to remove phy_power_on from exynos_ufs_phy_init()
and move it after phy_init. phy_power_off and phy_exit are also necessary
in exynos_ufs_remove().

Link: https://lore.kernel.org/r/20220706020255.151177-4-chanho61.park@samsung.com
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>