Re: [PATCH v2 12/15] media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]
From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2023-07-05 11:39:01
Hi Hans, On Tue, Jul 04, 2023 at 12:59:53PM +0200, Hans de Goede wrote:
Hi Sakari, On 7/4/23 12:49, Sakari Ailus wrote:quoted
Hi Hans, On Fri, Jun 30, 2023 at 01:06:40PM +0200, Hans de Goede wrote:quoted
The GalaxyCore GC0310 is used together with the atomisp no various devices, add it to ipu_supported_sensors[]. Signed-off-by: Hans de Goede <redacted> --- drivers/media/pci/intel/ipu-bridge.c | 2 ++ 1 file changed, 2 insertions(+)diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c index eb7c56e8ef9f..07a34f20af8e 100644 --- a/drivers/media/pci/intel/ipu-bridge.c +++ b/drivers/media/pci/intel/ipu-bridge.c@@ -36,6 +36,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = { IPU_SENSOR_CONFIG("INT3537", 1, 437000000), /* Omnivision ov13b10 */ IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000), + /* GalaxyCore GC0310 */ + IPU_SENSOR_CONFIG("INT0310", 0),Where is this HID from? A DSDT somewhere??This is used in many atomisp DSDTs on many atomisp devices, see below for a quick grep to my no disk "database" of DSDTs. This is also already used by the existing gc0310 driver for atomisp: https://git.linuxtv.org/media_stage.git/tree/drivers/staging/media/atomisp/i2c/atomisp-gc0310.c Note with the latest media_stage.git branch, which has my "[GIT PULL] media: atomisp: Changes for 6.5-1" merged: https://lore.kernel.org/linux-media/4177be8a-7a77-c452-7b98-91d5e5af8e8b@redhat.com/ (local) The gc0310 driver is now a fully standard v4l2 driver no longer using any atomisp-isms / custom API. As such I have a patch pending to move it to drivers/media/i2c : https://lore.kernel.org/linux-media/20230525190100.130010-6-hdegoede@redhat.com/ (local) that patch is waiting for you to ack (or merge) it. Note if you chose to merge this yourself, this should be applied on top of the latest media_stage/master not on top of 6.4-rc1 .
Ack, thanks for the info. This seems to be from a different range than the newer ones with INT34 prefix. Must be an older allocation I guess.
Regards, Hans p.s. The promised list of matching DSDT-s. Note not all of these necessary actually use the sensor (but some do) let me know if you want a DSDT of a device which actually uses the GC0310 :
With the above explanation, I have no concerns. Thanks. -- Kind regards, Sakari Ailus