[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <adda844f-1dc7-4c4d-90f1-ddba1c99be65@redhat.com>
Date: Wed, 14 May 2025 12:14:57 +0200
From: Hans de Goede <hdegoede@...hat.com>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>, linux-kernel@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-acpi@...r.kernel.org
Cc: Bartosz Golaszewski <brgl@...ev.pl>, Mika Westerberg <westeri@...nel.org>
Subject: Re: [PATCH v1 0/4] gpiolib: acpi: Split quirks to its own file
Hi,
On 13-May-25 12:00, Andy Shevchenko wrote:
> The GPIO ACPI helpers use a few quirks which consumes approximately 20%
> of the file. Besides that the necessary bits are sparse and being directly
> referred. Split them to a separate file. There is no functional change.
>
> For the new file I used the Hans' authorship of Hans as he the author of
> all those bits (expect very tiny changes made by this series).
>
> Hans, please check if it's okay and confirm, or suggest better alternative.
Thanks, the entire series looks good to me:
Reviewed-by: Hans de Goede <hdegoede@...hat.com>
Regards,
Hans
> Andy Shevchenko (4):
> gpiolib: acpi: Switch to use enum in acpi_gpio_in_ignore_list()
> gpiolib: acpi: Handle deferred list via new API
> gpiolib: acpi: Add acpi_gpio_need_run_edge_events_on_boot() getter
> gpiolib: acpi: Move quirks to a separate file
>
> drivers/gpio/Makefile | 1 +
> .../{gpiolib-acpi.c => gpiolib-acpi-core.c} | 344 +----------------
> drivers/gpio/gpiolib-acpi-quirks.c | 363 ++++++++++++++++++
> drivers/gpio/gpiolib-acpi.h | 15 +
> 4 files changed, 392 insertions(+), 331 deletions(-)
> rename drivers/gpio/{gpiolib-acpi.c => gpiolib-acpi-core.c} (79%)
> create mode 100644 drivers/gpio/gpiolib-acpi-quirks.c
>
Powered by blists - more mailing lists