Re: mfd: sec-core requires regulators

2014-06-27 Thread Lee Jones
On Fri, 27 Jun 2014, Lee Jones wrote: > On Tue, 24 Jun 2014, Arnd Bergmann wrote: > > > The newly added sec-core mfd module calls the regulator_suspend_prepare() > > function, which is only available if the regulator API is provided. This > > matches the usage of the driver, so we can just add a

Re: mfd: sec-core requires regulators

2014-06-27 Thread Lee Jones
On Tue, 24 Jun 2014, Arnd Bergmann wrote: > The newly added sec-core mfd module calls the regulator_suspend_prepare() > function, which is only available if the regulator API is provided. This > matches the usage of the driver, so we can just add a Kconfig dependency. > > Reported-by: Jim Davis

Re: mfd: sec-core requires regulators

2014-06-27 Thread Lee Jones
On Tue, 24 Jun 2014, Arnd Bergmann wrote: The newly added sec-core mfd module calls the regulator_suspend_prepare() function, which is only available if the regulator API is provided. This matches the usage of the driver, so we can just add a Kconfig dependency. Reported-by: Jim Davis

Re: mfd: sec-core requires regulators

2014-06-27 Thread Lee Jones
On Fri, 27 Jun 2014, Lee Jones wrote: On Tue, 24 Jun 2014, Arnd Bergmann wrote: The newly added sec-core mfd module calls the regulator_suspend_prepare() function, which is only available if the regulator API is provided. This matches the usage of the driver, so we can just add a Kconfig

mfd: sec-core requires regulators

2014-06-24 Thread Arnd Bergmann
The newly added sec-core mfd module calls the regulator_suspend_prepare() function, which is only available if the regulator API is provided. This matches the usage of the driver, so we can just add a Kconfig dependency. Reported-by: Jim Davis Signed-off-by: Arnd Bergmann diff --git

mfd: sec-core requires regulators

2014-06-24 Thread Arnd Bergmann
The newly added sec-core mfd module calls the regulator_suspend_prepare() function, which is only available if the regulator API is provided. This matches the usage of the driver, so we can just add a Kconfig dependency. Reported-by: Jim Davis jim.ep...@gmail.com Signed-off-by: Arnd Bergmann