Re: [PATCH] ARM: omap: rework platform selection

2014-06-18 Thread Tony Lindgren
* Rob Herring robherri...@gmail.com [140617 09:42]: On Tue, Jun 17, 2014 at 10:25 AM, Tony Lindgren t...@atomide.com wrote: * Rob Herring robherri...@gmail.com [140617 08:05]: On Tue, Jun 17, 2014 at 8:57 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 16 June 2014, Rob Herring wrote:

Re: [PATCH] ARM: omap: rework platform selection

2014-06-17 Thread Arnd Bergmann
On Monday 16 June 2014, Rob Herring wrote: So far I have not come up with no great ideas on fixing this properly short of requiring all omap .config files to add CONFIG_ARCH_OMAP=y manually. Anybody got good ideas for that? I've failed to come up with anything... I have two ideas, but

Re: [PATCH] ARM: omap: rework platform selection

2014-06-17 Thread Rob Herring
On Tue, Jun 17, 2014 at 8:57 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 16 June 2014, Rob Herring wrote: So far I have not come up with no great ideas on fixing this properly short of requiring all omap .config files to add CONFIG_ARCH_OMAP=y manually. Anybody got good ideas for that?

Re: [PATCH] ARM: omap: rework platform selection

2014-06-17 Thread Tony Lindgren
* Rob Herring robherri...@gmail.com [140617 08:05]: On Tue, Jun 17, 2014 at 8:57 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 16 June 2014, Rob Herring wrote: So far I have not come up with no great ideas on fixing this properly short of requiring all omap .config files to add

Re: [PATCH] ARM: omap: rework platform selection

2014-06-17 Thread Rob Herring
On Tue, Jun 17, 2014 at 10:25 AM, Tony Lindgren t...@atomide.com wrote: * Rob Herring robherri...@gmail.com [140617 08:05]: On Tue, Jun 17, 2014 at 8:57 AM, Arnd Bergmann a...@arndb.de wrote: On Monday 16 June 2014, Rob Herring wrote: So far I have not come up with no great ideas on fixing

[PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Arnd Bergmann
Commit 9851b662f659 (ARM: use menuconfig for sub-arch menus) did more than expected, which led to two OMAP specific bugs: * Turning CONFIG_ARCH_OMAP into a user-selectable option makes it possible to have a configuration with ARCH_OMAP enabled but none of the specific OMAP SoCs enabled, which

Re: [PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [140616 03:06]: Commit 9851b662f659 (ARM: use menuconfig for sub-arch menus) did more than expected, which led to two OMAP specific bugs: It seems the commit above is not -rc cycle material at least not without proper testing. There's a good chance of breaking a

Re: [PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Arnd Bergmann
On Monday 16 June 2014 04:00:42 Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [140616 03:06]: Commit 9851b662f659 (ARM: use menuconfig for sub-arch menus) did more than expected, which led to two OMAP specific bugs: It seems the commit above is not -rc cycle material at least not

Re: [PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [140616 04:18]: On Monday 16 June 2014 04:00:42 Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [140616 03:06]: Commit 9851b662f659 (ARM: use menuconfig for sub-arch menus) did more than expected, which led to two OMAP specific bugs: It seems the

Re: [PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [140616 04:31]: * Arnd Bergmann a...@arndb.de [140616 04:18]: Let's see if others have similar opinions Rob's patch as a whole. I'd still like to keep all the parts aside from the OMAP change and just back out the change that caused the problems.

Re: [PATCH] ARM: omap: rework platform selection

2014-06-16 Thread Rob Herring
On Mon, Jun 16, 2014 at 9:17 AM, Tony Lindgren t...@atomide.com wrote: * Tony Lindgren t...@atomide.com [140616 04:31]: * Arnd Bergmann a...@arndb.de [140616 04:18]: Let's see if others have similar opinions Rob's patch as a whole. I'd still like to keep all the parts aside from the OMAP