diff mbox

ARM: shmobile: BOCK-W: enable CONFIG_PM_RUNTIME in defconfig

Message ID 201304170303.46193.sergei.shtylyov@cogentembedded.com (mailing list archive)
State Accepted
Commit 2a7d7b968402536e45b6671c682667316e58a7f4
Headers show

Commit Message

Sergei Shtylyov April 16, 2013, 11:03 p.m. UTC
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(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Russell King - ARM Linux April 17, 2013, 10:10 a.m. UTC | #1
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?
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sergei Shtylyov April 17, 2013, noon UTC | #2
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

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman April 18, 2013, 2 p.m. UTC | #3
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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