From: Boris BREZILLON <b.brezillon@overkiz.com>
To: "Rob Landley" <rob@landley.net>,
"Rob Herring" <rob.herring@calxeda.com>,
"Pawel Moll" <pawel.moll@arm.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Stephen Warren" <swarren@wwwdotorg.org>,
"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
"Mike Turquette" <mturquette@linaro.org>,
"Russell King" <linux@arm.linux.org.uk>,
"Nicolas Ferre" <nicolas.ferre@atmel.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Boris BREZILLON <b.brezillon@overkiz.com>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] clk: add clk accuracy support
Date: Sat, 21 Dec 2013 10:34:46 +0100 [thread overview]
Message-ID: <1387618488-3075-1-git-send-email-b.brezillon@overkiz.com> (raw)
Hello,
This patch series adds support for clock accuracy retrieval in the common clk
framework.
Best Regards,
Boris
Changes since v3:
- do not export __clk_get_accuracy symbol
Changes since v2:
- fix __clk_recalc_accuracies function comment
- modify __clk_get_accuracy to return the current clock accuracy even when the
clock is orphan
- only recalculate clock accuracy when reparent succeed
Changes since v1:
- remove HAVE_CLK_GET_ACCURACY option and enable clk accuracy support only
when using the CCF
- export __clk_get_accuracy (might be used by clk-providers)
- fix documentation (s/recalc_rate/recalc_accuracy/)
- move fixed_accuracy field addition (struct clk_fixed_rate) from the 1st
patch to the 2nd patch of this series
Boris BREZILLON (2):
clk: add clk accuracy retrieval support
clk: add accuracy support for fixed clock
Documentation/clk.txt | 4 +
.../devicetree/bindings/clock/fixed-clock.txt | 3 +
drivers/clk/clk-fixed-rate.c | 43 +++++++--
drivers/clk/clk.c | 102 ++++++++++++++++++--
include/linux/clk-private.h | 1 +
include/linux/clk-provider.h | 15 +++
include/linux/clk.h | 17 ++++
7 files changed, 172 insertions(+), 13 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-12-21 9:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-21 9:34 Boris BREZILLON [this message]
2013-12-21 9:34 ` [PATCH v4 1/2] clk: add clk accuracy retrieval support Boris BREZILLON
[not found] ` <20131223075159.22761.63922@quantum>
2013-12-23 8:02 ` boris brezillon
2013-12-21 9:34 ` [PATCH v4 2/2] clk: add accuracy support for fixed clock Boris BREZILLON
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=1387618488-3075-1-git-send-email-b.brezillon@overkiz.com \
--to=b.brezillon@overkiz.com \
--cc=devicetree@vger.kernel.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mturquette@linaro.org \
--cc=nicolas.ferre@atmel.com \
--cc=pawel.moll@arm.com \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=swarren@wwwdotorg.org \
--cc=u.kleine-koenig@pengutronix.de \
/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
all inboxes | Powered by JetHome®