From: Igor Putko <igorpetindev@gmail.com>
To: Andy Shevchenko <andriy.shevchenko@intel.com>,
Hans de Goede <hansg@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
Sakari Ailus <sakari.ailus@intel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org, Igor Putko <igorpetindev@gmail.com>
Subject: [PATCH v2 0/3] staging: media: atomisp: remove dead platform_support.h header
Date: Thu, 18 Jun 2026 18:12:43 +0300 [thread overview]
Message-ID: <20260618151246.6678-1-igorpetindev@gmail.com> (raw)
In-Reply-To: <20260618120951.42956-1-igorpetindev@gmail.com>
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
next prev parent reply other threads:[~2026-06-18 15:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 12:09 [PATCH] staging: media: atomisp: prefer __aligned over __attribute__((aligned)) Igor Putko
2026-06-18 12:53 ` Andy Shevchenko
2026-06-18 13:04 ` Andy Shevchenko
2026-06-18 15:12 ` Igor Putko [this message]
2026-06-18 15:12 ` [PATCH v2 1/3] staging: media: atomisp: replace CSS_ALIGN() with standard __aligned Igor Putko
2026-06-18 15:12 ` [PATCH v2 2/3] staging: media: atomisp: drop unused platform_support.h inclusions Igor Putko
2026-06-18 15:12 ` [PATCH v2 3/3] staging: media: atomisp: remove dead platform_support.h header file Igor Putko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260618151246.6678-1-igorpetindev@gmail.com \
--to=igorpetindev@gmail.com \
--cc=andriy.shevchenko@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.