From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH 0/3] Use of_clk_get_parent_count() instead of open coding Date: Fri, 19 Jan 2018 16:18:18 +0100 Message-ID: <1516375101-29836-1-git-send-email-geert+renesas@glider.be> Return-path: Sender: linux-clk-owner@vger.kernel.org To: Maxime Ripard , Chen-Yu Tsai , Heiko Stuebner , Thierry Reding , Jonathan Hunter Cc: Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-tegra@vger.kernel.org, linux-clk@vger.kernel.org, Geert Uytterhoeven List-Id: linux-gpio@vger.kernel.org Hi all, This patch series replaces open-coded versions of of_clk_get_parent_count() by calls to the helper function. These patches are independent, so they can be applied where appropriate. Thanks! Geert Uytterhoeven (3): pinctrl: sunxi: 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 drivers/pinctrl/sunxi/pinctrl-sunxi.c | 3 ++- drivers/soc/rockchip/pm_domains.c | 3 ++- drivers/soc/tegra/pmc.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) -- 2.7.4 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-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