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>
Subject: Re: [PATCH v5 0/8] clk: replace div_mask() by GENMASK()
Date: Fri, 09 Oct 2015 18:41:22 +0300 [thread overview]
Message-ID: <1444405282.8361.553.camel@linux.intel.com> (raw)
In-Reply-To: <1436796468-45723-1-git-send-email-andriy.shevchenko@linux.intel.com>
On Mon, 2015-07-13 at 17:07 +0300, Andy Shevchenko wrote:
> This series replaces div_mask() and similar macros in many clock
> providers by
> GENMASK() generic helper.
So, if anyone finds this useful, please, ACK/apply.
>
> Changelog v5:
> - amend patch for softpga by covering all cases
> - extend patchset to hisilicon and bcm clk implementation
> - rebase on top of clk-next
>
> Changelog v4:
> - use GENMASK() instead of div_mask() by Stephen Boyd's comment
>
> Changelog v3:
> - fix clk_div_mask() prototype: seems tired like on Friday evening!
>
> Changelog v2:
> - fix patches 5,6,7 where parameter of the macro was d instead of d
> ->width
>
> Andy Shevchenko (8):
> clk: divider: switch to GENMASK()
> clk: mmp: switch to GENMASK()
> clk: socfpga: switch to GENMASK()
> clk: ti: divider: switch to GENMASK()
> clk: tegra: switch to GENMASK()
> clk: hisilicon: switch to GENMASK()
> clk: bcm: switch to GENMASK()
> ARM: imx: switch to GENMASK()
>
> drivers/clk/bcm/clk-iproc-asiu.c | 22 ++++++++-------------
> -
> drivers/clk/bcm/clk-iproc-pll.c | 31 ++++++++++++++-------
> ----------
> drivers/clk/bcm/clk-iproc.h | 1 -
> drivers/clk/bcm/clk-kona-setup.c | 2 +-
> drivers/clk/bcm/clk-kona.c | 12 +++---------
> drivers/clk/clk-divider.c | 18 ++++++++----------
> drivers/clk/hisilicon/clkdivider-hi6220.c | 8 +++-----
> drivers/clk/imx/clk-fixup-div.c | 7 +++----
> drivers/clk/mmp/clk-mix.c | 2 +-
> drivers/clk/mmp/clk.h | 2 +-
> drivers/clk/socfpga/clk-gate-a10.c | 2 +-
> drivers/clk/socfpga/clk-gate.c | 2 +-
> drivers/clk/socfpga/clk-periph-a10.c | 2 +-
> drivers/clk/socfpga/clk-periph.c | 2 +-
> drivers/clk/socfpga/clk.h | 1 -
> drivers/clk/tegra/clk-divider.c | 7 +++----
> drivers/clk/tegra/clk-pll.c | 13 ++++++-------
> drivers/clk/tegra/clk-super.c | 2 +-
> drivers/clk/ti/divider.c | 18 ++++++++----------
> 19 files changed, 64 insertions(+), 90 deletions(-)
>
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
prev parent reply other threads:[~2015-10-09 15:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 14:07 [PATCH v5 0/8] clk: replace div_mask() by GENMASK() Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 1/8] clk: divider: switch to GENMASK() Andy Shevchenko
2015-07-21 23:48 ` Stephen Boyd
2015-07-22 13:03 ` Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 2/8] clk: mmp: " Andy Shevchenko
2015-07-21 23:53 ` Stephen Boyd
2015-07-22 13:04 ` Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 3/8] clk: socfpga: " Andy Shevchenko
2015-07-13 15:48 ` Dinh Nguyen
2015-07-22 0:00 ` Stephen Boyd
2015-07-13 14:07 ` [PATCH v5 4/8] clk: ti: divider: " Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 5/8] clk: tegra: " Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 6/8] clk: hisilicon: " Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 7/8] clk: bcm: " Andy Shevchenko
2015-07-13 14:07 ` [PATCH v5 8/8] ARM: imx: " Andy Shevchenko
2015-10-09 15:41 ` Andy Shevchenko [this message]
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=1444405282.8361.553.camel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.