Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-06 Thread Marek Vasut
On Tuesday, September 06, 2011 01:38:46 PM Albert ARIBAUD wrote: > (splitting this discussion between the patch and my longer term RFC, > here I follow the patch, keeping the subject line unchanged) > > Le 06/09/2011 08:40, Marek Vasut a écrit : > > This is completely out of scope for this patch.

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-06 Thread Albert ARIBAUD
(splitting this discussion between the patch and my longer term RFC, here I follow the patch, keeping the subject line unchanged) Le 06/09/2011 08:40, Marek Vasut a écrit : > This is completely out of scope for this patch. My proposal would be to merge > this, then start mucking with this moving

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-05 Thread Marek Vasut
On Tuesday, September 06, 2011 08:19:26 AM Albert ARIBAUD wrote: > Le 05/09/2011 21:50, Marek Vasut a écrit : > >> Le 02/09/2011 13:57, Marek Vasut a écrit : > >>> On Friday, September 02, 2011 01:43:39 PM Simon Guinot wrote: > On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: > >>>

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-05 Thread Albert ARIBAUD
Le 05/09/2011 21:50, Marek Vasut a écrit : >> Le 02/09/2011 13:57, Marek Vasut a écrit : >>> On Friday, September 02, 2011 01:43:39 PM Simon Guinot wrote: On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: > On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: >> Hi

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-05 Thread Marek Vasut
> Le 02/09/2011 13:57, Marek Vasut a écrit : > > On Friday, September 02, 2011 01:43:39 PM Simon Guinot wrote: > > > On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: > > > > On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: > > > > > Hi Hong, > > > > > > > > > > On Mon, Aug

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-05 Thread Albert ARIBAUD
Le 02/09/2011 13:57, Marek Vasut a écrit : > On Friday, September 02, 2011 01:43:39 PM Simon Guinot wrote: >> On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: >>> On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: Hi Hong, On Mon, Aug 15, 2011 at 03:08:51PM +08

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-02 Thread Marek Vasut
On Friday, September 02, 2011 01:43:39 PM Simon Guinot wrote: > On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: > > On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: > > > Hi Hong, > > > > > > On Mon, Aug 15, 2011 at 03:08:51PM +0800, Hong Xu wrote: > > > > Hi Marek, > > >

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-02 Thread Simon Guinot
On Fri, Sep 02, 2011 at 12:23:54PM +0200, Marek Vasut wrote: > On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: > > Hi Hong, > > > > On Mon, Aug 15, 2011 at 03:08:51PM +0800, Hong Xu wrote: > > > Hi Marek, > > > > > > On 08/11/2011 12:47 PM, Marek Vasut wrote: > > > > On Thursday, Au

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-02 Thread Marek Vasut
On Friday, September 02, 2011 12:22:05 PM Simon Guinot wrote: > Hi Hong, > > On Mon, Aug 15, 2011 at 03:08:51PM +0800, Hong Xu wrote: > > Hi Marek, > > > > On 08/11/2011 12:47 PM, Marek Vasut wrote: > > > On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: > > >> Add a new file arch/arm/cpu/a

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-09-02 Thread Simon Guinot
Hi Hong, On Mon, Aug 15, 2011 at 03:08:51PM +0800, Hong Xu wrote: > Hi Marek, > > On 08/11/2011 12:47 PM, Marek Vasut wrote: > > On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: > >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > >> into this file. > >> > >> Signe

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-08-15 Thread Hong Xu
Hi Marek, On 08/11/2011 12:47 PM, Marek Vasut wrote: > On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >> into this file. >> >> Signed-off-by: Hong Xu >> --- >> V2: >> Fixed a typo when CONFIG_SYS_DCACHE_OFF is

Re: [U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-08-10 Thread Marek Vasut
On Thursday, August 11, 2011 05:27:37 AM Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > --- > V2: > Fixed a typo when CONFIG_SYS_DCACHE_OFF is defined > V3: > Undo changes in include/configs/at91sa

[U-Boot] [PATCH 3/3 v3] ARM: ARM926EJS - Add cache operations

2011-08-10 Thread Hong Xu
Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations into this file. Signed-off-by: Hong Xu --- V2: Fixed a typo when CONFIG_SYS_DCACHE_OFF is defined V3: Undo changes in include/configs/at91sam9260ek.h It's for testing purpose arch/arm/cpu/arm926ejs/Ma