[PATCH v1 0/4] gpio: xgene-sb: Improve ACPI and property related code

Andy Shevchenko posted 4 patches 1 month, 1 week ago
There is a newer version of this series
drivers/gpio/gpio-xgene-sb.c | 37 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 19 deletions(-)
[PATCH v1 0/4] gpio: xgene-sb: Improve ACPI and property related code
Posted by Andy Shevchenko 1 month, 1 week ago
Improve ACPI and property related code in the driver.

Andy Shevchenko (4):
  gpio: xgene-sb: Remove unneeded definitions for properties
  gpio: xgene-sb: don't use "proxy" headers
  gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guards
  gpio: xgene-sb: Tidy up ACPI and OF ID tables

 drivers/gpio/gpio-xgene-sb.c | 37 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/4] gpio: xgene-sb: Improve ACPI and property related code
Posted by Andy Shevchenko 1 month, 1 week ago
On Fri, Oct 18, 2024 at 04:32:31PM +0300, Andy Shevchenko wrote:
> Improve ACPI and property related code in the driver.
> 
> Andy Shevchenko (4):
>   gpio: xgene-sb: Remove unneeded definitions for properties

>   gpio: xgene-sb: don't use "proxy" headers

Ah, patch order is wrong (we will see CIs are not being happy),
the above should be the last one.

>   gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guards
>   gpio: xgene-sb: Tidy up ACPI and OF ID tables

-- 
With Best Regards,
Andy Shevchenko