* [PATCH] clk: renesas: move drivers to renesas directory
@ 2016-03-03 2:18 Simon Horman
2016-03-03 8:57 ` Geert Uytterhoeven
0 siblings, 1 reply; 8+ messages in thread
From: Simon Horman @ 2016-03-03 2:18 UTC (permalink / raw)
To: Stephen Boyd, Mike Turquette
Cc: Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc,
Simon Horman
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>
---
drivers/clk/Makefile | 2 +-
drivers/clk/{shmobile => renesas}/Makefile | 0
drivers/clk/{shmobile => renesas}/clk-div6.c | 0
drivers/clk/{shmobile => renesas}/clk-div6.h | 0
drivers/clk/{shmobile => renesas}/clk-emev2.c | 0
drivers/clk/{shmobile => renesas}/clk-mstp.c | 0
drivers/clk/{shmobile => renesas}/clk-r8a73a4.c | 0
drivers/clk/{shmobile => renesas}/clk-r8a7740.c | 0
drivers/clk/{shmobile => renesas}/clk-r8a7778.c | 0
drivers/clk/{shmobile => renesas}/clk-r8a7779.c | 0
drivers/clk/{shmobile => renesas}/clk-rcar-gen2.c | 0
drivers/clk/{shmobile => renesas}/clk-rz.c | 0
drivers/clk/{shmobile => renesas}/clk-sh73a0.c | 0
drivers/clk/{shmobile => renesas}/r8a7795-cpg-mssr.c | 0
drivers/clk/{shmobile => renesas}/renesas-cpg-mssr.c | 0
drivers/clk/{shmobile => renesas}/renesas-cpg-mssr.h | 0
16 files changed, 1 insertion(+), 1 deletion(-)
rename drivers/clk/{shmobile => renesas}/Makefile (100%)
rename drivers/clk/{shmobile => renesas}/clk-div6.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-div6.h (100%)
rename drivers/clk/{shmobile => renesas}/clk-emev2.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-mstp.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-r8a73a4.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-r8a7740.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-r8a7778.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-r8a7779.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-rcar-gen2.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-rz.c (100%)
rename drivers/clk/{shmobile => renesas}/clk-sh73a0.c (100%)
rename drivers/clk/{shmobile => renesas}/r8a7795-cpg-mssr.c (100%)
rename drivers/clk/{shmobile => renesas}/renesas-cpg-mssr.c (100%)
rename drivers/clk/{shmobile => renesas}/renesas-cpg-mssr.h (100%)
Based on clk-next
Patch pruduced using git format-patch -M
This produces a patch without the diff of each renamed file
which results in a ~204K patch. Let me know if you would prefer that
or a pull-request.
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index 08c0003a7254..46869d696e4d 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -70,7 +70,7 @@ obj-$(CONFIG_COMMON_CLK_PXA) += pxa/
obj-$(CONFIG_COMMON_CLK_QCOM) += qcom/
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
obj-$(CONFIG_COMMON_CLK_SAMSUNG) += samsung/
-obj-$(CONFIG_ARCH_RENESAS) += shmobile/
+obj-$(CONFIG_ARCH_RENESAS) += renesas/
obj-$(CONFIG_ARCH_SIRF) += sirf/
obj-$(CONFIG_ARCH_SOCFPGA) += socfpga/
obj-$(CONFIG_PLAT_SPEAR) += spear/
diff --git a/drivers/clk/shmobile/Makefile b/drivers/clk/renesas/Makefile
similarity index 100%
rename from drivers/clk/shmobile/Makefile
rename to drivers/clk/renesas/Makefile
diff --git a/drivers/clk/shmobile/clk-div6.c b/drivers/clk/renesas/clk-div6.c
similarity index 100%
rename from drivers/clk/shmobile/clk-div6.c
rename to drivers/clk/renesas/clk-div6.c
diff --git a/drivers/clk/shmobile/clk-div6.h b/drivers/clk/renesas/clk-div6.h
similarity index 100%
rename from drivers/clk/shmobile/clk-div6.h
rename to drivers/clk/renesas/clk-div6.h
diff --git a/drivers/clk/shmobile/clk-emev2.c b/drivers/clk/renesas/clk-emev2.c
similarity index 100%
rename from drivers/clk/shmobile/clk-emev2.c
rename to drivers/clk/renesas/clk-emev2.c
diff --git a/drivers/clk/shmobile/clk-mstp.c b/drivers/clk/renesas/clk-mstp.c
similarity index 100%
rename from drivers/clk/shmobile/clk-mstp.c
rename to drivers/clk/renesas/clk-mstp.c
diff --git a/drivers/clk/shmobile/clk-r8a73a4.c b/drivers/clk/renesas/clk-r8a73a4.c
similarity index 100%
rename from drivers/clk/shmobile/clk-r8a73a4.c
rename to drivers/clk/renesas/clk-r8a73a4.c
diff --git a/drivers/clk/shmobile/clk-r8a7740.c b/drivers/clk/renesas/clk-r8a7740.c
similarity index 100%
rename from drivers/clk/shmobile/clk-r8a7740.c
rename to drivers/clk/renesas/clk-r8a7740.c
diff --git a/drivers/clk/shmobile/clk-r8a7778.c b/drivers/clk/renesas/clk-r8a7778.c
similarity index 100%
rename from drivers/clk/shmobile/clk-r8a7778.c
rename to drivers/clk/renesas/clk-r8a7778.c
diff --git a/drivers/clk/shmobile/clk-r8a7779.c b/drivers/clk/renesas/clk-r8a7779.c
similarity index 100%
rename from drivers/clk/shmobile/clk-r8a7779.c
rename to drivers/clk/renesas/clk-r8a7779.c
diff --git a/drivers/clk/shmobile/clk-rcar-gen2.c b/drivers/clk/renesas/clk-rcar-gen2.c
similarity index 100%
rename from drivers/clk/shmobile/clk-rcar-gen2.c
rename to drivers/clk/renesas/clk-rcar-gen2.c
diff --git a/drivers/clk/shmobile/clk-rz.c b/drivers/clk/renesas/clk-rz.c
similarity index 100%
rename from drivers/clk/shmobile/clk-rz.c
rename to drivers/clk/renesas/clk-rz.c
diff --git a/drivers/clk/shmobile/clk-sh73a0.c b/drivers/clk/renesas/clk-sh73a0.c
similarity index 100%
rename from drivers/clk/shmobile/clk-sh73a0.c
rename to drivers/clk/renesas/clk-sh73a0.c
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/renesas/r8a7795-cpg-mssr.c
similarity index 100%
rename from drivers/clk/shmobile/r8a7795-cpg-mssr.c
rename to drivers/clk/renesas/r8a7795-cpg-mssr.c
diff --git a/drivers/clk/shmobile/renesas-cpg-mssr.c b/drivers/clk/renesas/renesas-cpg-mssr.c
similarity index 100%
rename from drivers/clk/shmobile/renesas-cpg-mssr.c
rename to drivers/clk/renesas/renesas-cpg-mssr.c
diff --git a/drivers/clk/shmobile/renesas-cpg-mssr.h b/drivers/clk/renesas/renesas-cpg-mssr.h
similarity index 100%
rename from drivers/clk/shmobile/renesas-cpg-mssr.h
rename to drivers/clk/renesas/renesas-cpg-mssr.h
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 2:18 [PATCH] clk: renesas: move drivers to renesas directory Simon Horman @ 2016-03-03 8:57 ` Geert Uytterhoeven 2016-03-03 19:26 ` Stephen Boyd 0 siblings, 1 reply; 8+ messages in thread From: Geert Uytterhoeven @ 2016-03-03 8:57 UTC (permalink / raw) To: Simon Horman Cc: Stephen Boyd, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > 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> > Patch pruduced using git format-patch -M > This produces a patch without the diff of each renamed file > which results in a ~204K patch. Let me know if you would prefer that > or a pull-request. How will we proceed? Note that I have an outstanding pull request for drivers/clk/shmobile. 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 8:57 ` Geert Uytterhoeven @ 2016-03-03 19:26 ` Stephen Boyd 2016-03-03 19:29 ` Geert Uytterhoeven 2016-03-03 19:30 ` Stephen Boyd 0 siblings, 2 replies; 8+ messages in thread From: Stephen Boyd @ 2016-03-03 19:26 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc On 03/03, Geert Uytterhoeven wrote: > On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > > 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> > Applied to clk-next. > > Patch pruduced using git format-patch -M > > This produces a patch without the diff of each renamed file > > which results in a ~204K patch. Let me know if you would prefer that > > or a pull-request. > > How will we proceed? > Note that I have an outstanding pull request for drivers/clk/shmobile. > Git took care of it. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 19:26 ` Stephen Boyd @ 2016-03-03 19:29 ` Geert Uytterhoeven 2016-03-03 19:30 ` Stephen Boyd 1 sibling, 0 replies; 8+ messages in thread From: Geert Uytterhoeven @ 2016-03-03 19:29 UTC (permalink / raw) To: Stephen Boyd Cc: Simon Horman, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc Hi Stephen, On Thu, Mar 3, 2016 at 8:26 PM, Stephen Boyd <sboyd@codeaurora.org> wrote: > On 03/03, Geert Uytterhoeven wrote: >> On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: >> > 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> >> > > Applied to clk-next. > >> > Patch pruduced using git format-patch -M >> > This produces a patch without the diff of each renamed file >> > which results in a ~204K patch. Let me know if you would prefer that >> > or a pull-request. >> >> How will we proceed? >> Note that I have an outstanding pull request for drivers/clk/shmobile. >> > > Git took care of it. Fan-tas-tic! 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 19:26 ` Stephen Boyd 2016-03-03 19:29 ` Geert Uytterhoeven @ 2016-03-03 19:30 ` Stephen Boyd 2016-03-03 19:55 ` Geert Uytterhoeven 1 sibling, 1 reply; 8+ messages in thread From: Stephen Boyd @ 2016-03-03 19:30 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Simon Horman, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc On 03/03, Stephen Boyd wrote: > On 03/03, Geert Uytterhoeven wrote: > > On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > > > 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> > > > > Applied to clk-next. Also, did you want to rename the clk/shmobile.h header file? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 19:30 ` Stephen Boyd @ 2016-03-03 19:55 ` Geert Uytterhoeven 2016-03-04 5:10 ` Simon Horman 0 siblings, 1 reply; 8+ messages in thread From: Geert Uytterhoeven @ 2016-03-03 19:55 UTC (permalink / raw) To: Stephen Boyd Cc: Simon Horman, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc Hi Stephen, On Thu, Mar 3, 2016 at 8:30 PM, Stephen Boyd <sboyd@codeaurora.org> wrote: > On 03/03, Stephen Boyd wrote: >> On 03/03, Geert Uytterhoeven wrote: >> > On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: >> > > 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> >> > >> >> Applied to clk-next. > > Also, did you want to rename the clk/shmobile.h header file? That would indeed make sense, but does require changes in both arch/arm/mach-shmobile/ and drivers/clk/shmobile/. 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-03 19:55 ` Geert Uytterhoeven @ 2016-03-04 5:10 ` Simon Horman 2016-03-04 12:55 ` Geert Uytterhoeven 0 siblings, 1 reply; 8+ messages in thread From: Simon Horman @ 2016-03-04 5:10 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Stephen Boyd, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc On Thu, Mar 03, 2016 at 08:55:33PM +0100, Geert Uytterhoeven wrote: > Hi Stephen, > > On Thu, Mar 3, 2016 at 8:30 PM, Stephen Boyd <sboyd@codeaurora.org> wrote: > > On 03/03, Stephen Boyd wrote: > >> On 03/03, Geert Uytterhoeven wrote: > >> > On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > >> > > 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> > >> > > >> > >> Applied to clk-next. > > > > Also, did you want to rename the clk/shmobile.h header file? > > That would indeed make sense, but does require changes in both > arch/arm/mach-shmobile/ and drivers/clk/shmobile/. If there are no issues with conflicts, which I expect to be the case, I'd be happy for the arch/arm/mach-shmobile/ changes to go through the clk tree with an Ack or Sob from me. Geert, do you think that would fly? ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] clk: renesas: move drivers to renesas directory 2016-03-04 5:10 ` Simon Horman @ 2016-03-04 12:55 ` Geert Uytterhoeven 0 siblings, 0 replies; 8+ messages in thread From: Geert Uytterhoeven @ 2016-03-04 12:55 UTC (permalink / raw) To: Simon Horman Cc: Stephen Boyd, Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc Hi Simon, On Fri, Mar 4, 2016 at 6:10 AM, Simon Horman <horms@verge.net.au> wrote: > On Thu, Mar 03, 2016 at 08:55:33PM +0100, Geert Uytterhoeven wrote: >> On Thu, Mar 3, 2016 at 8:30 PM, Stephen Boyd <sboyd@codeaurora.org> wrote: >> > On 03/03, Stephen Boyd wrote: >> >> On 03/03, Geert Uytterhoeven wrote: >> >> > On Thu, Mar 3, 2016 at 3:18 AM, Simon Horman <horms+renesas@verge.net.au> wrote: >> >> > > 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> >> >> > >> >> >> >> Applied to clk-next. >> > >> > Also, did you want to rename the clk/shmobile.h header file? >> >> That would indeed make sense, but does require changes in both >> arch/arm/mach-shmobile/ and drivers/clk/shmobile/. > > If there are no issues with conflicts, which I expect to be the case, > I'd be happy for the arch/arm/mach-shmobile/ changes to go through the > clk tree with an Ack or Sob from me. Geert, do you think that would fly? Sure, no problem. 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-03-04 12:55 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-03-03 2:18 [PATCH] clk: renesas: move drivers to renesas directory Simon Horman 2016-03-03 8:57 ` Geert Uytterhoeven 2016-03-03 19:26 ` Stephen Boyd 2016-03-03 19:29 ` Geert Uytterhoeven 2016-03-03 19:30 ` Stephen Boyd 2016-03-03 19:55 ` Geert Uytterhoeven 2016-03-04 5:10 ` Simon Horman 2016-03-04 12:55 ` Geert Uytterhoeven
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.