Re: [PATCH v2] ARM: OMAP2+: Make GPMC skip disabled devices

2014-07-07 Thread Tony Lindgren
* Guido Martínez gu...@vanguardiasur.com.ar [140702 06:34]: Currently, child nodes of the gpmc node are iterated and probed regardless of their 'status' property. This means adding 'status = disabled;' has no effect. This patch changes the iteration to only probe nodes marked as available.

[PATCH v2] ARM: OMAP2+: Make GPMC skip disabled devices

2014-07-02 Thread Guido Martínez
Currently, child nodes of the gpmc node are iterated and probed regardless of their 'status' property. This means adding 'status = disabled;' has no effect. This patch changes the iteration to only probe nodes marked as available. Signed-off-by: Guido Martínez gu...@vanguardiasur.com.ar --- v2: