Re: [PATCH] ARM: DaVinci - Clear bits in MDCTL reg before setting new bits

2009-04-10 Thread Sergei Shtylyov
Hello. Kevin Hilman wrote: Clear any set bits in the 'NEXT' field of the MDCTL register in the Power and Sleep Controller (PSC) before setting any new bits. This also allows some minor cleanup by removing some no longer needed lines of code. Signed-off-by: Mark A. Greer Thanks, pushing wit

Re: [PATCH] ARM: DaVinci - Clear bits in MDCTL reg before setting new bits

2009-03-30 Thread Kevin Hilman
"Mark A. Greer" writes: > Clear any set bits in the 'NEXT' field of the MDCTL register in the > Power and Sleep Controller (PSC) before setting any new bits. > This also allows some minor cleanup by removing some no longer > needed lines of code. > > Signed-off-by: Mark A. Greer Thanks, pushing

Re: [PATCH] ARM: DaVinci - Clear bits in MDCTL reg before setting new bits

2009-03-30 Thread Kevin Hilman
"Mark A. Greer" writes: > On Thu, Mar 26, 2009 at 07:33:21PM -0700, Mark A. Greer wrote: >> Clear any set bits in the 'NEXT' field of the MDCTL register in the >> Power and Sleep Controller (PSC) before setting any new bits. >> This also allows some minor cleanup by removing some no longer >> nee

Re: [PATCH] ARM: DaVinci - Clear bits in MDCTL reg before setting new bits

2009-03-30 Thread Mark A. Greer
On Thu, Mar 26, 2009 at 07:33:21PM -0700, Mark A. Greer wrote: > Clear any set bits in the 'NEXT' field of the MDCTL register in the > Power and Sleep Controller (PSC) before setting any new bits. > This also allows some minor cleanup by removing some no longer > needed lines of code. > > Signed-o

[PATCH] ARM: DaVinci - Clear bits in MDCTL reg before setting new bits

2009-03-26 Thread Mark A. Greer
Clear any set bits in the 'NEXT' field of the MDCTL register in the Power and Sleep Controller (PSC) before setting any new bits. This also allows some minor cleanup by removing some no longer needed lines of code. Signed-off-by: Mark A. Greer --- arch/arm/mach-davinci/psc.c | 16 +