mbox series

[GIT,PULL] intel-gpio for 6.2-2

Message ID Y+4c8k/+CXha53Le@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.2-2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.2-2

Message

Andy Shevchenko Feb. 16, 2023, 12:09 p.m. UTC
Hi Linux GPIO  maintainers,

A couple of patches against GPIO ACPI library for the v6.2 cycle. Were a bit in
the mailing list and Linux Next without any problems reported. Please, pull.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:

  Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)

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-2

for you to fetch changes up to a69982c37cd0586e6832268155349301b87f2e35:

  gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx (2023-02-15 16:58:45 +0200)

----------------------------------------------------------------
intel-gpio for v6.2-2

* Ignore spurious wakeup by touchpad on Clevo NH5xAx
* Miscellaneous fix(es)

The following is an automated git shortlog grouped by driver:

gpiolib:
 -  acpi: Add a ignore wakeup quirk for Clevo NH5xAx
 -  acpi: remove redundant declaration

----------------------------------------------------------------
Raag Jadav (1):
      gpiolib: acpi: remove redundant declaration

Werner Sembach (1):
      gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx

 drivers/gpio/gpiolib-acpi.c | 12 ++++++++++++
 drivers/gpio/gpiolib-acpi.h |  1 -
 2 files changed, 12 insertions(+), 1 deletion(-)

Comments

Bartosz Golaszewski Feb. 16, 2023, 12:32 p.m. UTC | #1
On Thu, Feb 16, 2023 at 1:08 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> A couple of patches against GPIO ACPI library for the v6.2 cycle. Were a bit in
> the mailing list and Linux Next without any problems reported. Please, pull.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit ceaa837f96adb69c0df0397937cd74991d5d821a:
>
>   Linux 6.2-rc8 (2023-02-12 14:10:17 -0800)
>
> 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-2
>
> for you to fetch changes up to a69982c37cd0586e6832268155349301b87f2e35:
>
>   gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx (2023-02-15 16:58:45 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v6.2-2
>
> * Ignore spurious wakeup by touchpad on Clevo NH5xAx
> * Miscellaneous fix(es)
>
> The following is an automated git shortlog grouped by driver:
>
> gpiolib:
>  -  acpi: Add a ignore wakeup quirk for Clevo NH5xAx
>  -  acpi: remove redundant declaration
>
> ----------------------------------------------------------------
> Raag Jadav (1):
>       gpiolib: acpi: remove redundant declaration
>
> Werner Sembach (1):
>       gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAx
>
>  drivers/gpio/gpiolib-acpi.c | 12 ++++++++++++
>  drivers/gpio/gpiolib-acpi.h |  1 -
>  2 files changed, 12 insertions(+), 1 deletion(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Right in time, as I was about to send my last fixes PR to Linus.

Pulled, thanks!

Bart