Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-03-09 Thread Anton Vorontsov
On Sat, Mar 09, 2013 at 10:49:08AM -0500, Paul Gortmaker wrote: [...] > >> I didn't send the patch to akpm, but I did have a chance to ask akpm how > >> dependencies should be used, and you can see his answer here: > >> > >> https://lkml.org/lkml/2013/3/7/456 > > > > Thanks for asking! FWIW,

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-03-09 Thread Gene Heskett
On Saturday 09 March 2013, Paul Gortmaker wrote: I'd Cc: Paul's whole list, but it would bounce, so I'll post this where it will be seen. >On Fri, Mar 8, 2013 at 8:18 PM, Anton Vorontsov wrote: >> Hi Paul, >> >> On Fri, Mar 08, 2013 at 11:38:41AM -0500, Paul Gortmaker wrote: >>> > I see. In th

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-03-09 Thread Paul Gortmaker
On Fri, Mar 8, 2013 at 8:18 PM, Anton Vorontsov wrote: > Hi Paul, > > On Fri, Mar 08, 2013 at 11:38:41AM -0500, Paul Gortmaker wrote: >> > I see. In that case, please feel free to send the patch to akpm with my >> > Nack and pointing to this discussion. If Andrew agrees and I was wrong >> > (and I

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-03-08 Thread Anton Vorontsov
Hi Paul, On Fri, Mar 08, 2013 at 11:38:41AM -0500, Paul Gortmaker wrote: > > I see. In that case, please feel free to send the patch to akpm with my > > Nack and pointing to this discussion. If Andrew agrees and I was wrong > > (and I'm really curious whether I am right or wrong), I will start > >

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-03-08 Thread Paul Gortmaker
On 13-02-27 09:59 PM, Anton Vorontsov wrote: [...] > > I see. In that case, please feel free to send the patch to akpm with my > Nack and pointing to this discussion. If Andrew agrees and I was wrong > (and I'm really curious whether I am right or wrong), I will start > applying such patches in

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Geert Uytterhoeven
On Thu, Feb 28, 2013 at 3:59 AM, Anton Vorontsov wrote: > On Wed, Feb 27, 2013 at 09:17:06PM -0500, Paul Gortmaker wrote: > [...] >> > Testing patches takes time, and if I have to do it for all bunch of >> > different machines and architectures, it becomes mess and unmanageable. In >> >> So, you a

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Anton Vorontsov
On Wed, Feb 27, 2013 at 09:17:06PM -0500, Paul Gortmaker wrote: [...] > > Testing patches takes time, and if I have to do it for all bunch of > > different machines and architectures, it becomes mess and unmanageable. In > > So, you actually want my change then -- you do not want to test for > gol

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Paul Gortmaker
On Wed, Feb 27, 2013 at 8:35 PM, Anton Vorontsov wrote: > On Wed, Feb 27, 2013 at 07:48:38PM -0500, Paul Gortmaker wrote: > [...] >> If you don't want to take the commit, I won't argue it any further, but >> I genuinely do hope the above logical arguments perhaps might cause >> you to change your

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Anton Vorontsov
On Wed, Feb 27, 2013 at 07:48:38PM -0500, Paul Gortmaker wrote: [...] > If you don't want to take the commit, I won't argue it any further, but > I genuinely do hope the above logical arguments perhaps might cause > you to change your mind. As a maintainer of drivers/power/, I have to keep things

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Paul Gortmaker
On Wed, Feb 27, 2013 at 6:18 PM, Anton Vorontsov wrote: > Hello Paul, > > On Wed, Feb 27, 2013 at 01:27:46PM -0500, Paul Gortmaker wrote: >> Nearly all the other goldfish peripherals (mtd, keyboard, etc) >> have a dependency on the main platform's GOLDFISH Kconfig item, >> but this one got skipped

Re: [PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Anton Vorontsov
Hello Paul, On Wed, Feb 27, 2013 at 01:27:46PM -0500, Paul Gortmaker wrote: > Nearly all the other goldfish peripherals (mtd, keyboard, etc) > have a dependency on the main platform's GOLDFISH Kconfig item, > but this one got skipped, so add it. > > Cc: Anton Vorontsov > Cc: David Woodhouse > S

[PATCH] power: make goldfish option have a dependency on goldfish

2013-02-27 Thread Paul Gortmaker
Nearly all the other goldfish peripherals (mtd, keyboard, etc) have a dependency on the main platform's GOLDFISH Kconfig item, but this one got skipped, so add it. Cc: Anton Vorontsov Cc: David Woodhouse Signed-off-by: Paul Gortmaker --- drivers/power/Kconfig | 2 +- 1 file changed, 1 insertio