Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1348684 > unrolled thread
| Started by | Simon Horman <horms+renesas@verge.net.au> |
|---|---|
| First post | 2016-03-03 02:50 +0100 |
| Last post | 2016-03-04 06:30 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Simon Horman <horms+renesas@verge.net.au> - 2016-03-03 02:50 +0100
Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Geert Uytterhoeven <geert@linux-m68k.org> - 2016-03-03 09:40 +0100
Re: [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Simon Horman <horms@verge.net.au> - 2016-03-04 06:30 +0100
| From | Simon Horman <horms+renesas@verge.net.au> |
|---|---|
| Date | 2016-03-03 02:50 +0100 |
| Subject | [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS |
| Message-ID | <r8qyT-8dz-39@gated-at.bofh.it> |
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 Horman <horms+renesas@verge.net.au> --- drivers/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) v4.5-rc1 diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 129d47bcc5fc..c10c6def1565 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -110,7 +110,7 @@ config OMAP_OCP2SCP config SIMPLE_PM_BUS bool "Simple Power-Managed Bus Driver" depends on OF && PM - depends on ARCH_SHMOBILE || COMPILE_TEST + depends on ARCH_RENESAS || COMPILE_TEST help Driver for transparent busses that don't need a real driver, but where the bus controller is part of a PM domain, or under the control -- 2.1.4
[toc] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-03-03 09:40 +0100 |
| Message-ID | <r8wXF-4lu-27@gated-at.bofh.it> |
| In reply to | #1348684 |
On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman <horms+renesas@verge.net.au> 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 majority of Renesas ARM based SoCs.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
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
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-03-04 06:30 +0100 |
| Message-ID | <r8Qtk-1NX-7@gated-at.bofh.it> |
| In reply to | #1348907 |
On Thu, Mar 03, 2016 at 09:31:49AM +0100, Geert Uytterhoeven wrote: > On Thu, Mar 3, 2016 at 2:39 AM, Simon Horman <horms+renesas@verge.net.au> 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 majority of Renesas ARM based SoCs. > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> I'm a little unsure of who should take this but for now I will queue it up in next with a view to sending a pull request to Linus for v4.6. I'm open to other ideas.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web