On Thu, Jan 9, 2025 at 10:56 AM Jens Glathe <jens.glathe@xxxxxxxxxxxxxxxxxxxxxx> wrote: > > On 02.12.24 10:49, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > Make it possible to build the module when COMPILE_TEST is enabled for > > better build coverage. > > Hi Bartosz, > > no idea why this happens, but I just bisected my way to this patchset > for this very odd error on the HP Omnibook X14: > > jglathe@x14-jg:~$ sudo dmesg|grep snps > [ 1.009307] qcom-snps-eusb2-hsphy 88e1000.phy: Registered Qcom-eUSB2 phy > [ 24.035977] platform fd3000.phy: deferred probe pending: > qcom-snps-eusb2-hsphy: failed to get repeater > [ 24.035987] platform fd9000.phy: deferred probe pending: > qcom-snps-eusb2-hsphy: failed to get repeater > > This kills USB2 functionality on the type-c connectors. > > with best regards > > Jens > Well, that's weird. Are you 100% sure this commit is the culprit? I have no idea how this could happen, it's just a Kconfig tweak. Bartosz