[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1523364701-15383-1-git-send-email-geert+renesas@glider.be>
Date: Tue, 10 Apr 2018 14:51:36 +0200
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Chen-Yu Tsai <wens@...e.org>,
Linus Walleij <linus.walleij@...aro.org>,
Heiko Stuebner <heiko@...ech.de>,
Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-gpio@...r.kernel.org, linux-rockchip@...ts.infradead.org,
linux-tegra@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH v2 0/5] Use of_clk_get_parent_count() instead of open coding
Hi Mike, Stephen, et al,
This patch series replaces open-coded versions of
of_clk_get_parent_count() by calls to the helper function.
Changes compared to v1:
- Move OF clock helpers (a.o. of_clk_get_parent_count()) to their own
include file <linux/of_clk.h>, as suggested by Stephen,
- Update includes for the above change,
- Fix timer-sp804, now a dummy is available in the !CONFIG_COMMON_CLK
case,
- Fix a new occurrence.
Note that patches 2-5 depend on the first patch. To simplify
dependencies, perhaps the first patch can still make it in v4.17-rc1?
Thanks!
Geert Uytterhoeven (5):
clk: Extract OF clock helpers in <linux/of_clk.h>
ARM: timer-sp: Use of_clk_get_parent_count() instead of open coding
soc: rockchip: power-domain: Use of_clk_get_parent_count() instead of
open coding
soc/tegra: pmc: Use of_clk_get_parent_count() instead of open coding
pinctrl: sunxi: Use of_clk_get_parent_count() instead of open coding
drivers/clocksource/timer-sp804.c | 3 ++-
drivers/pinctrl/sunxi/pinctrl-sunxi.c | 4 ++--
drivers/soc/rockchip/pm_domains.c | 4 ++--
drivers/soc/tegra/pmc.c | 3 ++-
include/linux/clk-provider.h | 14 +-------------
include/linux/of_clk.h | 29 +++++++++++++++++++++++++++++
6 files changed, 38 insertions(+), 19 deletions(-)
create mode 100644 include/linux/of_clk.h
--
2.7.4
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Powered by blists - more mailing lists