[PATCH v2 0/3] staging: media: atomisp: remove dead platform_support.h header

From: Igor Putko

Date: Thu Jun 18 2026 - 11:13:02 EST


Hi Andy,

Following your feedback, this series replaces the custom CSS_ALIGN() macro
with the standard __aligned attribute and completely removes the dead
platform_support.h header file from the driver.

Igor Putko (3):
staging: media: atomisp: replace CSS_ALIGN() with standard __aligned
staging: media: atomisp: drop unused platform_support.h inclusions
staging: media: atomisp: remove dead platform_support.h header file

.../base/circbuf/interface/ia_css_circbuf.h | 1 -
.../circbuf/interface/ia_css_circbuf_desc.h | 1 -
.../atomisp/pci/base/refcount/src/refcount.c | 1 -
.../hive_isp_css_include/platform_support.h | 25 ----------------
.../pci/hive_isp_css_include/type_support.h | 1 -
.../pci/hive_isp_css_shared/host/tag.c | 1 -
.../media/atomisp/pci/ia_css_acc_types.h | 30 +++++++++----------
.../frame/interface/ia_css_frame_comm.h | 1 -
.../pci/runtime/inputfifo/src/inputfifo.c | 1 -
.../interface/ia_css_isp_param_types.h | 11 +++----
.../runtime/isys/interface/ia_css_isys_comm.h | 1 -
.../pci/runtime/isys/src/csi_rx_rmgr.c | 1 -
.../pci/runtime/isys/src/ibuf_ctrl_rmgr.c | 1 -
.../pci/runtime/isys/src/isys_dma_rmgr.c | 1 -
.../atomisp/pci/runtime/isys/src/isys_init.c | 1 -
.../runtime/isys/src/isys_stream2mmio_rmgr.c | 1 -
.../runtime/queue/interface/ia_css_queue.h | 1 -
.../atomisp/pci/runtime/rmgr/src/rmgr_vbuf.c | 1 -
.../media/atomisp/pci/sh_css_firmware.c | 1 -
.../staging/media/atomisp/pci/sh_css_hrt.c | 1 -
.../media/atomisp/pci/sh_css_internal.h | 4 +--
.../media/atomisp/pci/sh_css_param_shading.c | 1 -
.../staging/media/atomisp/pci/sh_css_params.c | 1 -
23 files changed, 22 insertions(+), 67 deletions(-)
delete mode 100644 drivers/staging/media/atomisp/pci/hive_isp_css_include/platform_support.h

Changes in v2:
- Remove platform_support.h instead of fixing the macro.
- Replace CSS_ALIGN with __aligned in all users.
- Drop unused includes from all affected files.

--
2.34.1