* [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
@ 2016-03-07 1:14 Simon Horman
2016-03-07 8:01 ` Geert Uytterhoeven
0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2016-03-07 1:14 UTC (permalink / raw)
To: Kishon Vijay Abraham I
Cc: Yoshihiro Shimoda, Magnus Damm, linux-kernel, linux-renesas-soc,
Geert Uytterhoeven, Simon Horman
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
A now redundant dependency on OF is also dropped.
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: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
Based on v4.5-rc1
v2
* Dropped redundant dependency on OF
* Added Ack from Shimoda-san
I have it in mind to follow-up with a patch to add dependencies
on "|| COMPILE_TEST" in which case the dependency on OF will need
to be re-introduced.
---
drivers/phy/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index e7e117d5dbbe..a4295cabad25 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -113,14 +113,14 @@ config PHY_MIPHY365X
config PHY_RCAR_GEN2
tristate "Renesas R-Car generation 2 USB PHY driver"
- depends on ARCH_SHMOBILE
+ depends on ARCH_RENESAS
depends on GENERIC_PHY
help
Support for USB PHY found on Renesas R-Car generation 2 SoCs.
config PHY_RCAR_GEN3_USB2
tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
- depends on OF && ARCH_SHMOBILE
+ depends on ARCH_RENESAS
select GENERIC_PHY
help
Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
2016-03-07 1:14 [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Simon Horman
@ 2016-03-07 8:01 ` Geert Uytterhoeven
2016-03-25 2:12 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-03-07 8:01 UTC (permalink / raw)
To: Simon Horman
Cc: Kishon Vijay Abraham I, Yoshihiro Shimoda, Magnus Damm,
linux-kernel@vger.kernel.org, linux-renesas-soc
On Mon, Mar 7, 2016 at 2:14 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
> A now redundant dependency on OF is also dropped.
>
> 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: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
2016-03-07 8:01 ` Geert Uytterhoeven
@ 2016-03-25 2:12 ` Simon Horman
2016-04-29 8:29 ` Kishon Vijay Abraham I
0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2016-03-25 2:12 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Kishon Vijay Abraham I, Yoshihiro Shimoda, Magnus Damm,
linux-kernel@vger.kernel.org, linux-renesas-soc
On Mon, Mar 07, 2016 at 09:01:48AM +0100, Geert Uytterhoeven wrote:
> On Mon, Mar 7, 2016 at 2:14 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
> > Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
> > A now redundant dependency on OF is also dropped.
> >
> > 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: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Hi Kishon,
I am wondering if you could consider applying this series too.
Thanks in advance!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS
2016-03-25 2:12 ` Simon Horman
@ 2016-04-29 8:29 ` Kishon Vijay Abraham I
0 siblings, 0 replies; 4+ messages in thread
From: Kishon Vijay Abraham I @ 2016-04-29 8:29 UTC (permalink / raw)
To: Simon Horman, Geert Uytterhoeven
Cc: Yoshihiro Shimoda, Magnus Damm, linux-kernel@vger.kernel.org,
linux-renesas-soc
On Friday 25 March 2016 07:42 AM, Simon Horman wrote:
> On Mon, Mar 07, 2016 at 09:01:48AM +0100, Geert Uytterhoeven wrote:
>> On Mon, Mar 7, 2016 at 2:14 AM, Simon Horman <horms+renesas@verge.net.au> wrote:
>>> Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.
>>> A now redundant dependency on OF is also dropped.
>>>
>>> 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: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>>
>> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Hi Kishon,
>
> I am wondering if you could consider applying this series too.
merged now.
Thanks
Kishon
>
> Thanks in advance!
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-29 8:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 1:14 [PATCH v2] phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESAS Simon Horman
2016-03-07 8:01 ` Geert Uytterhoeven
2016-03-25 2:12 ` Simon Horman
2016-04-29 8:29 ` Kishon Vijay Abraham I
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox