From: elder@linaro.org (Alex Elder)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/7] clk: bcm281xx: updates
Date: Tue, 8 Apr 2014 16:43:38 -0500 [thread overview]
Message-ID: <1396993425-30683-1-git-send-email-elder@linaro.org> (raw)
This series includes updates for the bcm281xx clock code. It is
dependent on the following patch, which has been taken into the
clk-fixes tree:
clk: bcm281xx: don't use unnamed structs or unions
https://lkml.org/lkml/2014/4/7/322
There are three groups of patches:
- Some straightforward code cleanups
- Changing CCU and clock definitions so they're almost
completely initialized statically (i.e., not at run-time)
- Add two small features
Initially this series included support for "prerequisite clocks"
but that has been removed so it can be discussed independently.
The patches in this series--based on the current linus/master branch
plus the patch mentioned above--are available here:
http://git.linaro.org/landing-teams/working/broadcom/kernel.git
Branch review/bcm-clk-next-v4
-Alex
History:
- v4: Rebased on current linus/master and reworked to account
for the no-longer-unnamed union and struct members.
- v3: Dropped prerequisite clock support so resolving how
best to handle that can be resolved separately. As
a result, bus clock support is no longer included.
- v2: Removed one unrelated patch from the series.
Alex Elder (7):
clk: bcm281xx: warn if ccu_wait_bit() fails
clk: bcm281xx: use init_data.name for clock name
clk: bcm281xx: change some symbol names
Three small code improvements.
clk: bcm281xx: initialize CCU structures statically
clk: bcm281xx: define CCU clock data statically
Rearrange the way CCUs and the clocks they provide are
defined, so that they're defined statically to the extent
possible rather than allocating and initializing things at
runtime.
clk: bcm281xx: add clock policy support
clk: bcm281xx: add clock hysteresis support
Add two new features, ultimately for the eventual purpose of
adding support for another type of Kona clock.
drivers/clk/bcm/clk-bcm281xx.c | 243 +++++++++++++++++---------------------
drivers/clk/bcm/clk-kona-setup.c | 229 +++++++++++++++++++++++++----------
drivers/clk/bcm/clk-kona.c | 212 +++++++++++++++++++++++++++++++--
drivers/clk/bcm/clk-kona.h | 160 ++++++++++++++++++++-----
4 files changed, 611 insertions(+), 233 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-04-08 21:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 21:43 Alex Elder [this message]
2014-04-08 21:43 ` [PATCH v4 1/7] clk: bcm281xx: warn if ccu_wait_bit() fails Alex Elder
2014-04-08 21:43 ` [PATCH v4 2/7] clk: bcm281xx: use init_data.name for clock name Alex Elder
2014-04-08 21:43 ` [PATCH v4 3/7] clk: bcm281xx: change some symbol names Alex Elder
2014-04-08 21:43 ` [PATCH v4 4/7] clk: bcm281xx: initialize CCU structures statically Alex Elder
2014-04-08 21:43 ` [PATCH v4 5/7] clk: bcm281xx: define CCU clock data statically Alex Elder
2014-04-08 21:43 ` [PATCH v4 6/7] clk: bcm281xx: add clock policy support Alex Elder
2014-04-08 21:43 ` [PATCH v4 7/7] clk: bcm281xx: add clock hysteresis support Alex Elder
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=1396993425-30683-1-git-send-email-elder@linaro.org \
--to=elder@linaro.org \
--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).