[PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Marek Szyprowski
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

[PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Marek Szyprowski
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

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread kbuild test robot
Hi Marek, [auto build test ERROR on phy/next] [also build test ERROR on v4.7 next-20160802] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread kbuild test robot
Hi Marek, [auto build test ERROR on phy/next] [also build test ERROR on v4.7 next-20160802] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread kbuild test robot
Hi Marek, [auto build test ERROR on phy/next] [also build test ERROR on v4.7 next-20160802] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread kbuild test robot
Hi Marek, [auto build test ERROR on phy/next] [also build test ERROR on v4.7 next-20160802] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Sylwester Nawrocki
On 08/02/2016 10:52 AM, Marek Szyprowski wrote: > 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

Re: [PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Sylwester Nawrocki
On 08/02/2016 10:52 AM, Marek Szyprowski wrote: > 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

[PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Marek Szyprowski
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

[PATCH] phy: exynos-mipi-video: simplify check for coupled phy status

2016-08-02 Thread Marek Szyprowski
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