On Sat, Jul 29, 2023 at 11:44 PM Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> wrote: > > Hi Rafael, > > On Sat, Jul 29, 2023 at 07:52:55PM +0800, Wentong Wu wrote: > > diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c > > index 2743444..59c92a9 100644 > > --- a/drivers/acpi/scan.c > > +++ b/drivers/acpi/scan.c > > @@ -796,6 +796,9 @@ static const char * const acpi_ignore_dep_ids[] = { > > /* List of HIDs for which we honor deps of matching ACPI devs, when checking _DEP lists. */ > > static const char * const acpi_honor_dep_ids[] = { > > "INT3472", /* Camera sensor PMIC / clk and regulator info */ > > + "INTC1059", /* IVSC (TGL) driver must be loaded to allow i2c access to camera sensors */ > > + "INTC1095", /* IVSC (ADL) driver must be loaded to allow i2c access to camera sensors */ > > + "INTC100A", /* IVSC (RPL) driver must be loaded to allow i2c access to camera sensors */ > > NULL > > }; > > > > Could this patch be merged via the ACPI tree? There's no direct dependency > to the two other patches in the set. > > Reviewed-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> Applied (under a slightly edited subject) as 6.6 material, thanks!