[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Ve5nw-TD0MqFq6Rzbuhqz2SjyqmOCst1-U3QV=U7k3cbg@mail.gmail.com>
Date: Thu, 7 Feb 2019 21:39:25 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: egranata@...gle.com,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Gwendal Grignou <gwendal@...omium.org>,
Dmitry Torokhov <dtor@...omium.org>,
ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Brian Norris <briannorris@...omium.org>,
Enrico Granata <egranata@...omium.org>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Hans de Goede <hdegoede@...hat.com>
Subject: Re: [PATCH] driver: platform: Add support for GpioInt() ACPI to platform_get_irq()
On Thu, Feb 7, 2019 at 9:04 PM Rafael J. Wysocki <rafael@...nel.org> wrote:
>
> +Mika Westerberg
> +Andy Shevchenko
> +Hans de Goede
Thanks, Rafael.
My comments below.
> On Thu, Feb 7, 2019 at 7:59 PM <egranata@...gle.com> wrote:
> >
> > From: Enrico Granata <egranata@...omium.org>
> >
> > ACPI 5 added support for GpioInt resources as a way to provide
> > information about interrupts mediated via a GPIO controller.
> >
> > Several device buses (e.g. SPI, I2C) have support for retrieving
> > an IRQ specified via this type of resource, and providing it
> > directly to the driver as an IRQ number.
> > This is not currently done for the platform drivers, as platform_get_irq()
> > does not try to parse GpioInt() resources.
And why is this a problem?
> > This commit adds that functionality.
How that can override the configuration / BIOS flavour when driver
needs to register an interrupt out of GpioIo() resource?
P.S. Have you looked at drivers/platform/x86/i2c-multi-instantiate.c
and intel_cht_int33fe.c?
They are the only drivers which needs something like this for now and
I would rather say it's a bad BIOS decision to write a table like
that.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists