mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/7] clk: replace div_mask() by clk_div_mask()
@ 2015-03-31 17:16 Andy Shevchenko
  2015-03-31 17:16 ` [PATCH v2 1/7] clk: introduce clk_div_mask() helper Andy Shevchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andy Shevchenko @ 2015-03-31 17:16 UTC (permalink / raw)
  To: linux-kernel, Sascha Hauer, Peter De Schrijver, Tero Kristo,
	Stephen Boyd, Russell King, Dinh Nguyen
  Cc: Andy Shevchenko

This series introduces clk_div_mask() helper in one place instead of div_mask() macros in many clock providers.

Changelog v2:
- fix patches 5,6,7 where parameter of the macro was d instead of d->width

Andy Shevchenko (7):
  clk: introduce clk_div_mask() helper
  clk: mmp: switch to clk_div_mask()
  clk: divider: switch to clk_div_mask()
  clk: socfpga: switch to clk_div_mask()
  clk: ti: divider: switch to clk_div_mask()
  clk: tegra: switch to clk_div_mask()
  ARM: imx: switch to clk_div_mask()

 arch/arm/mach-imx/clk-fixup-div.c |  7 +++----
 drivers/clk/clk-divider.c         | 18 ++++++++----------
 drivers/clk/mmp/clk-mix.c         |  2 +-
 drivers/clk/socfpga/clk-gate.c    |  2 +-
 drivers/clk/socfpga/clk-periph.c  |  2 +-
 drivers/clk/socfpga/clk.h         |  1 -
 drivers/clk/tegra/clk-divider.c   |  7 +++----
 drivers/clk/ti/divider.c          | 18 ++++++++----------
 include/linux/clk-provider.h      |  5 +++++
 9 files changed, 30 insertions(+), 32 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-31 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31 17:16 [PATCH v2 0/7] clk: replace div_mask() by clk_div_mask() Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 1/7] clk: introduce clk_div_mask() helper Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 2/7] clk: mmp: switch to clk_div_mask() Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 3/7] clk: divider: " Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 4/7] clk: socfpga: " Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 5/7] clk: ti: divider: " Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 6/7] clk: tegra: " Andy Shevchenko
2015-03-31 17:16 ` [PATCH v2 7/7] ARM: imx: " Andy Shevchenko

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®