RE: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-27 Thread Opensource [Steve Twiss]
On 26 May 2015 11:37 Lee Jones wrote: > To: Opensource [Steve Twiss] > Subject: Re: regulator: da9062: undefined Kconfig option MFD_DA9062 > > > On 22 May 2015 09:20 Valentin Rothberg wrote: > > > To: Opensource [Steve Twiss] > > > Hi Steve, > > >

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-26 Thread Lee Jones
On Fri, 22 May 2015, Opensource [Steve Twiss] wrote: > On 22 May 2015 09:20 Valentin Rothberg wrote: > > > To: Opensource [Steve Twiss] > > Cc: broo...@kernel.org; lgirdw...@gmail.com; Support Opensource; linux- > > ker...@vger.kernel.org; Paul Bolle; Andreas Ruprecht; hengelein Stefan > > Subjec

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Paul Bolle
On Fri, 2015-05-22 at 14:07 +0100, Mark Brown wrote: > I'd expect that holding off on the initial report for a while (at least > a week but I'd guess longer) would probably avoid a lot of noise. I have data on roughly a year worth of linux-next and mainline releases. I might try to see if I can ex

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Mark Brown
On Fri, May 22, 2015 at 12:53:16PM +0200, Valentin Rothberg wrote: > > One effect of being too keen to report things is that a high false > > positive rate will cause people to pay less attention, if the source is > > usually just generating noise then it gets tuned out. > Note, that we keep a li

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Valentin Rothberg
Hi Mark, On Fri, May 22, 2015 at 12:12 PM, Mark Brown wrote: > On Fri, May 22, 2015 at 11:52:24AM +0200, Paul Bolle wrote: >> On Fri, 2015-05-22 at 10:35 +0100, Mark Brown wrote: > >> > > Is there a patch queued somewhere to add the missing Kconfig option? > >> > This is totally normal for mergin

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Mark Brown
On Fri, May 22, 2015 at 11:52:24AM +0200, Paul Bolle wrote: > On Fri, 2015-05-22 at 10:35 +0100, Mark Brown wrote: > > > Is there a patch queued somewhere to add the missing Kconfig option? > > This is totally normal for merging MFDs where the MFD goes in via the > > MFD tree and the subsystem dr

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Paul Bolle
On Fri, 2015-05-22 at 10:35 +0100, Mark Brown wrote: > > Is there a patch queued somewhere to add the missing Kconfig option? > > This is totally normal for merging MFDs where the MFD goes in via the > MFD tree and the subsystem drivers go in via their trees. This way > subsystem maintainers don'

Re: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Mark Brown
On Fri, May 22, 2015 at 10:20:15AM +0200, Valentin Rothberg wrote: > MFD_DA9062 is not defined in Kconfig, so that the dependency is always > false. Hence, the da9062-regulator driver cannot be compiled at the > current state. > Is there a patch queued somewhere to add the missing Kconfig option

RE: regulator: da9062: undefined Kconfig option MFD_DA9062

2015-05-22 Thread Opensource [Steve Twiss]
On 22 May 2015 09:20 Valentin Rothberg wrote: > To: Opensource [Steve Twiss] > Cc: broo...@kernel.org; lgirdw...@gmail.com; Support Opensource; linux- > ker...@vger.kernel.org; Paul Bolle; Andreas Ruprecht; hengelein Stefan > Subject: regulator: da9062: undefined Kconfig option MFD_DA9062 > > Hi