On Thu, Jun 19, 2025 at 02:16:37PM +0200, Ulf Hansson wrote: > > I am not sure it's needed, unless it's especially targeted for the > ACPI PM domain, which I find hard to believe. > > Also, I find it awkward why the i2c bus should be any different from > many other types of buses. It's probably just because of legacy and > that someone took a decision when we added it. It has nothing to do with I2C and everything to do with ACPI and the fact that it brings devices into D0 when probing. On ACPI systems (unlike DT ones) power sequencing is done in firmware so drivers are unable to control this. And this causes annoying flashing of privacy leds on webcams. See details in 1e96078e0ae4 ("at24: Support probing while in non-zero ACPI D state") If there was a SPI device sharing power rails with a camera we'd need similar hack in SPI bus. Thanks. -- Dmitry