On 2/1/2013 7:18 PM, Daniel Lezcano wrote:
+static bool ddr2_pdown = false;
checkpatch.pl warned against zero initialization of static variable here. Other than that the series looks good. I checked that both state0 and state1 are entered on da850 evm. Making power measurements requires more elaborate setup so I left that out.
Target residency of state1 seems high and it is entered very infrequently. But that's not something introduced by this series. So for all the patches, you can add:
Acked-by: Sekhar Nori nsekhar@ti.com
Thanks, Sekhar