All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-17  2:19 ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-03-17  2:19 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Based on renesas-devel-v3.14-rc6-20140314
Requires "ARM: shmobile: koelsch-reference: Work around core clock issues"

diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
 /*
  * This is a really crude hack to work around core platform clock issues
  */
-static const struct clk_name clk_enables[] = {
+static const struct clk_name clk_enables[] __initconst = {
 	{ "ether", NULL, "ee700000.ethernet" },
 	{ "i2c2", NULL, "e6530000.i2c" },
 	{ "msiof0", NULL, "e6e20000.spi" },
-- 
1.8.5.2


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

* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-17  2:19 ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-03-17  2:19 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Based on renesas-devel-v3.14-rc6-20140314
Requires "ARM: shmobile: koelsch-reference: Work around core clock issues"

diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
 /*
  * This is a really crude hack to work around core platform clock issues
  */
-static const struct clk_name clk_enables[] = {
+static const struct clk_name clk_enables[] __initconst = {
 	{ "ether", NULL, "ee700000.ethernet" },
 	{ "i2c2", NULL, "e6530000.i2c" },
 	{ "msiof0", NULL, "e6e20000.spi" },
-- 
1.8.5.2

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

* Re: [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
  2014-03-17  2:19 ` Simon Horman
@ 2014-03-17  7:55   ` Geert Uytterhoeven
  -1 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-03-17  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 17, 2014 at 3:19 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

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

* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-17  7:55   ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-03-17  7:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 17, 2014 at 3:19 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
  2014-03-17  2:19 ` Simon Horman
@ 2014-03-17 11:49   ` Sergei Shtylyov
  -1 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2014-03-17 11:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 17-03-2014 6:19, Simon Horman wrote:

    Apparently you meant clk_enables in the subject, not clk_names.

> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
[...]

> diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
> index a39114a..63117d52 100644
> --- a/arch/arm/mach-shmobile/board-koelsch-reference.c
> +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
> @@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
>   /*
>    * This is a really crude hack to work around core platform clock issues
>    */
> -static const struct clk_name clk_enables[] = {
> +static const struct clk_name clk_enables[] __initconst = {

WBR, Sergei



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

* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-17 11:49   ` Sergei Shtylyov
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2014-03-17 11:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 17-03-2014 6:19, Simon Horman wrote:

    Apparently you meant clk_enables in the subject, not clk_names.

> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
[...]

> diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
> index a39114a..63117d52 100644
> --- a/arch/arm/mach-shmobile/board-koelsch-reference.c
> +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
> @@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
>   /*
>    * This is a really crude hack to work around core platform clock issues
>    */
> -static const struct clk_name clk_enables[] = {
> +static const struct clk_name clk_enables[] __initconst = {

WBR, Sergei

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

* Re: [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
  2014-03-17 11:49   ` Sergei Shtylyov
@ 2014-03-18  0:27     ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-03-18  0:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 17, 2014 at 03:49:40PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 17-03-2014 6:19, Simon Horman wrote:
> 
>    Apparently you meant clk_enables in the subject, not clk_names.

Thanks, I have queued up the following:


From: Simon Horman <horms+renesas@verge.net.au>

ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconst

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
 /*
  * This is a really crude hack to work around core platform clock issues
  */
-static const struct clk_name clk_enables[] = {
+static const struct clk_name clk_enables[] __initconst = {
 	{ "ether", NULL, "ee700000.ethernet" },
 	{ "i2c2", NULL, "e6530000.i2c" },
 	{ "msiof0", NULL, "e6e20000.spi" },
-- 
1.8.5.2


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

* [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst
@ 2014-03-18  0:27     ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-03-18  0:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 17, 2014 at 03:49:40PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 17-03-2014 6:19, Simon Horman wrote:
> 
>    Apparently you meant clk_enables in the subject, not clk_names.

Thanks, I have queued up the following:


From: Simon Horman <horms+renesas@verge.net.au>

ARM: shmobile: koelsch-reference: Annotate clk_enables as __initconst

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c
index a39114a..63117d52 100644
--- a/arch/arm/mach-shmobile/board-koelsch-reference.c
+++ b/arch/arm/mach-shmobile/board-koelsch-reference.c
@@ -110,7 +110,7 @@ static const struct clk_name clk_names[] __initconst = {
 /*
  * This is a really crude hack to work around core platform clock issues
  */
-static const struct clk_name clk_enables[] = {
+static const struct clk_name clk_enables[] __initconst = {
 	{ "ether", NULL, "ee700000.ethernet" },
 	{ "i2c2", NULL, "e6530000.i2c" },
 	{ "msiof0", NULL, "e6e20000.spi" },
-- 
1.8.5.2

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

end of thread, other threads:[~2014-03-18  0:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17  2:19 [PATCH] ARM: shmobile: koelsch-reference: Annotate clk_names as __initconst Simon Horman
2014-03-17  2:19 ` Simon Horman
2014-03-17  7:55 ` Geert Uytterhoeven
2014-03-17  7:55   ` Geert Uytterhoeven
2014-03-17 11:49 ` Sergei Shtylyov
2014-03-17 11:49   ` Sergei Shtylyov
2014-03-18  0:27   ` Simon Horman
2014-03-18  0:27     ` Simon Horman

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.