Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-29 Thread Simon Glass
Hi Albert, On 19 December 2014 at 00:02, Albert ARIBAUD wrote: > Hello Tom, > > On Thu, 18 Dec 2014 21:33:09 +, Tom Warren > wrote: >> Albert, >> >> Please pull u-boot-tegra.git/master into ARM master. ./MAKEALL -s tegra is >> clean. > > I assume this is actually for Tom Rini, as non-core A

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Albert ARIBAUD
Hello Tom, On Thu, 18 Dec 2014 21:33:09 +, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra.git/master into ARM master. ./MAKEALL -s tegra is > clean. I assume this is actually for Tom Rini, as non-core ARM trees now merge directly into mainline.1 Amicalement, -- Albert.

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Simon Glass
Hi Albert, On 18 December 2014 at 13:17, Albert ARIBAUD wrote: > Hello Simon, > > On Wed, 10 Dec 2014 08:03:29 -0700, Simon Glass > wrote: >> Hi Albert, >> >> On 9 December 2014 at 22:25, Simon Glass wrote: >> > From: Thierry Reding >> > >> > Implement an API that can be used by drivers to all

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-18 Thread Albert ARIBAUD
Hello Simon, On Wed, 10 Dec 2014 08:03:29 -0700, Simon Glass wrote: > Hi Albert, > > On 9 December 2014 at 22:25, Simon Glass wrote: > > From: Thierry Reding > > > > Implement an API that can be used by drivers to allocate memory from a > > pool that is mapped uncached. This is useful if drive

Re: [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-10 Thread Simon Glass
Hi Albert, On 9 December 2014 at 22:25, Simon Glass wrote: > From: Thierry Reding > > Implement an API that can be used by drivers to allocate memory from a > pool that is mapped uncached. This is useful if drivers would otherwise > need to do extensive cache maintenance (or explicitly maintaini

[U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

2014-12-09 Thread Simon Glass
From: Thierry Reding Implement an API that can be used by drivers to allocate memory from a pool that is mapped uncached. This is useful if drivers would otherwise need to do extensive cache maintenance (or explicitly maintaining the cache isn't safe). The API is protected using the new CONFIG_S