Re: [PATCH v2] ARM: l2c: Fix prefetch settings dt parsing

2015-03-12 Thread Fabrice Gasnier
Hi Russel, I just sent a V3 to follow your remark. If this is ok, l'll add it to your patch system. Thanks for your review. BR, Fabrice On 03/12/2015 03:57 PM, Russell King - ARM Linux wrote: On Tue, Mar 10, 2015 at 09:59:01AM +0100, Fabrice GASNIER wrote: Allow prefetch settings overriding by

Re: [PATCH v2] ARM: l2c: Fix prefetch settings dt parsing

2015-03-12 Thread Russell King - ARM Linux
On Tue, Mar 10, 2015 at 09:59:01AM +0100, Fabrice GASNIER wrote: > Allow prefetch settings overriding by device tree, in case > l2x0_cache_size_of_parse() returns value, prefetch tuning > properties are silently ignored. E.g. arm,double-linefill* and > arm,prefetch*. > This happens for example, whe

[PATCH v2] ARM: l2c: Fix prefetch settings dt parsing

2015-03-10 Thread Fabrice GASNIER
Allow prefetch settings overriding by device tree, in case l2x0_cache_size_of_parse() returns value, prefetch tuning properties are silently ignored. E.g. arm,double-linefill* and arm,prefetch*. This happens for example, when "cache-size" or "cache-sets" properties haven't been filled in l2c dt nod