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 swar...@wwwdotorg.org wrote: On 08/26/2014 09:34 AM, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com Implement an API that can be used by drivers to allocate memory from a pool that is mapped uncached. This is useful if

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 tred...@nvidia.com 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

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 thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com 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

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

2014-08-26 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com 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