linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17
@ 2018-03-16 14:51 Simon Horman
  2018-03-16 14:51 ` [PATCH 1/3] ARM: shmobile: Enable RZA1 pin controller Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2018-03-16 14:51 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.17.


The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.17

for you to fetch changes up to a20d1390c1daac4b8ae1e544e1e49dfd386125a8:

  ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED (2018-03-05 07:45:31 +0100)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.17

Updates to shmobile defconfig:

* Redresh defconfig to ease future maintenence overhead

* Disable CONFIG_EMBEDDED

  Geert Uytterhoeven says "CONFIG_EXPERT exposes too many config options
  that do not matter for development.  E.g. it prohibits using the default
  values for the various SH_SCI options.  However, CONFIG_EMBEDDED selects
  CONFIG_EXPERT, so it cannot be disabled.

  Hence disable CONFIG_EMBEDDED, and compensate for the loss of
  CONFIG_DEBUG_KERNEL by enabling the latter.

  Actual impact, all harmless:
    - CONFIG_NAMESPACES=y (plus a few related CONFIG_*_NS options),
    - CONFIG_SYSCTL_SYSCALL=n,
    - CONFIG_SERIAL_SH_SCI_NR_UARTS changed from 20 to 18,
    - Some HID support became enabled,
    - CONFIG_DEBUG_MEMORY_INIT=y,"

* Enable RZA1 pin controller

  This allows the Genmai board with RZ/A1 (r7s72100) SoC to once
  again boot using the shmobile defconfig.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      ARM: shmobile: defconfig: Refresh
      ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED

Jacopo Mondi (1):
      ARM: shmobile: Enable RZA1 pin controller

 arch/arm/configs/shmobile_defconfig | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

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

* [PATCH 1/3] ARM: shmobile: Enable RZA1 pin controller
  2018-03-16 14:51 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Simon Horman
@ 2018-03-16 14:51 ` Simon Horman
  2018-03-16 14:51 ` [PATCH 2/3] ARM: shmobile: defconfig: Refresh Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-03-16 14:51 UTC (permalink / raw)
  To: linux-arm-kernel

From: Jacopo Mondi <jacopo+renesas@jmondi.org>

Enable PINCTRL_RZA1 option in shmobile_defconfig

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
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 578434cfd1a0..79b2b7c12264 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -120,6 +120,7 @@ CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
 CONFIG_SPI_SH_MSIOF=y
 CONFIG_SPI_SH_HSPI=y
+CONFIG_PINCTRL_RZA1=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCF857X=y
-- 
2.11.0

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

* [PATCH 2/3] ARM: shmobile: defconfig: Refresh
  2018-03-16 14:51 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Simon Horman
  2018-03-16 14:51 ` [PATCH 1/3] ARM: shmobile: Enable RZA1 pin controller Simon Horman
@ 2018-03-16 14:51 ` Simon Horman
  2018-03-16 14:51 ` [PATCH 3/3] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED Simon Horman
  2018-03-27 13:15 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-03-16 14:51 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

