On Wed, Nov 16, 2022 at 10:02 AM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > Hi Linux GPIO maintainers, > > Rather quite small GPIO updates from me for the v6.2 cycle. > Was a few weeks in Linux Next without any problems reported. > Please pull! > > Thanks, > > With Best Regards, > Andy Shevchenko > > The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: > > Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.2-1 > > for you to fetch changes up to 8d259847243d1e21a866e828c4ce90d759f3d17b: > > gpiolib: cdev: Fix typo in kernel doc for struct line (2022-10-25 19:48:55 +0300) > > ---------------------------------------------------------------- > intel-gpio for v6.2-1 > > * Miscellaneous updates to the core (cdev, acpi) and Intel Merrifield driver > > The following is an automated git shortlog grouped by driver: > > gpiolib: > - cdev: Fix typo in kernel doc for struct line > - acpi: Use METHOD_NAME__AEI macro for acpi_walk_resources > > merrifield: > - Use str_enable_disable() helper > > ---------------------------------------------------------------- > Andy Shevchenko (2): > gpio: merrifield: Use str_enable_disable() helper > gpiolib: cdev: Fix typo in kernel doc for struct line > > Xiang Yang (1): > gpiolib: acpi: Use METHOD_NAME__AEI macro for acpi_walk_resources > > drivers/gpio/gpio-merrifield.c | 3 ++- > drivers/gpio/gpiolib-acpi.c | 2 +- > drivers/gpio/gpiolib-cdev.c | 2 +- > 3 files changed, 4 insertions(+), 3 deletions(-) > > -- > With Best Regards, > Andy Shevchenko > > Pulled, thanks! Bart