https://bugzilla.kernel.org/show_bug.cgi?id=203529

--- Comment #49 from Andy Shevchenko (andy.shevche...@gmail.com) ---
Thanks!

Now, you see there:
[    0.480354] ACPI: Enabled 11 GPEs in block 00 to 7F
[    0.480493] ACPI Error: No handler for Region [WST1] (00000000dfea9681)
[GenericSerialBus] (20210105/evregion-130)
[    0.480493] ACPI Error: Region GenericSerialBus (ID=9) has no handler
(20210105/exfldio-261)
[    0.480493] ACPI Error: Aborting method \_SB.PCI0.I2C0.PAS1 due to previous
error (AE_NOT_EXIST) (20210105/psparse-529)
[    0.480493] ACPI Error: Aborting method \_GPE._L20 due to previous error
(AE_NOT_EXIST) (20210105/psparse-529)
[    0.480493] ACPI Error: AE_NOT_EXIST, while evaluating GPE method [_L20]
(20210105/evgpe-511)

followed be

[    2.013045] intel-lpss 0000:00:15.0: enabling device (0100 -> 0102)
[    2.017563] ACPI: \_SB_.PCI0.I2C0: i2c_acpi_install_space_handler: i2c-0

This is obviously due to ordering at the boot time. At the boot time the _L20
is in low state and hence tries to call the handler. We have
'acpi_mask_gpe=<N>', where <N> is number of GPE to mask at boot time, which may
halp here.

The initial bug report is about "plugging a USB Type C adapter in". Can you do
the same and check if there is any error reported. Ideally this needs to be
checked on the vanilla kernel (v5.13-rc7 as of today).

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to