Re: [PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Krzysztof Kozlowski
On Wed, Jan 25, 2017 at 10:00:06PM +0200, Krzysztof Kozlowski wrote: > On Wed, Jan 25, 2017 at 12:50:30PM +0100, Marek Szyprowski wrote: > > Exynos LPASS requires some clocks to be enabled to make any access to its > > registers. This patch adds code for handling such clocks. For current set > >

Re: [PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Krzysztof Kozlowski
On Wed, Jan 25, 2017 at 10:00:06PM +0200, Krzysztof Kozlowski wrote: > On Wed, Jan 25, 2017 at 12:50:30PM +0100, Marek Szyprowski wrote: > > Exynos LPASS requires some clocks to be enabled to make any access to its > > registers. This patch adds code for handling such clocks. For current set > >

Re: [PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Krzysztof Kozlowski
On Wed, Jan 25, 2017 at 12:50:30PM +0100, Marek Szyprowski wrote: > Exynos LPASS requires some clocks to be enabled to make any access to its > registers. This patch adds code for handling such clocks. For current set > of registers it is enough to keep sfr0_ctrl clock enabled. Till now it >

Re: [PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Krzysztof Kozlowski
On Wed, Jan 25, 2017 at 12:50:30PM +0100, Marek Szyprowski wrote: > Exynos LPASS requires some clocks to be enabled to make any access to its > registers. This patch adds code for handling such clocks. For current set > of registers it is enough to keep sfr0_ctrl clock enabled. Till now it >

[PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Marek Szyprowski
Exynos LPASS requires some clocks to be enabled to make any access to its registers. This patch adds code for handling such clocks. For current set of registers it is enough to keep sfr0_ctrl clock enabled. Till now it worked only because those clocks were enabled by bootloader and driver probe()

[PATCH 6/7] mfd: exynos-lpass: Add support for clocks

2017-01-25 Thread Marek Szyprowski
Exynos LPASS requires some clocks to be enabled to make any access to its registers. This patch adds code for handling such clocks. For current set of registers it is enough to keep sfr0_ctrl clock enabled. Till now it worked only because those clocks were enabled by bootloader and driver probe()