Re: [PATCH] PM / Domains: Make generic_pm_domain.name const

2014-09-02 Thread Geert Uytterhoeven
Hi Rafael, On Tue, Sep 2, 2014 at 1:50 AM, Rafael J. Wysocki wrote: >> Signed-off-by: Geert Uytterhoeven > > I'm going to apply this one. Does anything depend on it? Thanks. So far nothing depends on it. >> --- >> include/linux/pm_domain.h |2 +- >> 1 file changed, 1 insertion(+), 1

Re: [PATCH] PM / Domains: Make generic_pm_domain.name const

2014-09-02 Thread Geert Uytterhoeven
Hi Rafael, On Tue, Sep 2, 2014 at 1:50 AM, Rafael J. Wysocki r...@rjwysocki.net wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be I'm going to apply this one. Does anything depend on it? Thanks. So far nothing depends on it. --- include/linux/pm_domain.h |2 +- 1 file

Re: [PATCH] PM / Domains: Make generic_pm_domain.name const

2014-09-01 Thread Rafael J. Wysocki
On Friday, August 29, 2014 03:13:21 PM Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven I'm going to apply this one. Does anything depend on it? > --- > include/linux/pm_domain.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] PM / Domains: Make generic_pm_domain.name const

2014-09-01 Thread Rafael J. Wysocki
On Friday, August 29, 2014 03:13:21 PM Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be I'm going to apply this one. Does anything depend on it? --- include/linux/pm_domain.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] PM / Domains: Make generic_pm_domain.name const

2014-08-29 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven --- include/linux/pm_domain.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 7c1d252b20c0..ebc4c76ffb73 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h @@

[PATCH] PM / Domains: Make generic_pm_domain.name const

2014-08-29 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- include/linux/pm_domain.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index 7c1d252b20c0..ebc4c76ffb73 100644 --- a/include/linux/pm_domain.h +++