From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: linux-acpi@vger.kernel.org, rafael@kernel.org
Subject: [PATCH 0/3] Make ACPI_PTR() use PTR_IF()
Date: Fri, 28 Aug 2026 11:43:25 +0300 [thread overview]
Message-ID: <20260828084328.257703-1-sakari.ailus@linux.intel.com> (raw)
Hi all,
This small set makes ACPI_PTR() use PTR_IF() and so enables using
ACPI_PTR() on ACPI ID tables without marking the tables with
__maybe_unused.
The ipu-bridge patch needs to be merged first as it contains some
unsanitary use of ACPI_PTR() and that needs to be merged before the ACPI
patch.
I'd take also the ACPI patch via the Media tree if people are happy with
the approach. Otherwise there are two dependencies between the ACPI and
Media trees.
Sakari Ailus (3):
media: ipu-bridge: Drop redundant ACPI_PTR() usage
ACPI: Use PTR_IF() for ACPI_PTR()
media: i2c: Use ACPI_PTR() for ACPI ID tables
drivers/media/i2c/ccs/ccs-core.c | 2 +-
drivers/media/i2c/cvs/core.c | 4 ++--
drivers/media/i2c/gc0310.c | 2 +-
drivers/media/i2c/mt9m114.c | 2 +-
drivers/media/i2c/ov02e10.c | 2 +-
drivers/media/i2c/ov2680.c | 2 +-
drivers/media/i2c/ov2740.c | 2 +-
drivers/media/i2c/ov5693.c | 2 +-
drivers/media/i2c/ov7251.c | 2 +-
drivers/media/i2c/ov8865.c | 2 +-
drivers/media/i2c/ov9734.c | 2 +-
drivers/media/pci/intel/ipu-bridge.c | 17 ++++++++---------
include/linux/acpi.h | 5 ++---
13 files changed, 22 insertions(+), 24 deletions(-)
base-commit: 56c29fa3ee666197516a231e75aed789ae9c530d
--
2.47.3
next reply other threads:[~2026-08-28 8:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-28 8:43 Sakari Ailus [this message]
2026-08-28 8:43 ` [PATCH 1/3] media: ipu-bridge: Drop redundant ACPI_PTR() usage Sakari Ailus
2026-08-28 9:58 ` Rafael J. Wysocki (Intel)
2026-08-28 8:43 ` [PATCH 2/3] ACPI: Use PTR_IF() for ACPI_PTR() Sakari Ailus
2026-08-28 9:56 ` Rafael J. Wysocki (Intel)
2026-08-28 8:43 ` [PATCH 3/3] media: i2c: Use ACPI_PTR() for ACPI ID tables Sakari Ailus
2026-08-28 13:30 ` Andy Shevchenko
2026-08-28 15:10 ` Sakari Ailus
2026-08-28 15:22 ` Andy Shevchenko
2026-08-28 15:44 ` Sakari Ailus
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=20260828084328.257703-1-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux.intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=rafael@kernel.org \
/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.