From: f.fainelli@gmail.com (Florian Fainelli)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] ARM: l2c: cache size parsing through device tree
Date: Wed, 13 Aug 2014 16:29:28 -0700 [thread overview]
Message-ID: <1407972571-8986-1-git-send-email-f.fainelli@gmail.com> (raw)
Hi all,
This patch series adds support for specifying the L2 cache size through Device
Tree using the ePAPR standard 'cache-size' and 'cache-sets' properties.
The rationale behind these patches is to support Broadcom's BCM63138 DSL SoC
which comes out of reset with an invalid cache way-size specified in its L2C
auxiliary register.
For the third patch I took the approach of a helper function that can be called
by the 3 different of_parse functions that we have currently.
Thanks!
Florian Fainelli (3):
ARM: l2c: enforce use of cache-level property
ARM: l2c: order optional properties in alphabetical order
ARM: l2c: parse 'cache-size' and 'cache-sets' properties
Documentation/devicetree/bindings/arm/l2cc.txt | 4 +-
arch/arm/mm/cache-l2x0.c | 68 ++++++++++++++++++++++++++
2 files changed, 71 insertions(+), 1 deletion(-)
--
1.9.1
next reply other threads:[~2014-08-13 23:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-13 23:29 Florian Fainelli [this message]
2014-08-13 23:29 ` [PATCH 1/3] ARM: l2c: enforce use of cache-level property Florian Fainelli
2014-08-13 23:29 ` [PATCH 2/3] ARM: l2c: order optional properties in alphabetical order Florian Fainelli
2014-08-13 23:29 ` [PATCH 3/3] ARM: l2c: parse 'cache-size' and 'cache-sets' properties Florian Fainelli
2014-08-23 1:59 ` [PATCH 0/3] ARM: l2c: cache size parsing through device tree Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407972571-8986-1-git-send-email-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).