Re: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-22 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message you wrote: > > The same is available at > http://git.denx.de/?p=3Du-boot/u-boot-marvell.git;a=3Dcommit;h=3Ddf33d8b1e1= > be6111366a3fd51751c9419fc2df5a > > Please kindly pull it from u-boot-marvell.git master branch, I have modifie= > d original patch little b

Re: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-22 Thread Prafulla Wadaskar
and GIPO > writel arguments > > > > > -Original Message- > > From: u-boot-boun...@lists.denx.de > > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert Aribaud > > Sent: Tuesday, June 22, 2010 2:17 AM > > To: u-boot@lists.denx.de > > Su

Re: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-22 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, June 22, 2010 2:17 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO > writel arg

Re: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-22 Thread Albert ARIBAUD
Le 22/06/2010 08:20, Prafulla Wadaskar a écrit : > This means, earlier patches you posted were not tested properly. > Its great trust on the developers that whatever they submit (even smallest > change) is tested. > Submitting untested/unused code is strongly discouraged... > > I hope everyone ag

Re: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-22 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, June 22, 2010 2:17 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO > writel arg

[U-Boot] [PATCH] Fix wrong orion5x MPP and GIPO writel arguments

2010-06-21 Thread Albert Aribaud
Signed-off-by: Albert Aribaud --- Orion5x MPP and GPIO setting code had writel arguments the wrong way around. Fixed and tested. arch/arm/cpu/arm926ejs/orion5x/cpu.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/orion5x/cpu.c b/arch/arm/