From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A811DC433DF for ; Wed, 20 May 2020 07:44:10 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6A4D2207D3 for ; Wed, 20 May 2020 07:44:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="eJWcRITQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A4D2207D3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1C74620108; Wed, 20 May 2020 07:44:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KSs2hXWk+GR7; Wed, 20 May 2020 07:44:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 36E862011A; Wed, 20 May 2020 07:44:08 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C7E891BF332 for ; Wed, 20 May 2020 07:44:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 771C4811E2 for ; Wed, 20 May 2020 07:44:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xjOvfK8K58Ar for ; Wed, 20 May 2020 07:44:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9F99F80D04 for ; Wed, 20 May 2020 07:44:05 +0000 (UTC) Received: from coco.lan (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D3113207D3; Wed, 20 May 2020 07:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589960645; bh=wrut9d23/DJNfHZ6qpdlhEmByAIG6cod939iXHIJpyA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eJWcRITQ5ll94kLXPZW+k6b4xE0IGv6gnYz+3sVNAODAE+MJO/jvKOimUsd3xymay ZT3X109fEOMbLHxeMH3m00XJD+b/zTVKAOyQw7/SMmf0PuAH0PegpNPJvw5HZYIzMk lfiLW+Aq+EinWhcThCdmVh1YIDEg0jVyZhSKvUzk= Date: Wed, 20 May 2020 09:44:00 +0200 From: Mauro Carvalho Chehab To: Sakari Ailus Subject: Re: [PATCH] media: ipu3: add a module to probe sensors via ACPI Message-ID: <20200520094400.5137e7f2@coco.lan> In-Reply-To: <20200517103659.GS17578@paasikivi.fi.intel.com> References: <12fbe3f5c6a16c5f3447adbc09fe27ceb2b16823.1589625807.git.mchehab+huawei@kernel.org> <20200517103659.GS17578@paasikivi.fi.intel.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Bingbu Cao , Greg Kroah-Hartman , Tian Shu Qiu , Linux Media Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" Hi Sakari, Em Sun, 17 May 2020 13:36:59 +0300 Sakari Ailus escreveu: > Hi Mauro, > > Thanks for the patch. Thanks for reviewing it. > > On Sat, May 16, 2020 at 12:43:39PM +0200, Mauro Carvalho Chehab wrote: > > On devices without ACPI, or which ACPI is not prepared to > > export sensor data via DT, we need a different probing > > method. > > > > This little driver adds initial support to probe the > > sensors found on a Dell Latitude 7285. > > > > For now, it just detects the hardware and use request_module() > > to load a sensor driver. > > > > In the specific case of this device, the ACPI DTST dable > > describes 2 camera sensors for this module, but the > > current upstream doesn't have yet drivers for such > > sensors. So, this patch just detects the PMIC used on > > this device and tries to load a sensor. > > > > Once the sensor gets added, some additional code will > > be needed to pass via platform_data other details, like > > callbacks for PMIC's command to turn the sensor on/off > > and other sensor-specific settings. > > > > The idea of this patch was inspired on how the sensors > > are probed by the staging atomisp driver. > > > > The current result of this driver with the Dell > > Latitude 7285 is: > > > > ipu3_acpi i2c-INT3477:00: ipu3_acpi_probe: ACPI detected it on bus ID=LNK1, HID=INT3477 > > ipu3_acpi i2c-INT3477:00: Found DMI entry for 'Latitude 7285' with sensor INT3477 > > ipu3_acpi i2c-INT3477:00: Loading sensor module ov8858 > > ipu3_acpi i2c-OVTI9234:00: ipu3_acpi_probe: ACPI detected it on bus ID=LNK2, HID=OVTI9234 > > ipu3_acpi i2c-OVTI9234:00: Found DMI entry for 'Latitude 7285' with sensor OVTI9234 > > ipu3_acpi i2c-OVTI9234:00: Loading sensor module ov9234 > > > > Signed-off-by: Mauro Carvalho Chehab With regards to the approach this patch took: it is currently incomplete: the I2C core doesn't currently allow to have two drivers for the same I2C address at the same bus. So, if we end by having some ancillary drivers to help the I2C core to work with media devs, we may need some changes at I2C core (or to use an I2C virtual mux). > ... > > > +/* > > + * Should list known sensor devices found at DSDT table as "CAM0", "CAM1", ... > > + * > > + * The table below is probably incomplete. It came from the DSDT table found > > + * at a Dell Latitude 7285 (Method HCID). > > + */ > > +static const struct acpi_device_id ipu3_acpi_acpi_match[] = { > > + {"INT3471"}, > > + {"INT33BE"}, > > + {"INT3476"}, > > + {"INT3477"}, > > + {"INT3474"}, > > + {"INT3473"}, > > + {"INT3475"}, > > + {"INT3478"}, > > + {"INT3479"}, > > + {"INT347A"}, > > + {"INT347B"}, > > + {"OVTI9234"}, > > + {"OVTI9734"}, > > + {"OVTI8856"}, > > + {"OVTIF860"}, > > + {}, > > +}; > > +MODULE_DEVICE_TABLE(acpi, ipu3_acpi_acpi_match); > > Instead of creating a new way to probe drivers on ACPI systems, please add > the appropriate ACPI device IDs to the respective drivers. E.g. > drivers/media/i2c/imx319.c implements this. The ACPI code at imx319 is incomplete. I mean, it will only tell the I2C core that the driver should be probed via ACPI, but it tells nothing how to power up the device. It just assumes that the driver will work using pm_runtime support. It also doesn't tell how to get device-specific platform data from the BIOS (with is machine-specific). Also, at least in the case of the atomisp approach, a single code to parse BIOS for devices with ISP2300/ISP2400/ISP2401/ISP2500 should work with all sensors supported by those models. Copying those inside all sensor drivers is probably a bad idea. I mean, we should likely need a core support for parsing it, as the code is the same for a given set of PCI IDs. - As the atomisp driver is now minimally working, my plan is to merge it upstream, under staging. Before going ahead and fixing other troubles there at atomisp, I may try to port the needed ACPI bits from the atomisp-ov2880 staging driver into the mainline one. This should be an interesting exercise to check what's missing there. Even if the atomisp never gets out of staging, doing that will help to identify what it would take for a sensor to be able to work with more than one different ISP. As as result, we may design something that will properly support ACPI at the media subsystem. Thanks, Mauro _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel