Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS

2016-03-07 Thread Simon Horman
On Mon, Mar 07, 2016 at 02:22:57PM +0100, Geert Uytterhoeven wrote: > On Fri, Mar 4, 2016 at 6:20 AM, Simon Horman wrote: > > On Thu, Mar 03, 2016 at 09:31:49AM +0100, Geert Uytterhoeven wrote: > >> On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman > >> wrote: > >> > Make use of ARCH_RENESAS in place

Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS

2016-03-07 Thread Geert Uytterhoeven
On Fri, Mar 4, 2016 at 6:20 AM, Simon Horman wrote: > On Thu, Mar 03, 2016 at 09:31:49AM +0100, Geert Uytterhoeven wrote: >> On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman >> wrote: >> > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. >> > >> > This is part of an ongoing process to migrate fro

Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS

2016-03-03 Thread Simon Horman
On Thu, Mar 03, 2016 at 09:31:49AM +0100, Geert Uytterhoeven wrote: > On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman > wrote: > > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > > > This is part of an ongoing process to migrate from ARCH_SHMOBILE to > > ARCH_RENESAS the motivation for which

Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS

2016-03-03 Thread Geert Uytterhoeven
On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman wrote: > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. > > This is 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 m

[PATCH] bus: simple-pm-bus: Use ARCH_RENESAS

2016-03-02 Thread Simon Horman
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is 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 Horma