linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2
@ 2019-01-18 15:59 Geert Uytterhoeven
  2019-01-21 16:56 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-01-18 15:59 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

  - Move SoC config options (moved in commit 062887bf5ef73313 ("ARM:
    shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/")),
  - Move PCI config options (moved in commit eb01d42a77785ff9 ("PCI:
    consolidate PCI config entry in drivers/pci")),
  - Drop CONFIG_I2C_MUX=y (auto-enabled since commit ea6b13e9fed0fda9
    ("drm/bridge/sii902x: Add missing dependency on I2C_MUX")),
  - Drop CONFIG_SH_DMAE=y (no longer selectable since commit
    a19788612f51b787 ("dmaengine: sh: Remove R-Mobile APE6 support")),
  - Drop CONFIG_ARM_UNWIND (auto-enabled since commit f9b58e8c7d031b0d
    ("ARM: 8800/1: use choice for kernel unwinders")).

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index fdac4e4ca04d7380..14e9255e48c3184e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -8,29 +8,8 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
 CONFIG_ARCH_RENESAS=y
-CONFIG_ARCH_EMEV2=y
-CONFIG_ARCH_R7S72100=y
-CONFIG_ARCH_R8A73A4=y
-CONFIG_ARCH_R8A7740=y
-CONFIG_ARCH_R8A7743=y
-CONFIG_ARCH_R8A7744=y
-CONFIG_ARCH_R8A7745=y
-CONFIG_ARCH_R8A77470=y
-CONFIG_ARCH_R8A7778=y
-CONFIG_ARCH_R8A7779=y
-CONFIG_ARCH_R8A7790=y
-CONFIG_ARCH_R8A7791=y
-CONFIG_ARCH_R8A7792=y
-CONFIG_ARCH_R8A7793=y
-CONFIG_ARCH_R8A7794=y
-CONFIG_ARCH_R9A06G032=y
-CONFIG_ARCH_SH73A0=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
-CONFIG_PCI=y
-CONFIG_PCI_MSI=y
-CONFIG_PCI_RCAR_GEN2=y
-CONFIG_PCIE_RCAR=y
 CONFIG_SMP=y
 CONFIG_SCHED_MC=y
 CONFIG_NR_CPUS=8
@@ -58,6 +37,10 @@ CONFIG_IP_PNP=y
 CONFIG_IP_PNP_DHCP=y
 CONFIG_CAN=y
 CONFIG_CAN_RCAR=y
+CONFIG_PCI=y
+CONFIG_PCI_MSI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCIE_RCAR=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DMA_CMA=y
@@ -91,7 +74,6 @@ CONFIG_SERIAL_8250_DW=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_I2C_CHARDEV=y
-CONFIG_I2C_MUX=y
 CONFIG_I2C_DEMUX_PINCTRL=y
 CONFIG_I2C_EMEV2=y
 CONFIG_I2C_GPIO=y
@@ -183,12 +165,28 @@ CONFIG_RTC_DRV_S35390A=y
 CONFIG_RTC_DRV_RX8581=y
 CONFIG_RTC_DRV_DA9063=y
 CONFIG_DMADEVICES=y
-CONFIG_SH_DMAE=y
 CONFIG_RCAR_DMAC=y
 CONFIG_RENESAS_USB_DMAC=y
 CONFIG_STAGING=y
 CONFIG_STAGING_BOARD=y
 # CONFIG_IOMMU_SUPPORT is not set
+CONFIG_ARCH_EMEV2=y
+CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R8A73A4=y
+CONFIG_ARCH_R8A7740=y
+CONFIG_ARCH_R8A7743=y
+CONFIG_ARCH_R8A7744=y
+CONFIG_ARCH_R8A7745=y
+CONFIG_ARCH_R8A77470=y
+CONFIG_ARCH_R8A7778=y
+CONFIG_ARCH_R8A7779=y
+CONFIG_ARCH_R8A7790=y
+CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7792=y
+CONFIG_ARCH_R8A7793=y
+CONFIG_ARCH_R8A7794=y
+CONFIG_ARCH_R9A06G032=y
+CONFIG_ARCH_SH73A0=y
 CONFIG_IIO=y
 CONFIG_AK8975=y
 CONFIG_PWM=y
@@ -212,4 +210,3 @@ CONFIG_NLS_ISO8859_1=y
 CONFIG_PRINTK_TIME=y
 # CONFIG_ENABLE_MUST_CHECK is not set
 CONFIG_DEBUG_KERNEL=y
-# CONFIG_ARM_UNWIND is not set
-- 
2.17.1


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

* Re: [PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2
  2019-01-18 15:59 [PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2 Geert Uytterhoeven
@ 2019-01-21 16:56 ` Simon Horman
  2019-01-22  8:25   ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2019-01-21 16:56 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-renesas-soc, linux-arm-kernel

On Fri, Jan 18, 2019 at 04:59:38PM +0100, Geert Uytterhoeven wrote:
>   - Move SoC config options (moved in commit 062887bf5ef73313 ("ARM:
>     shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/")),
>   - Move PCI config options (moved in commit eb01d42a77785ff9 ("PCI:
>     consolidate PCI config entry in drivers/pci")),
>   - Drop CONFIG_I2C_MUX=y (auto-enabled since commit ea6b13e9fed0fda9
>     ("drm/bridge/sii902x: Add missing dependency on I2C_MUX")),
>   - Drop CONFIG_SH_DMAE=y (no longer selectable since commit
>     a19788612f51b787 ("dmaengine: sh: Remove R-Mobile APE6 support")),
>   - Drop CONFIG_ARM_UNWIND (auto-enabled since commit f9b58e8c7d031b0d
>     ("ARM: 8800/1: use choice for kernel unwinders")).
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Would this change be any different if it was a refresh for v5.0-rc1?

I ask because the ARM-SoC maintainers prefer the oldest possible of
the current rc series to be used as a base.

> ---
>  arch/arm/configs/shmobile_defconfig | 45 ++++++++++++++---------------
>  1 file changed, 21 insertions(+), 24 deletions(-)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index fdac4e4ca04d7380..14e9255e48c3184e 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -8,29 +8,8 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>  CONFIG_PERF_EVENTS=y
>  CONFIG_SLAB=y
>  CONFIG_ARCH_RENESAS=y
> -CONFIG_ARCH_EMEV2=y
> -CONFIG_ARCH_R7S72100=y
> -CONFIG_ARCH_R8A73A4=y
> -CONFIG_ARCH_R8A7740=y
> -CONFIG_ARCH_R8A7743=y
> -CONFIG_ARCH_R8A7744=y
> -CONFIG_ARCH_R8A7745=y
> -CONFIG_ARCH_R8A77470=y
> -CONFIG_ARCH_R8A7778=y
> -CONFIG_ARCH_R8A7779=y
> -CONFIG_ARCH_R8A7790=y
> -CONFIG_ARCH_R8A7791=y
> -CONFIG_ARCH_R8A7792=y
> -CONFIG_ARCH_R8A7793=y
> -CONFIG_ARCH_R8A7794=y
> -CONFIG_ARCH_R9A06G032=y
> -CONFIG_ARCH_SH73A0=y
>  CONFIG_PL310_ERRATA_588369=y
>  CONFIG_ARM_ERRATA_754322=y
> -CONFIG_PCI=y
> -CONFIG_PCI_MSI=y
> -CONFIG_PCI_RCAR_GEN2=y
> -CONFIG_PCIE_RCAR=y
>  CONFIG_SMP=y
>  CONFIG_SCHED_MC=y
>  CONFIG_NR_CPUS=8
> @@ -58,6 +37,10 @@ CONFIG_IP_PNP=y
>  CONFIG_IP_PNP_DHCP=y
>  CONFIG_CAN=y
>  CONFIG_CAN_RCAR=y
> +CONFIG_PCI=y
> +CONFIG_PCI_MSI=y
> +CONFIG_PCI_RCAR_GEN2=y
> +CONFIG_PCIE_RCAR=y
>  CONFIG_DEVTMPFS=y
>  CONFIG_DEVTMPFS_MOUNT=y
>  CONFIG_DMA_CMA=y
> @@ -91,7 +74,6 @@ CONFIG_SERIAL_8250_DW=y
>  CONFIG_SERIAL_8250_EM=y
>  CONFIG_SERIAL_SH_SCI=y
>  CONFIG_I2C_CHARDEV=y
> -CONFIG_I2C_MUX=y
>  CONFIG_I2C_DEMUX_PINCTRL=y
>  CONFIG_I2C_EMEV2=y
>  CONFIG_I2C_GPIO=y
> @@ -183,12 +165,28 @@ CONFIG_RTC_DRV_S35390A=y
>  CONFIG_RTC_DRV_RX8581=y
>  CONFIG_RTC_DRV_DA9063=y
>  CONFIG_DMADEVICES=y
> -CONFIG_SH_DMAE=y
>  CONFIG_RCAR_DMAC=y
>  CONFIG_RENESAS_USB_DMAC=y
>  CONFIG_STAGING=y
>  CONFIG_STAGING_BOARD=y
>  # CONFIG_IOMMU_SUPPORT is not set
> +CONFIG_ARCH_EMEV2=y
> +CONFIG_ARCH_R7S72100=y
> +CONFIG_ARCH_R8A73A4=y
> +CONFIG_ARCH_R8A7740=y
> +CONFIG_ARCH_R8A7743=y
> +CONFIG_ARCH_R8A7744=y
> +CONFIG_ARCH_R8A7745=y
> +CONFIG_ARCH_R8A77470=y
> +CONFIG_ARCH_R8A7778=y
> +CONFIG_ARCH_R8A7779=y
> +CONFIG_ARCH_R8A7790=y
> +CONFIG_ARCH_R8A7791=y
> +CONFIG_ARCH_R8A7792=y
> +CONFIG_ARCH_R8A7793=y
> +CONFIG_ARCH_R8A7794=y
> +CONFIG_ARCH_R9A06G032=y
> +CONFIG_ARCH_SH73A0=y
>  CONFIG_IIO=y
>  CONFIG_AK8975=y
>  CONFIG_PWM=y
> @@ -212,4 +210,3 @@ CONFIG_NLS_ISO8859_1=y
>  CONFIG_PRINTK_TIME=y
>  # CONFIG_ENABLE_MUST_CHECK is not set
>  CONFIG_DEBUG_KERNEL=y
> -# CONFIG_ARM_UNWIND is not set
> -- 
> 2.17.1
> 

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

* Re: [PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2
  2019-01-21 16:56 ` Simon Horman
@ 2019-01-22  8:25   ` Geert Uytterhoeven
  2019-01-22 13:43     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-01-22  8:25 UTC (permalink / raw)
  To: Simon Horman; +Cc: Geert Uytterhoeven, Magnus Damm, Linux-Renesas, Linux ARM

Hi Simon,

On Mon, Jan 21, 2019 at 5:56 PM Simon Horman <horms@verge.net.au> wrote:
> On Fri, Jan 18, 2019 at 04:59:38PM +0100, Geert Uytterhoeven wrote:
> >   - Move SoC config options (moved in commit 062887bf5ef73313 ("ARM:
> >     shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/")),
> >   - Move PCI config options (moved in commit eb01d42a77785ff9 ("PCI:
> >     consolidate PCI config entry in drivers/pci")),
> >   - Drop CONFIG_I2C_MUX=y (auto-enabled since commit ea6b13e9fed0fda9
> >     ("drm/bridge/sii902x: Add missing dependency on I2C_MUX")),
> >   - Drop CONFIG_SH_DMAE=y (no longer selectable since commit
> >     a19788612f51b787 ("dmaengine: sh: Remove R-Mobile APE6 support")),
> >   - Drop CONFIG_ARM_UNWIND (auto-enabled since commit f9b58e8c7d031b0d
> >     ("ARM: 8800/1: use choice for kernel unwinders")).
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Would this change be any different if it was a refresh for v5.0-rc1?

No it wouldn't. Same for rc3.

> I ask because the ARM-SoC maintainers prefer the oldest possible of
> the current rc series to be used as a base.

Hence feel free to s/rc2/rc1/g or s/rc2/rc3/g.

Thanks!

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] ARM: shmobile: defconfig: Refresh for v5.0-rc2
  2019-01-22  8:25   ` Geert Uytterhoeven
@ 2019-01-22 13:43     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-01-22 13:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, Magnus Damm, Linux-Renesas, Linux ARM

On Tue, Jan 22, 2019 at 09:25:33AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Mon, Jan 21, 2019 at 5:56 PM Simon Horman <horms@verge.net.au> wrote:
> > On Fri, Jan 18, 2019 at 04:59:38PM +0100, Geert Uytterhoeven wrote:
> > >   - Move SoC config options (moved in commit 062887bf5ef73313 ("ARM:
> > >     shmobile: Move SoC Kconfig symbols to drivers/soc/renesas/")),
> > >   - Move PCI config options (moved in commit eb01d42a77785ff9 ("PCI:
> > >     consolidate PCI config entry in drivers/pci")),
> > >   - Drop CONFIG_I2C_MUX=y (auto-enabled since commit ea6b13e9fed0fda9
> > >     ("drm/bridge/sii902x: Add missing dependency on I2C_MUX")),
> > >   - Drop CONFIG_SH_DMAE=y (no longer selectable since commit
> > >     a19788612f51b787 ("dmaengine: sh: Remove R-Mobile APE6 support")),
> > >   - Drop CONFIG_ARM_UNWIND (auto-enabled since commit f9b58e8c7d031b0d
> > >     ("ARM: 8800/1: use choice for kernel unwinders")).
> > >
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > Would this change be any different if it was a refresh for v5.0-rc1?
> 
> No it wouldn't. Same for rc3.
> 
> > I ask because the ARM-SoC maintainers prefer the oldest possible of
> > the current rc series to be used as a base.
> 
> Hence feel free to s/rc2/rc1/g or s/rc2/rc3/g.

Thanks, I have applied with s/rc2/rc1/g

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

end of thread, other threads:[~2019-01-22 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 15:59 [PATCH] ARM: shmobile: defconfig: Refresh for v5.0-rc2 Geert Uytterhoeven
2019-01-21 16:56 ` Simon Horman
2019-01-22  8:25   ` Geert Uytterhoeven
2019-01-22 13:43     ` 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).