Re: [U-Boot] [PATCH v2 35/40] ARM: Implement non-cached memory support

2014-11-12 Thread Simon Glass
Hi Stephen, On 24 October 2014 13:11, Stephen Warren wrote: > On 08/26/2014 09:34 AM, Thierry Reding 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 t

Re: [U-Boot] [PATCH v2 35/40] ARM: Implement non-cached memory support

2014-10-26 Thread Stephen Warren
On 08/26/2014 09:34 AM, Thierry Reding 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 maintaining the cache isn't saf

Re: [U-Boot] [PATCH v2 35/40] ARM: Implement non-cached memory support

2014-08-27 Thread Simon Glass
Hi Thierry, On 26 August 2014 09:34, Thierry Reding 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 v2 35/40] ARM: Implement non-cached memory support

2014-08-26 Thread Thierry Reding
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