mbox series

[0/3] Use of_clk_get_parent_count() instead of open coding

Message ID 1516375101-29836-1-git-send-email-geert+renesas@glider.be
Headers show
Series Use of_clk_get_parent_count() instead of open coding | expand

Message

Geert Uytterhoeven Jan. 19, 2018, 3:18 p.m. UTC
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(-)