On Tue, Mar 10, 2015 at 09:59:01AM +0100, Fabrice GASNIER wrote:
Allow prefetch settings overriding by device tree, in casePatch is okay, but I think the commit message needs to be better :)
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 node.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@xxxxxx>
Reviewed-by: Tomasz Figa <tomasz.figa@xxxxxxxxx>
"Allow device tree to override the L2C prefetch settings, even when
l2x0_cache_size_of_parse() fails to parse the cache geometry due to (eg)
missing "cache-size" or "cache-sets" properties."
I think with something along those lines, the patch can be put in my
patch system for when I next get around to applying some kernel patches
instead of reading email. :)
Thanks.