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

2017-04-11 Thread Lee Jones
On Thu, 23 Mar 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

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

2017-03-23 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() h