
Hi Tom,
On Thursday 31 January 2013 10:50 PM, Tom Rini wrote:
On Thu, Jan 31, 2013 at 11:32:30AM +0530, R Sricharan wrote:
From: Lokesh Vutla lokeshvutla@ti.com
After power-up SRCOMP cells are by-passed by default in OMAP5. Software has to enable these SRCOMP sells. For ES2: All 5 SRCOMP cells needs to be enabled. For ES1: Only 4 SRCOMP cells in core power domain are enabled. The 1 in wkup domain is not enabled because smart i/os of wkup domain work with default compensation code.
Signed-off-by: R Sricharan r.sricharan@ti.com Signed-off-by: Lokesh Vutla lokeshvutla@ti.com
With the caveat that a few formatting things looked odd, but I'm assuming you ran this series past checkpatch.pl and it's clean:
Reviewed-by: Tom Rini trini@ti.com
I indeed ran checkpatch. There were no warnings, except for one patch where clocks data was moved from one file to other because of comments exceeding 80 characters, but that was unavoidable. Otherwise, rest was fine.
Regards, Sricharan