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

2014-07-07 Thread Tony Lindgren
* Guido Martínez [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. > > Signed-off-by:

[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 --- v2: Make patch title consiste