Re: your mail

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On 5/11/20 1:44 PM, Andy Shevchenko wrote:
+Cc: Hans

Thank you, I'm afraid that I do not have much of value
to add here, Heikki knows these systems (with an INT3515 device)
a lot better then I do.

On Mon, May 11, 2020 at 2:38 PM Heikki Krogerus
<heikki.krogerus@xxxxxxxxxxxxxxx> wrote:

+Andy

Adding also the linux-usb mailing list.

On Mon, May 11, 2020 at 01:06:18PM +0200, jakub@xxxxxxxx wrote:
Hello, I'm running Intel NUC10i3 with Ubuntu 20.04 on board. I have a problem
with cpu interrups causing issues with deeper CPU sleep and increased power
usage. Also load is always 1 even if machine has nothing to do.

I made a reasearch and found that device named TPS6598x interrupts my CPU. This
device is related with USB and according to datasheet it's "USB Interface IC USB
Type-CG and USB PD controller power switch and high-speed multiplexer ". I have
nothing connected to NUC except power plug and ethernet cable.

Screenshots: https://imgur.com/a/uw9NDCi

How to solve this issue? Could you help me?

My guess is that the IRQ resource is not correct for the PD
controller causing you to see irq flood.

The problem is that the ACPI device entry (the node) on this platform
has 4 I2CSerialBus resources and 4 IRQ resources. The idea is that the
single ACPI device entry can represent up to 4 USB PD controllers. The
problem is that there is no way to know which IRQ resource belongs to
which I2CSerialBus resource :-(.

Andy, this is one of those multi-instantiate I2C slave devices with
HID INT3515.

The only solution I can think of is that we start maintaining DMI
quirk table in drivers/platform/x86/i2c-multi-instantiate.c where we
supply the correct i2c to irq resource mapping for every platform
that has this device(s).

I would rather disable them and issue a firmware bug.
Vendors, including us, should do something sane about this.

I have to partially disagree here. I agree that for future hardware
versions the firmware team of those devices should offer a saner
interface. But for the current hardware gen I guess we are stuck
with this and having a DMI table for popular models (well any model
a Linux user is willing to submit a quirk for) is better then simply
not having things working under Linux.

I do wonder what Windows does here though. Perhaps the INT3513 device
has some ACPI methods to query for more info, like how many Type-C
controllers there actually are?

Regards,

Hans




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux