Re: [PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-07-26 Thread Paul Walmsley
Hi Sergei On Mon, 22 Jul 2013, Sergei Shtylyov wrote: Perhaps it's better to follow what Documentation/SubmittingPatches suggests: #else static inline __init void omap3_evm_display_init(void) {} ... ... and eliminate #ifdef here? While I agree with you in principle, the original

Re: [PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-07-22 Thread Sergei Shtylyov
Hello. On 22-07-2013 9:29, Paul Walmsley wrote: From: Lokesh Vutla lokeshvu...@ti.com On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking omap3_evm_display_init() with CONFIG_BROKEN for now as

[PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-07-21 Thread Paul Walmsley
From: Lokesh Vutla lokeshvu...@ti.com On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking omap3_evm_display_init() with CONFIG_BROKEN for now as suggested by Tony as per the below link:

Re: [PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-06-18 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [130613 19:44]: On Thu, 13 Jun 2013, Lokesh Vutla wrote: On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking omap3_evm_display_init() with CONFIG_BROKEN for now

Re: [PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-06-18 Thread Paul Walmsley
On Tue, 18 Jun 2013, Tony Lindgren wrote: * Paul Walmsley p...@pwsan.com [130613 19:44]: On Thu, 13 Jun 2013, Lokesh Vutla wrote: On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking

[PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-06-13 Thread Lokesh Vutla
On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking omap3_evm_display_init() with CONFIG_BROKEN for now as suggested by Tony as per the below link:

Re: [PATCH] ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN

2013-06-13 Thread Paul Walmsley
On Thu, 13 Jun 2013, Lokesh Vutla wrote: On 37xx EVM non-dt boot fails with current mainline, because of broken GPIO numbering in the board file that uses hardcoded GPIOs. So marking omap3_evm_display_init() with CONFIG_BROKEN for now as suggested by Tony as per the below link: