linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>,
	Marek Vasut <marek.vasut+renesas@gmail.com>,
	Jacopo Mondi <jacopo+renesas@jmondi.org>,
	Chris Brandt <chris.brandt@renesas.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-renesas-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 00/13] ARM: dts: renesas: LBSC and FLASH improvements
Date: Thu, 31 Aug 2023 13:52:22 +0200	[thread overview]
Message-ID: <cover.1693481518.git.geert+renesas@glider.be> (raw)

	Hi all,

This patch series adds support for various FLASH devices on the Blanche,
Genmai, Marzen, and RSK+RZA1 development boards.  As several of these
FLASH devices reside in the external address space of a (Local) Bus
State Controller, the current (too) minimal support for (L)BSC is
improved first.  All of this is preceded by two small fixes.

As FLASH on Blanche and Marzen conflicts with SMP, the last two patches
depend on [1], so I marked them RFC.

This has been tested on the APE6-EVM, Blanche, Genmai, Marzen, and
RSK+RZA1 development boards.

Thanks for your comments!

[1] "[PATCH/RFC 0/4] ARM: shmobile: Reserve boot area when SMP is
     enabled"
    https://lore.kernel.org/all/cover.1693409184.git.geert+renesas@glider.be

Geert Uytterhoeven (13):
  ARM: dts: renesas: ape6evm: Drop bogus "mtd-rom" compatible value
  ARM: dts: renesas: gr-peach: Remove unneeded probe-type property
  ARM: dts: renesas: Remove unused LBSC nodes from board DTS
  ARM: dts: renesas: r7s72100: Add BSC node
  ARM: dts: renesas: r8a7779: Add LBSC node
  ARM: dts: renesas: r8a7792: Add LBSC node
  ARM: dts: renesas: marzen: Move Ethernet node to LBSC
  ARM: dts: renesas: blanche: Move Ethernet node to LBSC
  ARM: dts: renesas: wheat: Move Ethernet node to LBSC
  ARM: dts: renesas: genmai: Add FLASH nodes
  ARM: dts: renesas: rskrza1: Add FLASH nodes
  ARM: dts: renesas: marzen: Add FLASH node
  ARM: dts: renesas: blanche: Add FLASH node

 arch/arm/boot/dts/renesas/r7s72100-genmai.dts | 82 ++++++++++++++++++-
 .../boot/dts/renesas/r7s72100-gr-peach.dts    |  6 --
 .../arm/boot/dts/renesas/r7s72100-rskrza1.dts | 71 ++++++++++++++--
 arch/arm/boot/dts/renesas/r7s72100.dtsi       |  7 ++
 .../arm/boot/dts/renesas/r7s9210-rza2mevb.dts |  5 --
 arch/arm/boot/dts/renesas/r8a73a4-ape6evm.dts |  2 +-
 arch/arm/boot/dts/renesas/r8a7779-marzen.dts  | 66 +++++++++++----
 arch/arm/boot/dts/renesas/r8a7779.dtsi        |  7 ++
 arch/arm/boot/dts/renesas/r8a7790-lager.dts   |  5 --
 arch/arm/boot/dts/renesas/r8a7791-koelsch.dts |  5 --
 arch/arm/boot/dts/renesas/r8a7792-blanche.dts | 66 +++++++++++----
 arch/arm/boot/dts/renesas/r8a7792-wheat.dts   | 34 ++++----
 arch/arm/boot/dts/renesas/r8a7792.dtsi        |  7 ++
 arch/arm/boot/dts/renesas/r8a7794-alt.dts     |  5 --
 14 files changed, 289 insertions(+), 79 deletions(-)

-- 
2.34.1

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:[~2023-08-31 11:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 11:52 Geert Uytterhoeven [this message]
2023-08-31 11:52 ` [PATCH 01/13] ARM: dts: renesas: ape6evm: Drop bogus "mtd-rom" compatible value Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 02/13] ARM: dts: renesas: gr-peach: Remove unneeded probe-type property Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 03/13] ARM: dts: renesas: Remove unused LBSC nodes from board DTS Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 04/13] ARM: dts: renesas: r7s72100: Add BSC node Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 05/13] ARM: dts: renesas: r8a7779: Add LBSC node Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 06/13] ARM: dts: renesas: r8a7792: " Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 07/13] ARM: dts: renesas: marzen: Move Ethernet node to LBSC Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 08/13] ARM: dts: renesas: blanche: " Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 09/13] ARM: dts: renesas: wheat: " Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 10/13] ARM: dts: renesas: genmai: Add FLASH nodes Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH 11/13] ARM: dts: renesas: rskrza1: " Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH/RFC 12/13] ARM: dts: renesas: marzen: Add FLASH node Geert Uytterhoeven
2023-08-31 11:52 ` [PATCH/RFC 13/13] ARM: dts: renesas: blanche: " Geert Uytterhoeven
2023-09-25  7:40 ` [PATCH 00/13] ARM: dts: renesas: LBSC and FLASH improvements Geert Uytterhoeven

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=cover.1693481518.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=chris.brandt@renesas.com \
    --cc=jacopo+renesas@jmondi.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=marek.vasut+renesas@gmail.com \
    --cc=wsa+renesas@sang-engineering.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 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).