Re: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-24 Thread Albert ARIBAUD
Hello Hans, On Thu, 13 Nov 2014 20:37:40 +0100, Hans de Goede wrote: > From: Tom Rini > > For similar reasons to why the Linux Kernel has an EXPERT option, we too > want an option to allow for tweaking of some options that while normally > should remain hidden, may need to be changed in some ca

Re: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-14 Thread Albert ARIBAUD
Hello Masahiro, On Fri, 14 Nov 2014 16:15:01 +0900, Masahiro Yamada wrote: > Hi Albert, > > > On Fri, 14 Nov 2014 08:08:05 +0100 > Albert ARIBAUD wrote: > > > Hello Masahiro, > > > > > I prefer describing the patch dependency in the cover letter > > > to resending the same patch. > > > > Di

Re: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-13 Thread Masahiro Yamada
Hi Albert, On Fri, 14 Nov 2014 08:08:05 +0100 Albert ARIBAUD wrote: > Hello Masahiro, > > > I prefer describing the patch dependency in the cover letter > > to resending the same patch. > > Ditto -- but since patch numbers won't matter once applied and since > Tom is properly attributed, it w

Re: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-13 Thread Albert ARIBAUD
Hello Masahiro, > I prefer describing the patch dependency in the cover letter > to resending the same patch. Ditto -- but since patch numbers won't matter once applied and since Tom is properly attributed, it won't matter much whether Tom applies his own patch or I apply it as part of this serie

Re: [U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-13 Thread Masahiro Yamada
This is identical to http://patchwork.ozlabs.org/patch/399458/ posted by Tom Rini a month ago. Why is it taking so long for this patch? I prefer describing the patch dependency in the cover letter to resending the same patch. On Thu, 13 Nov 2014 20:37:40 +0100 Hans de Goede wrote: > From: To

[U-Boot] [PATCH v2 1/3] Kconfig: Add EXPERT option

2014-11-13 Thread Hans de Goede
From: Tom Rini For similar reasons to why the Linux Kernel has an EXPERT option, we too want an option to allow for tweaking of some options that while normally should remain hidden, may need to be changed in some cases. Signed-off-by: Tom Rini Acked-by: Hans de Goede Signed-off-by: Hans de Go