Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-04-01 Thread Mark Brown
On Tue, Apr 01, 2014 at 06:59:04PM +0530, Tushar Behera wrote: > I agree with your point that it may lead developers to write bad DTs, > but it becomes quite helpful while debugging issues. So make what you're trying to do look more like a debug option then... though to be honest given how easy

Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-04-01 Thread Tushar Behera
On 28 March 2014 15:52, Mark Brown wrote: > On Fri, Mar 28, 2014 at 10:50:22AM +0530, Tushar Behera wrote: >> Keep all regulators already enabled by bootloader on, even if no >> driver has claimed them. This is useful for debug and development, but >> should not be needed on a platform with

Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-04-01 Thread Tushar Behera
On 28 March 2014 15:52, Mark Brown broo...@kernel.org wrote: On Fri, Mar 28, 2014 at 10:50:22AM +0530, Tushar Behera wrote: Keep all regulators already enabled by bootloader on, even if no driver has claimed them. This is useful for debug and development, but should not be needed on a platform

Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-04-01 Thread Mark Brown
On Tue, Apr 01, 2014 at 06:59:04PM +0530, Tushar Behera wrote: I agree with your point that it may lead developers to write bad DTs, but it becomes quite helpful while debugging issues. So make what you're trying to do look more like a debug option then... though to be honest given how easy

Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-03-28 Thread Mark Brown
On Fri, Mar 28, 2014 at 10:50:22AM +0530, Tushar Behera wrote: > Keep all regulators already enabled by bootloader on, even if no > driver has claimed them. This is useful for debug and development, but > should not be needed on a platform with proper driver support. That's already the default on

Re: [PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-03-28 Thread Mark Brown
On Fri, Mar 28, 2014 at 10:50:22AM +0530, Tushar Behera wrote: Keep all regulators already enabled by bootloader on, even if no driver has claimed them. This is useful for debug and development, but should not be needed on a platform with proper driver support. That's already the default on

[PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-03-27 Thread Tushar Behera
Keep all regulators already enabled by bootloader on, even if no driver has claimed them. This is useful for debug and development, but should not be needed on a platform with proper driver support. Signed-off-by: Tushar Behera CC: Mark Brown --- Documentation/kernel-parameters.txt |8

[PATCH 2/2] regulator: core: Add reg_ignore_unused to keep boot time regulators enabled

2014-03-27 Thread Tushar Behera
Keep all regulators already enabled by bootloader on, even if no driver has claimed them. This is useful for debug and development, but should not be needed on a platform with proper driver support. Signed-off-by: Tushar Behera tushar.beh...@linaro.org CC: Mark Brown broo...@kernel.org ---