[PATCH 0/4] STi drivers cleanup

Raphael Gallais-Pou posted 4 patches 3 weeks ago
There is a newer version of this series
.../devicetree/bindings/clock/st/st,flexgen.txt    |    3 -
.../bindings/media/stih407-c8sectpfe.txt           |   88 --
MAINTAINERS                                        |    1 -
drivers/clk/st/clk-flexgen.c                       |   80 --
drivers/media/platform/st/sti/Kconfig              |    1 -
drivers/media/platform/st/sti/Makefile             |    1 -
drivers/media/platform/st/sti/c8sectpfe/Kconfig    |   28 -
drivers/media/platform/st/sti/c8sectpfe/Makefile   |   11 -
.../platform/st/sti/c8sectpfe/c8sectpfe-common.c   |  262 -----
.../platform/st/sti/c8sectpfe/c8sectpfe-common.h   |   60 -
.../platform/st/sti/c8sectpfe/c8sectpfe-core.c     | 1158 --------------------
.../platform/st/sti/c8sectpfe/c8sectpfe-core.h     |  287 -----
.../platform/st/sti/c8sectpfe/c8sectpfe-debugfs.c  |  244 -----
.../platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h  |   23 -
.../platform/st/sti/c8sectpfe/c8sectpfe-dvb.c      |  235 ----
.../platform/st/sti/c8sectpfe/c8sectpfe-dvb.h      |   17 -
16 files changed, 2499 deletions(-)
[PATCH 0/4] STi drivers cleanup
Posted by Raphael Gallais-Pou 3 weeks ago
With B2120 board removal[1] several drivers are left unused.

Remove the following compatibles:
- st,flexgen-stih407-a0
- st,flexgen-stih407-c0
- st,flexgen-stih407-d0
- st,stih407-c8sectpfe

[1] commit dee546e1adef ("ARM: sti: drop B2120 board support")

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
Raphael Gallais-Pou (4):
      media: c8sectpfe: remove support of STi c8sectpfe driver
      dt-bindings: media: remove support of stih407-c8sectpfe
      clk: st: flexgen: remove unused compatible
      dt-bindings: clock: st: flexgen: remove deprecated compatibles

 .../devicetree/bindings/clock/st/st,flexgen.txt    |    3 -
 .../bindings/media/stih407-c8sectpfe.txt           |   88 --
 MAINTAINERS                                        |    1 -
 drivers/clk/st/clk-flexgen.c                       |   80 --
 drivers/media/platform/st/sti/Kconfig              |    1 -
 drivers/media/platform/st/sti/Makefile             |    1 -
 drivers/media/platform/st/sti/c8sectpfe/Kconfig    |   28 -
 drivers/media/platform/st/sti/c8sectpfe/Makefile   |   11 -
 .../platform/st/sti/c8sectpfe/c8sectpfe-common.c   |  262 -----
 .../platform/st/sti/c8sectpfe/c8sectpfe-common.h   |   60 -
 .../platform/st/sti/c8sectpfe/c8sectpfe-core.c     | 1158 --------------------
 .../platform/st/sti/c8sectpfe/c8sectpfe-core.h     |  287 -----
 .../platform/st/sti/c8sectpfe/c8sectpfe-debugfs.c  |  244 -----
 .../platform/st/sti/c8sectpfe/c8sectpfe-debugfs.h  |   23 -
 .../platform/st/sti/c8sectpfe/c8sectpfe-dvb.c      |  235 ----
 .../platform/st/sti/c8sectpfe/c8sectpfe-dvb.h      |   17 -
 16 files changed, 2499 deletions(-)
---
base-commit: 8f21d9da46702c4d6951ba60ca8a05f42870fe8f
change-id: 20250908-master-5c5c980cfb03

Best regards,
-- 
Raphael Gallais-Pou <rgallaispou@gmail.com>