All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 3/5] ARM: multi_v7_defconfig: Enable support for CFI NOR FLASH
Date: Fri, 19 Apr 2019 16:34:18 +0200	[thread overview]
Message-ID: <5f068190cc102f2e7980622ee7da5c0b2cd8c849.1555654474.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1555654474.git.horms+renesas@verge.net.au>

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

Enable the config options needed to access the CFI NOR FLASH on the
APE6EVM board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c75051b9392c..79b310e32a6d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -183,6 +183,10 @@ CONFIG_SIMPLE_PM_BUS=y
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_BLOCK=y
+CONFIG_MTD_CFI=y
+CONFIG_MTD_CFI_INTELEXT=y
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_DENALI_DT=y
-- 
2.11.0


WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: Simon Horman <horms+renesas@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: multi_v7_defconfig: Enable support for CFI NOR FLASH
Date: Fri, 19 Apr 2019 16:34:18 +0200	[thread overview]
Message-ID: <5f068190cc102f2e7980622ee7da5c0b2cd8c849.1555654474.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1555654474.git.horms+renesas@verge.net.au>

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

Enable the config options needed to access the CFI NOR FLASH on the
APE6EVM board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c75051b9392c..79b310e32a6d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -183,6 +183,10 @@ CONFIG_SIMPLE_PM_BUS=y
 CONFIG_MTD=y
 CONFIG_MTD_CMDLINE_PARTS=y
 CONFIG_MTD_BLOCK=y
+CONFIG_MTD_CFI=y
+CONFIG_MTD_CFI_INTELEXT=y
+CONFIG_MTD_PHYSMAP=y
+CONFIG_MTD_PHYSMAP_OF=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_NAND=y
 CONFIG_MTD_NAND_DENALI_DT=y
-- 
2.11.0


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

  parent reply	other threads:[~2019-04-19 18:22 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 ` Simon Horman [this message]
2019-04-19 14:34   ` [PATCH 3/5] ARM: multi_v7_defconfig: " 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
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=5f068190cc102f2e7980622ee7da5c0b2cd8c849.1555654474.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=geert+renesas@glider.be \
    --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.