From: Andy Shevchenko <andy@kernel.org>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Rui Miguel Silva <rmfrfs@gmail.com>,
Daniel Scally <dan.scally@ideasonboard.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Kate Hsuan <hpa@redhat.com>,
Dave Stevenson <dave.stevenson@raspberrypi.com>,
Tommaso Merciai <tomm.merciai@gmail.com>,
linux-media@vger.kernel.org
Subject: Re: [PATCH v5 17/32] media: ov2680: Add support for ACPI enumeration
Date: Thu, 3 Aug 2023 16:15:01 +0300 [thread overview]
Message-ID: <ZMuoVeni2dSSM9xb@smile.fi.intel.com> (raw)
In-Reply-To: <20230803093348.15679-18-hdegoede@redhat.com>
On Thu, Aug 03, 2023 at 11:33:32AM +0200, Hans de Goede wrote:
> Add an acpi_match_table now that all the other bits necessary for
> ACPI support are in place.
> The OVTI prefix used for the ACPI-HID is used for various OmniVision
> sensors on many generations x86 tablets and laptops.
"OVTI is the official ACPI vendor ID for OmniVision Technologies, Inc."
> The OVTI2680 HID specifically is used on multiple models spanning at
> least 4 different Intel CPU models (2 ISP2, 2 IPU3).
With or without above (as it's still the official vendor ID :-)
Reviewed-by: Andy Shevchenko <andy@kernel.org>
from ACPI ID rules perspective.
But add that in case you need to send a new version.
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2023-08-03 13:16 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 9:33 [PATCH v5 00/32] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support Hans de Goede
2023-08-03 9:33 ` [PATCH v5 01/32] media: ov2680: Remove auto-gain and auto-exposure controls Hans de Goede
2023-08-03 9:33 ` [PATCH v5 02/32] media: ov2680: Fix ov2680_bayer_order() Hans de Goede
2023-08-03 12:48 ` Sakari Ailus
2023-08-03 12:52 ` Sakari Ailus
2023-08-03 12:58 ` Hans de Goede
2023-08-03 9:33 ` [PATCH v5 03/32] media: ov2680: Fix vflip / hflip set functions Hans de Goede
2023-08-03 9:33 ` [PATCH v5 04/32] media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s Hans de Goede
2023-08-03 9:33 ` [PATCH v5 05/32] media: ov2680: Don't take the lock for try_fmt calls Hans de Goede
2023-08-03 9:33 ` [PATCH v5 06/32] media: ov2680: Add ov2680_fill_format() helper function Hans de Goede
2023-08-03 9:33 ` [PATCH v5 07/32] media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working Hans de Goede
2023-08-03 9:33 ` [PATCH v5 08/32] media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors Hans de Goede
2023-08-03 9:33 ` [PATCH v5 09/32] media: ov2680: Convert to new CCI register access helpers Hans de Goede
2023-08-03 9:33 ` [PATCH v5 10/32] media: ov2680: Store dev instead of i2c_client in ov2680_dev Hans de Goede
2023-08-03 9:33 ` [PATCH v5 11/32] media: ov2680: Add runtime-pm support Hans de Goede
2023-08-03 9:33 ` [PATCH v5 12/32] media: ov2680: Check for "powerdown" GPIO con-id before checking for "reset" GPIO con-id Hans de Goede
2023-08-03 9:33 ` [PATCH v5 13/32] media: ov2680: Drop is_enabled flag Hans de Goede
2023-08-03 9:33 ` [PATCH v5 14/32] media: ov2680: Add support for more clk setups Hans de Goede
2023-08-03 9:33 ` [PATCH v5 15/32] media: ov2680: Add support for 19.2 MHz clock Hans de Goede
2023-08-03 9:33 ` [PATCH v5 16/32] media: ov2680: Wait for endpoint fwnode before continuing with probe() Hans de Goede
2023-08-03 9:33 ` [PATCH v5 17/32] media: ov2680: Add support for ACPI enumeration Hans de Goede
2023-08-03 13:15 ` Andy Shevchenko [this message]
2023-08-03 14:45 ` Sakari Ailus
2023-08-03 14:57 ` Hans de Goede
2023-08-03 15:07 ` Sakari Ailus
2023-08-03 9:33 ` [PATCH v5 18/32] media: ov2680: Fix ov2680_enum_frame_interval() Hans de Goede
2023-08-03 9:33 ` [PATCH v5 19/32] media: ov2680: Annotate the per mode register setting lists Hans de Goede
2023-08-03 9:33 ` [PATCH v5 20/32] media: ov2680: Add ov2680_mode struct Hans de Goede
2023-08-03 9:33 ` [PATCH v5 21/32] media: ov2680: Make setting the mode algorithm based Hans de Goede
2023-08-03 9:33 ` [PATCH v5 22/32] media: ov2680: Add an __ov2680_get_pad_format() helper function Hans de Goede
2023-08-03 9:33 ` [PATCH v5 23/32] media: ov2680: Implement selection support Hans de Goede
2023-08-03 9:33 ` [PATCH v5 24/32] media: ov2680: Fix exposure and gain ctrls range and default value Hans de Goede
2023-08-03 9:33 ` [PATCH v5 25/32] media: ov2680: Add a bunch of register tweaks Hans de Goede
2023-08-03 9:33 ` [PATCH v5 26/32] media: ov2680: Drop unnecessary pad checks Hans de Goede
2023-08-03 9:33 ` [PATCH v5 27/32] media: ov2680: Read and log sensor revision during probe Hans de Goede
2023-08-03 9:33 ` [PATCH v5 28/32] media: ov2680: Add link-freq and pixel-rate controls Hans de Goede
2023-08-03 9:33 ` [PATCH v5 29/32] media: ov2680: Add bus-cfg / endpoint property verification Hans de Goede
2023-08-03 9:33 ` [PATCH v5 30/32] MAINTAINERS: Add Hans de Goede as OV2680 sensor driver maintainer Hans de Goede
2023-08-03 9:33 ` [PATCH v5 31/32] media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entry Hans de Goede
2023-08-03 9:33 ` [PATCH v5 32/32] media: atomisp: Drop atomisp-ov2680 sensor driver Hans de Goede
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=ZMuoVeni2dSSM9xb@smile.fi.intel.com \
--to=andy@kernel.org \
--cc=dan.scally@ideasonboard.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=hdegoede@redhat.com \
--cc=hpa@redhat.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=rmfrfs@gmail.com \
--cc=sakari.ailus@linux.intel.com \
--cc=tomm.merciai@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox