Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Prafulla Wadaskar
> -Original Message- > From: Albert ARIBAUD [mailto:albert.arib...@free.fr] > Sent: Wednesday, October 06, 2010 7:17 PM > To: Wolfgang Denk > Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ashish Karkare; > Prabhanjan Sarnaik > Subject: Re: [PATCH] orion5x: optimize window size computati

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Albert ARIBAUD
Le 06/10/2010 15:29, Wolfgang Denk a écrit : > Dear Prafulla Wadaskar, > > In message > you wrote: >> >>> Or how about a double Signed-off-by? >> >> BTW: double Signed-off-by is not a bad idea, lot other patches follows the = >> same. >> I wouldn't mind to ack such patches. >> May be Wolfgang can

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > > Or how about a double Signed-off-by? > > BTW: double Signed-off-by is not a bad idea, lot other patches follows the = > same. > I wouldn't mind to ack such patches. > May be Wolfgang can better comment on this. Yes, double SoB is OK here. [T

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-06 Thread Prafulla Wadaskar
n...@lists.denx.de > >>> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > >>> Sent: Tuesday, October 05, 2010 3:52 AM > >>> To: u-boot@lists.denx.de > >>> Subject: [U-Boot] [PATCH] orion5x: optimize window size > computation > >&g

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-05 Thread Albert ARIBAUD
Aribaud >>> Sent: Tuesday, October 05, 2010 3:52 AM >>> To: u-boot@lists.denx.de >>> Subject: [U-Boot] [PATCH] orion5x: optimize window size computation >>> >>> >>> Signed-off-by: Chris Moore >>> --- >>> >>> This is a

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-05 Thread Chris Moore
ot@lists.denx.de >> Subject: [U-Boot] [PATCH] orion5x: optimize window size computation >> >> >> Signed-off-by: Chris Moore >> --- >> >> This is a simple optimization of the orion5x window size >> computation. This code was contributed by Chris Moore s

Re: [U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-04 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > Sent: Tuesday, October 05, 2010 3:52 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] orion5x: optimize window size computation >

[U-Boot] [PATCH] orion5x: optimize window size computation

2010-10-04 Thread Albert Aribaud
Signed-off-by: Chris Moore --- This is a simple optimization of the orion5x window size computation. This code was contributed by Chris Moore so I put his Signed-off-by rather than mine. See arch/arm/cpu/arm926ejs/orion5x/cpu.c