phy: exynos-mipi-video: simplify check for coupled phy status
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 20 Jul 2016 10:50:47 +0000 (12:50 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 4 Aug 2016 04:33:06 +0000 (13:33 +0900)
commit42db533c89ee80ed45ca9a03c2b68b2688ec005f
tree92256718cc3c0926d803b1479be82b2d3cec3672
parentfe7e0bca0e7debf0f8611e11b2a8ffd3756334f9
phy: exynos-mipi-video: simplify check for coupled phy status

There is no need to access regmap of coupled phy to check its state - such
information is already in the phy device itself, so use it directly. This
let us to avoid possible access to registers of the device in the disabled
power domain if the coupled phy is already disabled.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: If375eab85e6ec680e856a9eeafdf24823e8adb6e
drivers/phy/phy-exynos-mipi-video.c