summaryrefslogtreecommitdiffstats
path: root/drivers/clk/renesas/clk-div6.h
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2016-03-03 11:18:06 +0900
committerStephen Boyd <sboyd@codeaurora.org>2016-03-03 11:22:53 -0800
commitb3a33077c0ddb9819398091c70e5999afa8a4526 (patch)
tree8e4ed4261483a175a4b5bcbe60db17714872f775 /drivers/clk/renesas/clk-div6.h
parent27fbd266de34af6eb2759249696bd2b4da7c8434 (diff)
downloadlinux-stable-b3a33077c0ddb9819398091c70e5999afa8a4526.tar.gz
linux-stable-b3a33077c0ddb9819398091c70e5999afa8a4526.tar.bz2
linux-stable-b3a33077c0ddb9819398091c70e5999afa8a4526.zip
clk: renesas: move drivers to renesas directory
This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Along with the above mentioned Kconfig changes it seems appropriate to also rename directories that only hold drivers for such SoCs. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/renesas/clk-div6.h')
-rw-r--r--drivers/clk/renesas/clk-div6.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/renesas/clk-div6.h b/drivers/clk/renesas/clk-div6.h
new file mode 100644
index 000000000000..9a85a95188da
--- /dev/null
+++ b/drivers/clk/renesas/clk-div6.h
@@ -0,0 +1,7 @@
+#ifndef __SHMOBILE_CLK_DIV6_H__
+#define __SHMOBILE_CLK_DIV6_H__
+
+struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
+ const char **parent_names, void __iomem *reg);
+
+#endif