Re: [PATCH v2 3/5] ARM: OMAP2+: hwmod: Extract no-idle and no-reset info from DT

2013-10-09 Thread Paul Walmsley
On Wed, 9 Oct 2013, Rajendra Nayak wrote: > Now that we have DT bindings to specify which devices should not > be reset and idled during init, make hwmod extract the information > (and store them in internal flags) from Device tree. > > Signed-off-by: Rajendra Nayak Thanks, queued. - Paul -- T

[PATCH v2 3/5] ARM: OMAP2+: hwmod: Extract no-idle and no-reset info from DT

2013-10-09 Thread Rajendra Nayak
Now that we have DT bindings to specify which devices should not be reset and idled during init, make hwmod extract the information (and store them in internal flags) from Device tree. Signed-off-by: Rajendra Nayak --- arch/arm/mach-omap2/omap_hwmod.c | 23 --- 1 file chang