All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das@bp.renesas.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	Simon Horman <horms+renesas@verge.net.au>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig
Date: Tue, 23 Apr 2019 09:45:18 +0000	[thread overview]
Message-ID: <OSBPR01MB2103BC726501AF1339531D0DB8230@OSBPR01MB2103.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <CAMuHMdVQZbVCGhc==bvV6N-R4NuBwnwUShvL1S9xaHcSJY5B7w@mail.gmail.com>

Hi Geert,

Thanks for the feedback.

Simon,
 
How do you want to address this? A new patch for  taking out "CONFIG_GENERIC_PHY=y"
from shmobile_defconfig  ?? Please let us know.

Regards,
Biju


> -----Original Message-----
> From: linux-renesas-soc-owner@vger.kernel.org <linux-renesas-soc-
> owner@vger.kernel.org> On Behalf Of Geert Uytterhoeven
> Sent: 23 April 2019 10:21
> To: Simon Horman <horms+renesas@verge.net.au>; Biju Das
> <biju.das@bp.renesas.com>
> Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>; Magnus Damm
> <magnus.damm@gmail.com>; Linux ARM <linux-arm-
> kernel@lists.infradead.org>
> Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in
> shmobile_defconfig
> 
> Hi Simon, Biju,
> 
> On Fri, Apr 19, 2019 at 4:36 PM Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Biju Das <biju.das@bp.renesas.com>
> >
> > Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards
> based
> > on RZ/G1C SoC design can use the corresponding driver.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/configs/shmobile_defconfig
> > b/arch/arm/configs/shmobile_defconfig
> > index 291abdd650ed..30abd8176010 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y
> > CONFIG_RESET_CONTROLLER=y  CONFIG_GENERIC_PHY=y
> > CONFIG_PHY_RCAR_GEN2=y
> > +CONFIG_PHY_RCAR_GEN3_USB2=y
> 
> As PHY_RCAR_GEN3_USB2 selects GENERIC_PHY, the line
> 
>     CONFIG_GENERIC_PHY=y
> 
> should be removed from shmobile_defconfig.

> >  # CONFIG_DNOTIFY is not set
> >  CONFIG_MSDOS_FS=y
> >  CONFIG_VFAT_FS=y
> 
> 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

WARNING: multiple messages have this Message-ID (diff)
From: Biju Das <biju.das@bp.renesas.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	Simon Horman <horms+renesas@verge.net.au>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: RE: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig
Date: Tue, 23 Apr 2019 09:45:18 +0000	[thread overview]
Message-ID: <OSBPR01MB2103BC726501AF1339531D0DB8230@OSBPR01MB2103.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <CAMuHMdVQZbVCGhc==bvV6N-R4NuBwnwUShvL1S9xaHcSJY5B7w@mail.gmail.com>

Hi Geert,

Thanks for the feedback.

Simon,
 
How do you want to address this? A new patch for  taking out "CONFIG_GENERIC_PHY=y"
from shmobile_defconfig  ?? Please let us know.

Regards,
Biju


> -----Original Message-----
> From: linux-renesas-soc-owner@vger.kernel.org <linux-renesas-soc-
> owner@vger.kernel.org> On Behalf Of Geert Uytterhoeven
> Sent: 23 April 2019 10:21
> To: Simon Horman <horms+renesas@verge.net.au>; Biju Das
> <biju.das@bp.renesas.com>
> Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>; Magnus Damm
> <magnus.damm@gmail.com>; Linux ARM <linux-arm-
> kernel@lists.infradead.org>
> Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in
> shmobile_defconfig
> 
> Hi Simon, Biju,
> 
> On Fri, Apr 19, 2019 at 4:36 PM Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Biju Das <biju.das@bp.renesas.com>
> >
> > Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards
> based
> > on RZ/G1C SoC design can use the corresponding driver.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/configs/shmobile_defconfig
> > b/arch/arm/configs/shmobile_defconfig
> > index 291abdd650ed..30abd8176010 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y
> > CONFIG_RESET_CONTROLLER=y  CONFIG_GENERIC_PHY=y
> > CONFIG_PHY_RCAR_GEN2=y
> > +CONFIG_PHY_RCAR_GEN3_USB2=y
> 
> As PHY_RCAR_GEN3_USB2 selects GENERIC_PHY, the line
> 
>     CONFIG_GENERIC_PHY=y
> 
> should be removed from shmobile_defconfig.

> >  # CONFIG_DNOTIFY is not set
> >  CONFIG_MSDOS_FS=y
> >  CONFIG_VFAT_FS=y
> 
> 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

  reply	other threads:[~2019-04-23  9:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19 14:34 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v5.2 Simon Horman
2019-04-19 14:34 ` Simon Horman
2019-04-19 14:34 ` [PATCH 1/5] ARM: shmobile: defconfig: Refresh for v5.1-rc1 Simon Horman
2019-04-19 14:34   ` Simon Horman
2019-04-19 14:34 ` [PATCH 2/5] ARM: shmobile: defconfig: Enable support for CFI NOR FLASH Simon Horman
2019-04-19 14:34   ` Simon Horman
2019-04-19 14:34 ` [PATCH 3/5] ARM: multi_v7_defconfig: " Simon Horman
2019-04-19 14:34   ` Simon Horman
2019-04-19 14:34 ` [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig Simon Horman
2019-04-19 14:34   ` Simon Horman
2019-04-23  9:20   ` Geert Uytterhoeven
2019-04-23  9:20     ` Geert Uytterhoeven
2019-04-23  9:45     ` Biju Das [this message]
2019-04-23  9:45       ` Biju Das
2019-04-23 10:28       ` Simon Horman
2019-04-23 10:28         ` Simon Horman
2019-04-23 10:38         ` Biju Das
2019-04-23 10:38           ` Biju Das
2019-04-19 14:34 ` [PATCH 5/5] ARM: shmobile: Enable USB [EO]HCI HCD PLATFORM support " Simon Horman
2019-04-19 14:34   ` Simon Horman
2019-04-29  6:40 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v5.2 Olof Johansson
2019-04-29  6:40   ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OSBPR01MB2103BC726501AF1339531D0DB8230@OSBPR01MB2103.jpnprd01.prod.outlook.com \
    --to=biju.das@bp.renesas.com \
    --cc=geert@linux-m68k.org \
    --cc=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.