All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fpga: Remove lattice and ACEX1 support
@ 2025-07-25 11:25 Michal Simek
  2025-07-25 11:25 ` [PATCH 1/3] fpga: xilinx: Check valid desc structure Michal Simek
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Michal Simek @ 2025-07-25 11:25 UTC (permalink / raw)
  To: u-boot, git, p.bruenn
  Cc: Alexander Dahl, Alexander Graf, Dmitry Rokosov,
	Heinrich Schuchardt, Ilias Apalodimas, Mattijs Korpershoek,
	Muhammad Hazim Izzat Zamri, Pieter Van Trappen, Simon Glass,
	Svyatoslav Ryhel, Tom Rini

Hi,

when fpga drivers were enabled via sandbox some coverity issues came and
make no sense to fix them when there is no user of these drivers that's why
it is easier just remove them completely.

Another candidate for removal is FPGA_CYCLON2 which is enabled only by
mx53cx9020_defconfig.
Patrick: Is this board still maintained?

Thanks,
Michal


Michal Simek (3):
  fpga: xilinx: Check valid desc structure
  fpga: Remove ancient ACEX1K support
  fpga: lattice: Remove unused support

 configs/sandbox_defconfig |    2 -
 drivers/fpga/ACEX1K.c     |  245 ---
 drivers/fpga/Kconfig      |   12 -
 drivers/fpga/Makefile     |    2 -
 drivers/fpga/altera.c     |    5 +-
 drivers/fpga/fpga.c       |   23 -
 drivers/fpga/ivm_core.c   | 3149 -------------------------------------
 drivers/fpga/lattice.c    |  379 -----
 drivers/fpga/xilinx.c     |    3 +
 include/ACEX1K.h          |   49 -
 include/fpga.h            |    1 -
 include/lattice.h         |  298 ----
 12 files changed, 4 insertions(+), 4164 deletions(-)
 delete mode 100644 drivers/fpga/ACEX1K.c
 delete mode 100644 drivers/fpga/ivm_core.c
 delete mode 100644 drivers/fpga/lattice.c
 delete mode 100644 include/lattice.h

-- 
2.43.0

base-commit: 021783860f7e628f7c4e0c101707cd4250e6d61f
branch: debian-sent3

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

end of thread, other threads:[~2025-07-26 12:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 11:25 [PATCH 0/3] fpga: Remove lattice and ACEX1 support Michal Simek
2025-07-25 11:25 ` [PATCH 1/3] fpga: xilinx: Check valid desc structure Michal Simek
2025-07-25 11:25 ` [PATCH 2/3] fpga: Remove ancient ACEX1K support Michal Simek
2025-07-25 12:10   ` Alexander Dahl
2025-07-25 12:17     ` Michal Simek
2025-07-25 12:30       ` Alexander Dahl
2025-07-25 11:25 ` [PATCH 3/3] fpga: lattice: Remove unused support Michal Simek
2025-07-25 12:00 ` [PATCH 0/3] fpga: Remove lattice and ACEX1 support Alexander Dahl
2025-07-25 12:03   ` Michal Simek
2025-07-25 14:00     ` Tom Rini
2025-07-25 14:42       ` Alexander Dahl
2025-07-25 13:55 ` Tom Rini
2025-07-26  5:38 ` Patrick Brünn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.