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

2017-02-08 Thread Lee Jones
On Thu, 26 Jan 2017, 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 > worked only because those

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

2017-02-08 Thread Lee Jones
On Thu, 26 Jan 2017, 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 > worked only because those

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

2017-02-01 Thread Rob Herring
On Thu, Jan 26, 2017 at 09:33:52AM +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 v2 6/8] mfd: exynos-lpass: Add support for clocks

2017-02-01 Thread Rob Herring
On Thu, Jan 26, 2017 at 09:33:52AM +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 v2 6/8] mfd: exynos-lpass: Add support for clocks

2017-01-26 Thread Krzysztof Kozlowski
On Thu, Jan 26, 2017 at 09:33:52AM +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 v2 6/8] mfd: exynos-lpass: Add support for clocks

2017-01-26 Thread Krzysztof Kozlowski
On Thu, Jan 26, 2017 at 09:33:52AM +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 v2 6/8] mfd: exynos-lpass: Add support for clocks

2017-01-26 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 v2 6/8] mfd: exynos-lpass: Add support for clocks

2017-01-26 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()