linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] renesas: remove support for H3 ES1
@ 2023-03-07 10:56 Wolfram Sang
  2023-03-07 10:56 ` [PATCH 1/5] pinctrl: renesas: remove R-Car H3 ES1.* handling Wolfram Sang
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2023-03-07 10:56 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, devicetree, Geert Uytterhoeven, linux-arm-kernel,
	linux-gpio, linux-kernel

Because H3 ES1 becomes an increasing maintenance burden and was only
available to a development group, we decided to remove upstream support
for it. It doesn't even boot since v6.3-rc1. Here are the patches to
remove the architecture and core bits. Other driver changes will be sent
individually. Review tags have been gathered before during an internal
discussion. Only change since the internal version is a plain rebase to
v6.3-rc1. A branch with all removals is here:

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/h3es1-removal


Wolfram Sang (5):
  pinctrl: renesas: remove R-Car H3 ES1.* handling
  arm64: dts: renesas: remove R-Car H3 ES1.* devicetrees
  dt-bindings: soc: renesas: remove R-Car H3 ES1.*
  soc: renesas: rcar-sysc: remove R-Car H3 ES1.* handling
  soc: renesas: remove r8a77950 arch

 .../bindings/soc/renesas/renesas.yaml         |    8 +-
 arch/arm64/boot/dts/renesas/Makefile          |    4 -
 .../boot/dts/renesas/r8a77950-salvator-x.dts  |   49 -
 .../boot/dts/renesas/r8a77950-ulcb-kf.dts     |   16 -
 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts |   37 -
 arch/arm64/boot/dts/renesas/r8a77950.dtsi     |  330 -
 arch/arm64/configs/defconfig                  |    1 -
 drivers/pinctrl/renesas/Kconfig               |    5 -
 drivers/pinctrl/renesas/Makefile              |    1 -
 drivers/pinctrl/renesas/core.c                |   41 +-
 drivers/pinctrl/renesas/pfc-r8a77950.c        | 5947 -----------------
 drivers/pinctrl/renesas/sh_pfc.h              |    1 -
 drivers/soc/renesas/Kconfig                   |    7 -
 drivers/soc/renesas/r8a7795-sysc.c            |   10 -
 drivers/soc/renesas/renesas-soc.c             |    2 +-
 include/dt-bindings/power/r8a7795-sysc.h      |    1 -
 16 files changed, 8 insertions(+), 6452 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-salvator-x.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-ulcb-kf.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950.dtsi
 delete mode 100644 drivers/pinctrl/renesas/pfc-r8a77950.c

-- 
2.35.1


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

end of thread, other threads:[~2023-03-10 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 10:56 [PATCH 0/5] renesas: remove support for H3 ES1 Wolfram Sang
2023-03-07 10:56 ` [PATCH 1/5] pinctrl: renesas: remove R-Car H3 ES1.* handling Wolfram Sang
2023-03-09 13:53   ` Linus Walleij
2023-03-10 16:13     ` Geert Uytterhoeven

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