From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: linux-kernel@vger.kernel.org,
Sascha Hauer <kernel@pengutronix.de>,
Peter De Schrijver <pdeschrijver@nvidia.com>,
Tero Kristo <t-kristo@ti.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Russell King <linux@arm.linux.org.uk>,
Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: [PATCH v1 2/7] clk: mmp: switch to clk_div_mask()
Date: Tue, 31 Mar 2015 20:04:34 +0300 [thread overview]
Message-ID: <1427821479-144978-2-git-send-email-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <1427821479-144978-1-git-send-email-andriy.shevchenko@linux.intel.com>
Convert the code to use clk_div_mask() helper instead of custom approach.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/clk/mmp/clk-mix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/mmp/clk-mix.c b/drivers/clk/mmp/clk-mix.c
index de6a873..0810e27 100644
--- a/drivers/clk/mmp/clk-mix.c
+++ b/drivers/clk/mmp/clk-mix.c
@@ -26,7 +26,7 @@
static unsigned int _get_maxdiv(struct mmp_clk_mix *mix)
{
- unsigned int div_mask = (1 << mix->reg_info.width_div) - 1;
+ unsigned int div_mask = clk_div_mask(mix->reg_info.width_div);
unsigned int maxdiv = 0;
struct clk_div_table *clkt;
--
2.1.4
next prev parent reply other threads:[~2015-03-31 17:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-31 17:04 [PATCH v1 1/7] clk: introduce clk_div_mask() helper Andy Shevchenko
2015-03-31 17:04 ` Andy Shevchenko [this message]
2015-03-31 17:04 ` [PATCH v1 3/7] clk: divider: switch to clk_div_mask() Andy Shevchenko
2015-03-31 17:04 ` [PATCH v1 4/7] clk: socfpga: " Andy Shevchenko
2015-03-31 17:04 ` [PATCH v1 5/7] clk: ti: divider: " Andy Shevchenko
2015-03-31 17:04 ` [PATCH v1 6/7] clk: tegra: " Andy Shevchenko
2015-03-31 17:04 ` [PATCH v1 7/7] ARM: imx: " Andy Shevchenko
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=1427821479-144978-2-git-send-email-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=dinguyen@opensource.altera.com \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=pdeschrijver@nvidia.com \
--cc=sboyd@codeaurora.org \
--cc=t-kristo@ti.com \
/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®