linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1
@ 2019-06-18 12:47 Geert Uytterhoeven
  2019-06-19 11:51 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-06-18 12:47 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, Geert Uytterhoeven, linux-arm-kernel

Update the defconfig for Renesas ARM boards:
  - Drop CONFIG_GENERIC_PHY=y (selected by PHY_RCAR_GEN3_USB2).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/shmobile_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index eb02ba9ec6e625f9..c6c70355141c38fa 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -197,7 +197,6 @@ CONFIG_PWM=y
 CONFIG_PWM_RCAR=y
 CONFIG_PWM_RENESAS_TPU=y
 CONFIG_RESET_CONTROLLER=y
-CONFIG_GENERIC_PHY=y
 CONFIG_PHY_RCAR_GEN2=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
 # CONFIG_DNOTIFY is not set
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1
  2019-06-18 12:47 [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1 Geert Uytterhoeven
@ 2019-06-19 11:51 ` Simon Horman
  2019-06-19 12:02   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2019-06-19 11:51 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-renesas-soc, Magnus Damm, linux-arm-kernel

On Tue, Jun 18, 2019 at 02:47:14PM +0200, Geert Uytterhoeven wrote:
> Update the defconfig for Renesas ARM boards:
>   - Drop CONFIG_GENERIC_PHY=y (selected by PHY_RCAR_GEN3_USB2).
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Hi Geert,

I believe this duplicates the following patch which is present
in renesas-next.

b995421faef5 ("ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig")

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1
  2019-06-19 11:51 ` Simon Horman
@ 2019-06-19 12:02   ` Geert Uytterhoeven
  2019-06-19 14:08     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-06-19 12:02 UTC (permalink / raw)
  To: Simon Horman; +Cc: Linux-Renesas, Magnus Damm, Linux ARM, Geert Uytterhoeven

Hi Simon,

On Wed, Jun 19, 2019 at 1:51 PM Simon Horman <horms@verge.net.au> wrote:
> On Tue, Jun 18, 2019 at 02:47:14PM +0200, Geert Uytterhoeven wrote:
> > Update the defconfig for Renesas ARM boards:
> >   - Drop CONFIG_GENERIC_PHY=y (selected by PHY_RCAR_GEN3_USB2).
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> I believe this duplicates the following patch which is present
> in renesas-next.
>
> b995421faef5 ("ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig")

That commit doesn't seem to be part of your public repo.

https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/commit/?id=b995421faef5

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1
  2019-06-19 12:02   ` Geert Uytterhoeven
@ 2019-06-19 14:08     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-06-19 14:08 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linux-Renesas, Magnus Damm, Linux ARM, Geert Uytterhoeven

On Wed, Jun 19, 2019 at 02:02:35PM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Wed, Jun 19, 2019 at 1:51 PM Simon Horman <horms@verge.net.au> wrote:
> > On Tue, Jun 18, 2019 at 02:47:14PM +0200, Geert Uytterhoeven wrote:
> > > Update the defconfig for Renesas ARM boards:
> > >   - Drop CONFIG_GENERIC_PHY=y (selected by PHY_RCAR_GEN3_USB2).
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > I believe this duplicates the following patch which is present
> > in renesas-next.
> >
> > b995421faef5 ("ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig")
> 
> That commit doesn't seem to be part of your public repo.
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/commit/?id=b995421faef5

Thanks, I will fix that oversight.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-19 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18 12:47 [PATCH] ARM: shmobile: defconfig: Refresh for v5.2-rc1 Geert Uytterhoeven
2019-06-19 11:51 ` Simon Horman
2019-06-19 12:02   ` Geert Uytterhoeven
2019-06-19 14:08     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).