Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-02-08 Thread Lee Jones
On Thu, 26 Jan 2017, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by: Marek Szyprowski

Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-02-08 Thread Lee Jones
On Thu, 26 Jan 2017, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by: Marek Szyprowski >

Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-02-01 Thread Rob Herring
On Thu, Jan 26, 2017 at 09:33:51AM +0100, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by:

Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-02-01 Thread Rob Herring
On Thu, Jan 26, 2017 at 09:33:51AM +0100, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by:

Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-01-26 Thread Sylwester Nawrocki
On 01/26/2017 09:33 AM, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by: Marek Szyprowski

Re: [PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-01-26 Thread Sylwester Nawrocki
On 01/26/2017 09:33 AM, Marek Szyprowski wrote: > Pad retention should be controlled from pin control driver, so remove it > from Exynos LPASS driver. After this change, no more access to PMU regmap > is needed, so remove also the code for handling PMU regmap. > > Signed-off-by: Marek Szyprowski

[PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-01-26 Thread Marek Szyprowski
Pad retention should be controlled from pin control driver, so remove it from Exynos LPASS driver. After this change, no more access to PMU regmap is needed, so remove also the code for handling PMU regmap. Signed-off-by: Marek Szyprowski Acked-by: Krzysztof Kozlowski

[PATCH v2 5/8] mfd: exynos-lpass: Remove pad retention control

2017-01-26 Thread Marek Szyprowski
Pad retention should be controlled from pin control driver, so remove it from Exynos LPASS driver. After this change, no more access to PMU regmap is needed, so remove also the code for handling PMU regmap. Signed-off-by: Marek Szyprowski Acked-by: Krzysztof Kozlowski ---