Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Sughosh Ganu
hi, On Tue Nov 23, 2010 at 01:31:46PM -0500, Ben Gardiner wrote: > On Tue, Nov 23, 2010 at 1:25 PM, Paulraj, Sandeep wrote: > > I have been tracking this e-mail chain for some time now and I have lost > > track of which patches to apply in which order. > > > > Can someone please give me the cor

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
On Tue, Nov 23, 2010 at 1:57 PM, Paulraj, Sandeep wrote: > Not an issue at all. > > In this case because of some major changes and multiple patch versions I lost > track. Usually I pick it from the mailing list. > > After Wolfgang accept my previous pull request, I'll get on with the program > o

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Paulraj, Sandeep
> > On Tue, Nov 23, 2010 at 1:44 PM, Paulraj, Sandeep > wrote: > > I am able to clone the tree but I am unable to access it on the web > > I'm very sorry for the trouble you've had accessing that repo -- I > will happily switch to any other public git hosting service of your > choosing for fut

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
On Tue, Nov 23, 2010 at 1:44 PM, Paulraj, Sandeep wrote: > I am able to clone the tree but I am unable to access it on the web I'm very sorry for the trouble you've had accessing that repo -- I will happily switch to any other public git hosting service of your choosing for future merged series.

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
On Tue, Nov 23, 2010 at 1:38 PM, Paulraj, Sandeep wrote: > I tried to access that page but failed. Oh. Sorry, Sandeep. The webpage for the repo can be found at http://github.com/BenGardiner/u-boot-bg -- that page contains three URL variants for access to the repo. Best Regards, Ben Gardiner ---

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Paulraj, Sandeep
> > > > > > > Hi Sandeep, > > > > On Tue, Nov 23, 2010 at 1:25 PM, Paulraj, Sandeep > > wrote: > > > I have been tracking this e-mail chain for some time now and I have > lost > > track of which patches to apply in which order. > > > > > > Can someone please give me the correct order and the

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Paulraj, Sandeep
> > Hi Sandeep, > > On Tue, Nov 23, 2010 at 1:25 PM, Paulraj, Sandeep > wrote: > > I have been tracking this e-mail chain for some time now and I have lost > track of which patches to apply in which order. > > > > Can someone please give me the correct order and the correct version of > the pa

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Ben Gardiner
Hi Sandeep, On Tue, Nov 23, 2010 at 1:25 PM, Paulraj, Sandeep wrote: > I have been tracking this e-mail chain for some time now and I have lost > track of which patches to apply in which order. > > Can someone please give me the correct order and the correct version of the > patches? The corre

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Paulraj, Sandeep
> > On 11/23/2010 05:55 PM, sughosh ganu wrote: > > Hi, > > > Tested on hawkboard with u-boot and nand_spl images built from Ben's > tree. > > > > Tested-by: Sughosh Ganu > > > > > > I guess i will have to send an updated version from Ben's tree, as he > > has f

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread Stefano Babic
On 11/23/2010 05:55 PM, sughosh ganu wrote: Hi, > Tested on hawkboard with u-boot and nand_spl images built from Ben's tree. > > Tested-by: Sughosh Ganu > > > I guess i will have to send an updated version from Ben's tree, as he > has fixed some merge issues in

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-23 Thread sughosh ganu
hi Ben, On Fri, Nov 19, 2010 at 3:20 AM, Ben Gardiner wrote: > > Still, there were some merge conflicts due to the fact that you were > basing your ea20 patches off of only 1 of Sugosh's patches. here is > the 'git log --format="%s -- %Cgreen%an <%aE> %Cred%ai" > u-boot/master^..HEAD' output afte

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Sughosh Ganu
hi Ben, On Thu Nov 18, 2010 at 04:50:30PM -0500, Ben Gardiner wrote: > Davinci: add support for the ea20 board -- Stefano Babic > 2010-11-17 11:09:05 +0100 > Davinci 8xx: Move common functions to share code -- Stefano Babic > 2010-11-17 11:09:04 +0100 > [PATCH V4][NEXT] da850: Add RMII support

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Stefano Babic
On 11/18/2010 10:50 PM, Ben Gardiner wrote: > Hi Stefano, > Hi Ben, > Sorry for the long delay. No problem at all ! > The problem was that I was applying my RMII patch on top of Sugosh's > patches without your SPI flash patches underneath. Another RMII > version patch is coming. > > Still, the

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Ben Gardiner
Hi Stefano, Sorry for the long delay. I thought rebasing my patch onto Sugosh's series would be a good start to getting all of our patches applied together. What I didn't realize was I that I still did not have the order of patches you listed below. On Wed, Nov 17, 2010 at 11:47 AM, Stefano Babic

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-18 Thread Ben Gardiner
Hi Sugosh, On Thu, Nov 18, 2010 at 12:26 AM, Sughosh Ganu wrote: > > hi Ben, > > On Wed Nov 17, 2010 at 11:26:47AM -0500, Ben Gardiner wrote: > > Hi Stefano, > > > > On Wed, Nov 17, 2010 at 5:09 AM, Stefano Babic wrote: > > > [...] > > > diff --git a/arch/arm/include/asm/arch-davinci/da8xx_commo

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-17 Thread Sughosh Ganu
hi Ben, On Wed Nov 17, 2010 at 11:26:47AM -0500, Ben Gardiner wrote: > Hi Stefano, > > On Wed, Nov 17, 2010 at 5:09 AM, Stefano Babic wrote: > > [...] > > diff --git a/arch/arm/include/asm/arch-davinci/da8xx_common.h > > b/arch/arm/include/asm/arch-davinci/da8xx_common.h > > deleted file mode 1

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-17 Thread Stefano Babic
On 11/17/2010 05:26 PM, Ben Gardiner wrote: > Hi Stefano, > Hi Ben, > I was unable to test this series on top of Sugosh's and my patches > even after re-basing my patch on top of his by moving the > da850_emac_mii_mode_sel declaration from > board/davinci/da8xxevm/common.h to the location from w

Re: [U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-17 Thread Ben Gardiner
Hi Stefano, On Wed, Nov 17, 2010 at 5:09 AM, Stefano Babic wrote: > [...] > diff --git a/arch/arm/include/asm/arch-davinci/da8xx_common.h > b/arch/arm/include/asm/arch-davinci/da8xx_common.h > deleted file mode 100644 > index 8b564f7..000 > --- a/arch/arm/include/asm/arch-davinci/da8xx_commo

[U-Boot] [PATCH 1/2][NEXT] Davinci 8xx: Move common functions to share code

2010-11-17 Thread Stefano Babic
As more Davinci 8xx board can be added, move common code to be shared between boards. Signed-off-by: Stefano Babic --- arch/arm/include/asm/arch-davinci/da8xx_common.h | 33 -- arch/arm/include/asm/arch-davinci/davinci_misc.h | 12 board/davinci/common/misc.c