Hi Rajendra On Thu, 16 Sep 2010, Rajendra Nayak wrote: > This patch updates the PRM and CM register bitshifts and masks > for OMAP4430 ES2.0. > > Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> > Signed-off-by: BenoÃÂt Cousson <b-cousson@xxxxxx> > Cc: Paul Walmsley <paul@xxxxxxxxx> > Cc: Kevin Hilman <khilman@xxxxxxxxxxxxxxxxxxx> Thanks, queued for 2.6.37 (with the UTF-8 fix in the patch description). One other note: > #define OMAP4430_IDLEST_MASK BITFIELD(16, 17) We should really get rid of all these 'BITFIELD' defines, and just replace them with simple bitshifts. Care to spin a patch to do that during the 2.6.38 timeframe? - Paul