[PATCH 00/11] ARM: removal of STiH415/STiH416 remainings bits

From: Alain Volmat
Date: Thu Feb 09 2023 - 04:18:06 EST


Most of code in order to support STiH415 and STiH416 have already
been removed from the kernel in 2016, however few bits are still
remainings.
This serie removes the last pieces of support for STiH415, STiH416
and STiD127.

Alain Volmat (11):
Documentation: arm: remove stih415/stih416 related entries
ARM: sti: removal of stih415/stih416 related entries
irqchip/st: remove stih415/stih416 and stid127 platforms support
dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
dt-bindings: arm: sti: remove bindings for stih415 and stih416
thermal/drivers/st: remove syscfg based driver
net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127
dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
dt-bindings: reset: remove stih415/stih416 reset bindings
dt-bindings: clock: remove stih416 bindings
ARM: debug: removal of STiH415/STiH416 related debug uart

Documentation/arm/index.rst | 2 -
Documentation/arm/sti/overview.rst | 10 +-
Documentation/arm/sti/stih415-overview.rst | 14 --
Documentation/arm/sti/stih416-overview.rst | 13 --
.../devicetree/bindings/arm/sti.yaml | 2 -
.../st,sti-irq-syscfg.txt | 9 +-
.../devicetree/bindings/net/sti-dwmac.txt | 3 +-
arch/arm/Kconfig.debug | 28 ---
arch/arm/mach-sti/Kconfig | 20 +-
arch/arm/mach-sti/board-dt.c | 2 -
drivers/irqchip/irq-st.c | 15 --
.../net/ethernet/stmicro/stmmac/dwmac-sti.c | 60 +-----
drivers/thermal/st/Kconfig | 4 -
drivers/thermal/st/Makefile | 1 -
drivers/thermal/st/st_thermal_syscfg.c | 174 ------------------
include/dt-bindings/clock/stih416-clks.h | 17 --
include/dt-bindings/reset/stih415-resets.h | 28 ---
include/dt-bindings/reset/stih416-resets.h | 52 ------
18 files changed, 8 insertions(+), 446 deletions(-)
delete mode 100644 Documentation/arm/sti/stih415-overview.rst
delete mode 100644 Documentation/arm/sti/stih416-overview.rst
delete mode 100644 drivers/thermal/st/st_thermal_syscfg.c
delete mode 100644 include/dt-bindings/clock/stih416-clks.h
delete mode 100644 include/dt-bindings/reset/stih415-resets.h
delete mode 100644 include/dt-bindings/reset/stih416-resets.h

--
2.34.1