From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: Hans de Goede <hdegoede@redhat.com>
Cc: Wentong Wu <wentong.wu@intel.com>,
Jason Chen <jason.z.chen@intel.com>,
Alexander Usyskin <alexander.usyskin@intel.com>,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO
Date: Tue, 18 Feb 2025 08:24:05 +0000 [thread overview]
Message-ID: <Z7RDpYVCLIdMiytw@kekkonen.localdomain> (raw)
In-Reply-To: <20250214212425.84021-1-hdegoede@redhat.com>
Hi Hans,
On Fri, Feb 14, 2025 at 10:24:25PM +0100, Hans de Goede wrote:
> The _CRS ACPI resources table has 2 entries for the host wakeup GPIO,
> the first one being a regular GpioIo () resource while the second one
> is a GpioInt () resource for the same pin.
>
> The acpi_gpio_mapping table used by vsc-tp.c maps the first Gpio ()
> resource to "wakeuphost-gpios" where as the second GpioInt () entry
> is mapped to "wakeuphostint-gpios".
>
> Using "wakeuphost" to request the GPIO as was done until now, means
> that the gpiolib-acpi code does not know that the GPIO is active-low
> as that info is only available in the GpioInt () entry.
>
> Things were still working before due to the following happening:
>
> 1. Since the 2 entries point to the same pin they share a struct gpio_desc
> 2. The SPI core creates the SPI device vsc-tp.c binds to and calls
> acpi_dev_gpio_irq_get(). This does use the second entry and sets
> FLAG_ACTIVE_LOW in gpio_desc.flags .
> 3. vsc_tp_probe() requests the "wakeuphost" GPIO and inherits the
> active-low flag set by acpi_dev_gpio_irq_get()
>
> But there is a possible scenario where things do not work:
>
> 1. - 3. happen as above
> 4. After requesting the "wakeuphost" GPIO, the "resetfw" GPIO is requested
> next, but its USB GPIO controller is not available yet, so this call
> returns -EPROBE_DEFER.
> 5. The gpio_desc for "wakeuphost" is put() and during this the active-low
> flag is cleared from gpio_desc.flags .
> 6. Later on vsc_tp_probe() requests the "wakeuphost" GPIO again, but now it
> is not marked active-low.
>
> The difference can also be seen in /sys/kernel/debug/gpio, which contains
> the following line for this GPIO:
>
> gpio-535 ( |wakeuphost ) in hi IRQ ACTIVE LOW
>
> If the second scenario is hit the "ACTIVE LOW" at the end disappears and
> things do not work.
>
> Fix this by requesting the GPIO through the "wakeuphostint" mapping instead
> which provides active-low info without relying on acpi_dev_gpio_irq_get()
> pre-populating this info in the gpio_desc.
>
> Link: https://bugzilla.redhat.com/show_bug.cgi?id=2316918
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Great detective work! :-)
Tested-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This was on Arch Linux where I've seen this only, never on Debian.
--
Regards,
Sakari Ailus
prev parent reply other threads:[~2025-02-18 8:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-14 21:24 Hans de Goede
2025-02-17 8:53 ` Stanislaw Gruszka
2025-02-17 9:06 ` Hans de Goede
2025-02-17 9:14 ` Hans de Goede
2025-02-18 8:24 ` Sakari Ailus [this message]
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=Z7RDpYVCLIdMiytw@kekkonen.localdomain \
--to=sakari.ailus@linux.intel.com \
--cc=alexander.usyskin@intel.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=jason.z.chen@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=stanislaw.gruszka@linux.intel.com \
--cc=wentong.wu@intel.com \
/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
all inboxes | Powered by JetHome®