linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Oliver Neukum <oneukum@suse.de>
To: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: linux-usb@vger.kernel.org
Subject: Re: No PNP0CA0 device on a Dell Precision 5520 laptop
Date: Wed, 12 Feb 2020 14:12:54 +0100	[thread overview]
Message-ID: <1581513174.21415.4.camel@suse.de> (raw)
In-Reply-To: <20200211144429.GD1498@kuha.fi.intel.com>

Am Dienstag, den 11.02.2020, 16:44 +0200 schrieb Heikki Krogerus:
> On Tue, Feb 11, 2020 at 03:34:37PM +0100, Oliver Neukum wrote:

> > > 
> > 
> > yes I got that one. Thanks for the tip.
> 
> OK, cool! Let me know if the tps6598x.c driver works with that.
> 
> thanks,

Sorry for my earlier rather short report. It turns out that even
i2c_multi_instantiate does not load. A bit of debugging points
to rather inexplicable ACPI code:

        Device (UCM1)
        {
            Name (_HID, "INT3515")  // _HID: Hardware ID
            Name (_UID, Zero)  // _UID: Unique ID
            Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
            {
                Name (SBFB, ResourceTemplate ()
                {
                    I2cSerialBusV2 (0x0038, ControllerInitiated, 0x00061A80,
                        AddressingMode7Bit, "\\_SB.PCI0.I2C0",
                        0x00, ResourceConsumer, , Exclusive,
                        )
                })
                Name (SBFI, ResourceTemplate ()
                {
                    Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, _Y28)
                    {
                        0x00000000,
                    }
                })
                CreateDWordField (SBFI, \_SB.PCI0.I2C0.UCM1._CRS._Y28._INT, GINT)  // _INT: Interrupts
                GINT = INUM (UCG1)
                Return (ConcatenateResTemplate (SBFB, SBFI))
            }

            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If ((UCSI == One))
                {
                    Return (0x0F)
                }
                Else
                {
                    Return (Zero)
                }
            }
        }

And indeed 'status' is 0 in sysfs. I am puzzled. I can see no sense in that unless
I am supposed to use ucsi_acpi but there is no node for that.

	Regards
		Oliver


  parent reply	other threads:[~2020-02-12 13:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-11 13:25 No PNP0CA0 device on a Dell Precision 5520 laptop Oliver Neukum
2020-02-11 13:59 ` Heikki Krogerus
2020-02-11 14:14   ` Oliver Neukum
2020-02-11 14:28     ` Heikki Krogerus
2020-02-11 14:34       ` Oliver Neukum
2020-02-11 14:44         ` Heikki Krogerus
2020-02-11 15:09           ` Oliver Neukum
2020-02-12 13:12           ` Oliver Neukum [this message]
2020-02-12 16:06             ` Heikki Krogerus
2020-02-13  7:27               ` Oliver Neukum
2020-02-11 16:09       ` Oliver Neukum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581513174.21415.4.camel@suse.de \
    --to=oneukum@suse.de \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).