All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: renesas: div6: use RENESAS for #define
@ 2016-03-08  0:48 Simon Horman
  2016-03-08  8:19 ` Geert Uytterhoeven
  2016-03-16  1:13 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2016-03-08  0:48 UTC (permalink / raw)
  To: Stephen Boyd, Mike Turquette
  Cc: Geert Uytterhoeven, Magnus Damm, linux-clk, linux-renesas-soc,
	Geert Uytterhoeven, Simon Horman

Name the #define guarding compilation of this header
__RENESAS_CLK_DIV6_H__ rather than __SHMOBILE_CLK_DIV6_H__.

This is a follow-up to renaming the directory in which this file lives from
shmobile to renesas which is in turn 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.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/clk/renesas/clk-div6.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/renesas/clk-div6.h b/drivers/clk/renesas/clk-div6.h
index 9a85a95188da..567b31d2bfa5 100644
--- a/drivers/clk/renesas/clk-div6.h
+++ b/drivers/clk/renesas/clk-div6.h
@@ -1,5 +1,5 @@
-#ifndef __SHMOBILE_CLK_DIV6_H__
-#define __SHMOBILE_CLK_DIV6_H__
+#ifndef __RENESAS_CLK_DIV6_H__
+#define __RENESAS_CLK_DIV6_H__
 
 struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
 			      const char **parent_names, void __iomem *reg);
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: renesas: div6: use RENESAS for #define
  2016-03-08  0:48 [PATCH] clk: renesas: div6: use RENESAS for #define Simon Horman
@ 2016-03-08  8:19 ` Geert Uytterhoeven
  2016-03-16  1:13 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-03-08  8:19 UTC (permalink / raw)
  To: Simon Horman
  Cc: Stephen Boyd, Mike Turquette, Geert Uytterhoeven, Magnus Damm,
	linux-clk, linux-renesas-soc

On Tue, Mar 8, 2016 at 1:48 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> Name the #define guarding compilation of this header
> __RENESAS_CLK_DIV6_H__ rather than __SHMOBILE_CLK_DIV6_H__.
>
> This is a follow-up to renaming the directory in which this file lives from
> shmobile to renesas which is in turn 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.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 3+ messages in thread

* Re: [PATCH] clk: renesas: div6: use RENESAS for #define
  2016-03-08  0:48 [PATCH] clk: renesas: div6: use RENESAS for #define Simon Horman
  2016-03-08  8:19 ` Geert Uytterhoeven
@ 2016-03-16  1:13 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2016-03-16  1:13 UTC (permalink / raw)
  To: Simon Horman
  Cc: Mike Turquette, Geert Uytterhoeven, Magnus Damm, linux-clk,
	linux-renesas-soc, Geert Uytterhoeven

On 03/08, Simon Horman wrote:
> Name the #define guarding compilation of this header
> __RENESAS_CLK_DIV6_H__ rather than __SHMOBILE_CLK_DIV6_H__.
> 
> This is a follow-up to renaming the directory in which this file lives from
> shmobile to renesas which is in turn 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.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-03-16  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08  0:48 [PATCH] clk: renesas: div6: use RENESAS for #define Simon Horman
2016-03-08  8:19 ` Geert Uytterhoeven
2016-03-16  1:13 ` Stephen Boyd

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.