- CONFIG_AEABI is enabled since commit 494609701e06a004 ("ARM: always
    enable AEABI for ARMv6+"),
  - CONFIG_SERIAL_SH_SCI_CONSOLE is enabled since commit
    c5bb576d5e21e91a ("tty: serial: sh-sci: Hide serial console config
    question"),
  - CONFIG_SERIAL_SH_SCI_DMA is enabled since commit be7e251d20e6c800
    ("tty: serial: sh-sci: Hide DMA config question").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 79b2b7c12264..e3658ec04e83 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -34,7 +34,6 @@ CONFIG_SMP=y
 CONFIG_SCHED_MC=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_NR_CPUS=8
-CONFIG_AEABI=y
 CONFIG_HIGHMEM=y
 CONFIG_CMA=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
@@ -105,8 +104,6 @@ CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=20
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
-CONFIG_SERIAL_SH_SCI_DMA=y
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_DEMUX_PINCTRL=y
-- 
2.11.0

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

* [PATCH 3/3] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED
  2018-03-16 14:51 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Simon Horman
  2018-03-16 14:51 ` [PATCH 1/3] ARM: shmobile: Enable RZA1 pin controller Simon Horman
  2018-03-16 14:51 ` [PATCH 2/3] ARM: shmobile: defconfig: Refresh Simon Horman
@ 2018-03-16 14:51 ` Simon Horman
  2018-03-27 13:15 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-03-16 14:51 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

CONFIG_EXPERT exposes too many config options that do not matter for
development.  E.g. it prohibits using the default values for the various
SH_SCI options.  However, CONFIG_EMBEDDED selects CONFIG_EXPERT, so it
cannot be disabled.

Hence disable CONFIG_EMBEDDED, and compensate for the loss of
CONFIG_DEBUG_KERNEL by enabling the latter.

Actual impact, all harmless:
  - CONFIG_NAMESPACES=y (plus a few related CONFIG_*_NS options),
  - CONFIG_SYSCTL_SYSCALL=n,
  - CONFIG_SERIAL_SH_SCI_NR_UARTS changed from 20 to 18,
  - Some HID support became enabled,
  - CONFIG_DEBUG_MEMORY_INIT=y,

Refresh the result.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index e3658ec04e83..a701601fbd76 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -5,8 +5,6 @@ CONFIG_IKCONFIG_PROC=y
 CONFIG_CGROUPS=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
-CONFIG_SYSCTL_SYSCALL=y
-CONFIG_EMBEDDED=y
 CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
 CONFIG_ARCH_RENESAS=y
@@ -103,7 +101,6 @@ CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_8250_EM=y
 CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=20
 CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_DEMUX_PINCTRL=y
@@ -164,7 +161,6 @@ CONFIG_FB_SH_MOBILE_MERAM=y
 # CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_BACKLIGHT_AS3711=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
@@ -225,4 +221,5 @@ CONFIG_NLS_ISO8859_1=y
 CONFIG_PRINTK_TIME=y
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_ENABLE_MUST_CHECK is not set
+CONFIG_DEBUG_KERNEL=y
 # CONFIG_ARM_UNWIND is not set
-- 
2.11.0

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17
  2018-03-16 14:51 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Simon Horman
                   ` (2 preceding siblings ...)
  2018-03-16 14:51 ` [PATCH 3/3] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED Simon Horman
@ 2018-03-27 13:15 ` Arnd Bergmann
  3 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 16, 2018 at 3:51 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC defconfig updates for v4.17.
>
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.17
>
> for you to fetch changes up to a20d1390c1daac4b8ae1e544e1e49dfd386125a8:
>
>   ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED (2018-03-05 07:45:31 +0100)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v4.17
>
> Updates to shmobile defconfig:
>
> * Redresh defconfig to ease future maintenence overhead
>
> * Disable CONFIG_EMBEDDED
>
>   Geert Uytterhoeven says "CONFIG_EXPERT exposes too many config options
>   that do not matter for development.  E.g. it prohibits using the default
>   values for the various SH_SCI options.  However, CONFIG_EMBEDDED selects
>   CONFIG_EXPERT, so it cannot be disabled.
>
>   Hence disable CONFIG_EMBEDDED, and compensate for the loss of
>   CONFIG_DEBUG_KERNEL by enabling the latter.
>
>   Actual impact, all harmless:
>     - CONFIG_NAMESPACES=y (plus a few related CONFIG_*_NS options),
>     - CONFIG_SYSCTL_SYSCALL=n,
>     - CONFIG_SERIAL_SH_SCI_NR_UARTS changed from 20 to 18,
>     - Some HID support became enabled,
>     - CONFIG_DEBUG_MEMORY_INIT=y,"

Pulled into next/soc, thanks!

      Arnd

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

end of thread, other threads:[~2018-03-27 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 14:51 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Simon Horman
2018-03-16 14:51 ` [PATCH 1/3] ARM: shmobile: Enable RZA1 pin controller Simon Horman
2018-03-16 14:51 ` [PATCH 2/3] ARM: shmobile: defconfig: Refresh Simon Horman
2018-03-16 14:51 ` [PATCH 3/3] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED Simon Horman
2018-03-27 13:15 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.17 Arnd Bergmann

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).