mbox series

[0/5] renesas: remove support for H3 ES1

Message ID 20230307105645.5285-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series renesas: remove support for H3 ES1 | expand

Message

Wolfram Sang March 7, 2023, 10:56 a.m. UTC
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

Comments

Linus Walleij March 9, 2023, 1:53 p.m. UTC | #1
On Tue, Mar 7, 2023 at 11:57 AM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:

> R-Car H3 ES1.* was only available to an internal development group and
> needed a lot of quirks and workarounds. These become a maintenance
> burden now, so our development group decided to remove upstream support
> and disable booting for this SoC. Public users only have ES2 onwards.
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Good bye ES1.*, I expect that Geert will queue the patches as usual.

Yours,
Linus Walleij
Geert Uytterhoeven March 10, 2023, 4:13 p.m. UTC | #2
Hi Linus,

On Thu, Mar 9, 2023 at 2:53 PM Linus Walleij <linus.walleij@linaro.org> wrote:
> On Tue, Mar 7, 2023 at 11:57 AM Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
>
> > R-Car H3 ES1.* was only available to an internal development group and
> > needed a lot of quirks and workarounds. These become a maintenance
> > burden now, so our development group decided to remove upstream support
> > and disable booting for this SoC. Public users only have ES2 onwards.
> >
> > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Good bye ES1.*, I expect that Geert will queue the patches as usual.

At your service, queuing in renesas-pinctrl-for-v6.4.

Gr{oetje,eeting}s,

                        Geert