Re: [PATCH v10 2/7] i2c: Allow an ACPI driver to manage the device's power state during probe

2021-02-11 Thread Wolfram Sang
> I'm actually renaming this as I2C_DRV_ACPI_WAIVE_D0_PROBE, with similar > changes to the function names. I opportunistically assume the ack holds > still. :-) Rightfully so :) signature.asc Description: PGP signature

Re: [PATCH v10 2/7] i2c: Allow an ACPI driver to manage the device's power state during probe

2021-02-10 Thread Sakari Ailus
On Tue, Feb 09, 2021 at 10:04:10PM +0100, Wolfram Sang wrote: > > > + * @I2C_DRV_FL_ALLOW_LOW_POWER_PROBE: Let the ACPI driver manage the > > device's > > + * power state during probe and remove > > Well, for the functional change, I am happy if the ACPI guys are

Re: [PATCH v10 2/7] i2c: Allow an ACPI driver to manage the device's power state during probe

2021-02-10 Thread Sakari Ailus
Hi Wolfram, On Tue, Feb 09, 2021 at 10:04:10PM +0100, Wolfram Sang wrote: > > > + * @I2C_DRV_FL_ALLOW_LOW_POWER_PROBE: Let the ACPI driver manage the > > device's > > + * power state during probe and remove > > Well, for the functional change, I am happy if the

Re: [PATCH v10 2/7] i2c: Allow an ACPI driver to manage the device's power state during probe

2021-02-09 Thread Wolfram Sang
> + * @I2C_DRV_FL_ALLOW_LOW_POWER_PROBE: Let the ACPI driver manage the device's > + * power state during probe and remove Well, for the functional change, I am happy if the ACPI guys are happy. The only minor nit for me would be removing the "_FL" snipplet from

[PATCH v10 2/7] i2c: Allow an ACPI driver to manage the device's power state during probe

2021-02-05 Thread Sakari Ailus
Enable drivers to tell ACPI that there's no need to power on a device for probe. Drivers should still perform this by themselves if there's a need to. In some cases powering on the device during probe is undesirable, and this change enables a driver to choose what fits best for it. Add a field