public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig
@ 2013-04-16 23:03 Sergei Shtylyov
  2013-04-17 10:10 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2013-04-16 23:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Vladimir Barinov <vladimir.barinov@cogentembedded•com>

Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI,
I2C, and Ether drivers to control the clocks...

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded•com>

---
The patch is atop of Simon's 'renesas.git' tree, 'renesas-next-20130416' tag.

 arch/arm/configs/bockw_defconfig |    1 +
 1 file changed, 1 insertion(+)

Index: renesas/arch/arm/configs/bockw_defconfig
===================================================================
--- renesas.orig/arch/arm/configs/bockw_defconfig
+++ renesas/arch/arm/configs/bockw_defconfig
@@ -31,6 +31,7 @@ CONFIG_CMDLINE="console=ttySC0,115200 ig
 CONFIG_CMDLINE_FORCE=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 # CONFIG_SUSPEND is not set
+CONFIG_PM_RUNTIME=y
 CONFIG_NET=y
 CONFIG_UNIX=y
 CONFIG_INET=y

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

* [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig
  2013-04-16 23:03 [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig Sergei Shtylyov
@ 2013-04-17 10:10 ` Russell King - ARM Linux
  2013-04-17 12:00   ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2013-04-17 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 17, 2013 at 03:03:45AM +0400, Sergei Shtylyov wrote:
> From: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
> 
> Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI,
> I2C, and Ether drivers to control the clocks...
> 
> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded•com>
> 
> ---
> The patch is atop of Simon's 'renesas.git' tree, 'renesas-next-20130416' tag.

Maybe you should send it to Simon rather than me for initial merging, who
would presumably know if this is the right thing for this bockw platform?

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

* [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig
  2013-04-17 10:10 ` Russell King - ARM Linux
@ 2013-04-17 12:00   ` Sergei Shtylyov
  2013-04-18 14:00     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2013-04-17 12:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 17-04-2013 14:10, Russell King - ARM Linux wrote:

>> From: Vladimir Barinov <vladimir.barinov@cogentembedded•com>

>> Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI,
>> I2C, and Ether drivers to control the clocks...

>> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded•com>

>> ---
>> The patch is atop of Simon's 'renesas.git' tree, 'renesas-next-20130416' tag.

> Maybe you should send it to Simon rather than me for initial merging, who
> would presumably know if this is the right thing for this bockw platform?

    Blame scripts/get_maintainer.pl.
    I think Simion will see the patch on the list anyway.

WBR, Sergei

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

* [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig
  2013-04-17 12:00   ` Sergei Shtylyov
@ 2013-04-18 14:00     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-04-18 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 17, 2013 at 04:00:57PM +0400, Sergei Shtylyov wrote:
> Hello.
> 
> On 17-04-2013 14:10, Russell King - ARM Linux wrote:
> 
> >>From: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
> 
> >>Enable CONFIG_PM_RUNTIME in 'bockw_defconfig' -- it's already used by TMU, SCI,
> >>I2C, and Ether drivers to control the clocks...
> 
> >>Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded•com>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded•com>
> 
> >>---
> >>The patch is atop of Simon's 'renesas.git' tree, 'renesas-next-20130416' tag.
> 
> >Maybe you should send it to Simon rather than me for initial merging, who
> >would presumably know if this is the right thing for this bockw platform?
> 
>    Blame scripts/get_maintainer.pl.
>    I think Simion will see the patch on the list anyway.

Somehow I missed it, but thanks to patchwork I now have it.
I will queue it up for v3.11.

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

end of thread, other threads:[~2013-04-18 14:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16 23:03 [PATCH] ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig Sergei Shtylyov
2013-04-17 10:10 ` Russell King - ARM Linux
2013-04-17 12:00   ` Sergei Shtylyov
2013-04-18 14:00     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox