Hi, On 6/7/21 5:12 PM, Andy Shevchenko wrote: > Hi Linux GPIO and TWIMC maintainers, > > This is GPIO material for v5.14 cycle. It contains some stuff that other > subsystems may take due to dependencies. Consider this tag immutable. > > Thanks, > > With Best Regards, > Andy Shevchenko Thank you, I've merged this into the review-hans branch of platform-drivers-x86 now, because this is a dependency for: https://patchwork.kernel.org/project/platform-driver-x86/patch/20210603224007.120560-6-djrscally@xxxxxxxxx/ After I've run some tests I will push the review-hans branch to the for-next branch. Regards, Hans > > The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: > > Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) > > are available in the Git repository at: > > git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.14-1 > > for you to fetch changes up to 043d7f09bf614809c10c4acbf0695ef731958300: > > gpiolib: acpi: Add acpi_gpio_get_io_resource() (2021-06-04 16:24:19 +0300) > > ---------------------------------------------------------------- > intel-gpio for v5.14-1 > > * Export two functions from GPIO ACPI for wider use > * Clean up Whiskey Cove and Crystal Cove GPIO drivers > > The following is an automated git shortlog grouped by driver: > > crystalcove: > - remove platform_set_drvdata() + cleanup probe > > gpiolib: > - acpi: Add acpi_gpio_get_io_resource() > - acpi: Introduce acpi_get_and_request_gpiod() helper > > wcove: > - Split error handling for CTRL and IRQ registers > - Unify style of to_reg() with to_ireg() > - Use IRQ hardware number getter instead of direct access > > ---------------------------------------------------------------- > Alexandru Ardelean (1): > gpio: crystalcove: remove platform_set_drvdata() + cleanup probe > > Andy Shevchenko (3): > gpio: wcove: Use IRQ hardware number getter instead of direct access > gpio: wcove: Unify style of to_reg() with to_ireg() > gpio: wcove: Split error handling for CTRL and IRQ registers > > Daniel Scally (2): > gpiolib: acpi: Introduce acpi_get_and_request_gpiod() helper > gpiolib: acpi: Add acpi_gpio_get_io_resource() > > drivers/gpio/gpio-crystalcove.c | 10 +------- > drivers/gpio/gpio-wcove.c | 39 +++++++++++++++---------------- > drivers/gpio/gpiolib-acpi.c | 51 +++++++++++++++++++++++++++++++++++++++++ > include/linux/acpi.h | 7 ++++++ > include/linux/gpio/consumer.h | 2 ++ > 5 files changed, 80 insertions(+), 29 deletions(-) >