Message ID | 20190618124714.15120-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | b995421faef5b24ee8ec60d66b356b57ca0c8b77 |
Headers | show |
Series | ARM: shmobile: defconfig: Refresh for v5.2-rc1 | expand |
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")
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
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.
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
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(-)