From: Nikolay Kulikov <nikolayof23@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Hans de Goede <hansg@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Andy Shevchenko <andy@kernel.org>,
Andy Shevchenko <andriy.shevchenko@intel.com>
Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev,
linux-kernel@vger.kernel.org,
Nikolay Kulikov <nikolayof23@gmail.com>
Subject: [PATCH v3 0/5] staging: media: atomisp: cleanup pci/hmm/ code
Date: Wed, 12 Aug 2026 23:51:33 +0300 [thread overview]
Message-ID: <20260812205429.39181-1-nikolayof23@gmail.com> (raw)
This series removes unused functions and replaces obscure
variable-checking macros with clear conditional statements.
Changes in v3:
- Split the last patch into two (inlining macros and removing
the file).
- Replace variable initialization with assignment, followed
immediately by a check.
Changes in v2:
- Squashed the function removals in pci/hmm/hmm.c and
pci/hmm/hmm_bo.c into a single commit.
- Add commits to cleanup macros from include/hmm/hmm_common.h,
as suggested by Andy Shevchenko.
Nikolay Kulikov (5):
staging: media: atomisp: remove unused functions from pci/hmm/
staging: media: atomisp: inline macros for checking the bo/bodev
pointer
staging: media: atomisp: inline the check_bo_status_*() macros
staging: media: atomisp: inline the var_equal_return*() macros
staging: media: atomisp: remove hmm/hmm_common.h file
.../staging/media/atomisp/include/hmm/hmm.h | 17 --
.../media/atomisp/include/hmm/hmm_bo.h | 46 ----
.../media/atomisp/include/hmm/hmm_common.h | 60 -----
drivers/staging/media/atomisp/pci/hmm/hmm.c | 41 ---
.../staging/media/atomisp/pci/hmm/hmm_bo.c | 246 ++++++++----------
5 files changed, 112 insertions(+), 298 deletions(-)
delete mode 100644 drivers/staging/media/atomisp/include/hmm/hmm_common.h
--
2.55.0
next reply other threads:[~2026-08-12 20:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 20:51 Nikolay Kulikov [this message]
2026-08-12 20:51 ` [PATCH v3 1/5] staging: media: atomisp: remove unused functions from pci/hmm/ Nikolay Kulikov
2026-08-12 20:51 ` [PATCH v3 2/5] staging: media: atomisp: inline macros for checking the bo/bodev pointer Nikolay Kulikov
2026-08-12 20:51 ` [PATCH v3 3/5] staging: media: atomisp: inline the check_bo_status_*() macros Nikolay Kulikov
2026-08-12 20:51 ` [PATCH v3 4/5] staging: media: atomisp: inline the var_equal_return*() macros Nikolay Kulikov
2026-08-12 20:51 ` [PATCH v3 5/5] staging: media: atomisp: remove hmm/hmm_common.h file Nikolay Kulikov
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=20260812205429.39181-1-nikolayof23@gmail.com \
--to=nikolayof23@gmail.com \
--cc=andriy.shevchenko@intel.com \
--cc=andy@kernel.org \
--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@linux.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.