On Sat, 11 Sep 2021 03:36:21 +0200, Fabio Estevam wrote: > > On Fri, Sep 10, 2021 at 9:07 AM Takashi Iwai <tiwai@xxxxxxx> wrote: > > > Thanks, I'll try to build a test kernel and let you know the result. > > Just saw the report in bugzilla and it failed like this: > > [ 1.015028] i8042 i8042: probe deferral not supported > > This is because the driver is currently registered via platform_create_bundle(). > > Changing it to platform_driver_register() would allow defer probe and hopefully > fix the problem. > > Please find attached a new patch (only build-tested). OK, I'll update and let the reporter testing it. thanks, Takashi