linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Linux GPIO <linux-gpio@vger.kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	 linux-input@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	 Arnd Bergmann <arnd@arndb.de>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>
Subject: Re: [GIT PULL] intel-gpio for 6.4-2
Date: Thu, 6 Apr 2023 10:40:16 +0200	[thread overview]
Message-ID: <CAMRc=MeqExfmEtAEfc01Zqw_vmC_qAtQKcaPK6aERt6ovpR1ng@mail.gmail.com> (raw)
In-Reply-To: <ZC1vWkY52ggGxem8@black.fi.intel.com>

On Wed, Apr 5, 2023 at 2:53 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers et al.,
>
> Here is the second PR for GPIO subsystem that contains some treewide fixes
> against previous PR along with Intel GPIO related stuff. It has been in the
> Linux Next for a few weeks without no additional problems being reported.
> Please, pull this for v6.4 cycle.
>
> This can be treated as immutable tag, in case anyone wants to go with it
> separately.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit 380c7ba3923c6e471aff0f951a6cf42e8dec2c79:
>
>   gpiolib: Clean up headers (2023-03-06 12:33:02 +0200)
>
> 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.4-2
>
> for you to fetch changes up to 782eea0c89f7d071d6b56ecfa1b8b0c81164b9be:
>
>   gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU (2023-03-23 16:22:18 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v6.4-2
>
> * Fixed suspend issue on Clevo NL5xNU
> * Split a new Intel Tangier (library) driver for current and new platforms
> * Introduced a new driver for Intel Elkhart Lake PSE GPIO (see also above)
> * Contained a few fixes for the previous of_gpio.h cleanup
> * Miscellaneous cleanups here and there
>
> The following is an automated git shortlog grouped by driver:
>
> elkhartlake:
>  -  Introduce Intel Elkhart Lake PSE GPIO
>
> gpiolib:
>  -  acpi: Add a ignore wakeup quirk for Clevo NL5xNU
>  -  acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()
>  -  acpi: use the fwnode in acpi_gpiochip_find()
>
> ich:
>  -  Use devm_gpiochip_add_data() to simplify remove path
>
> merrifield:
>  -  Utilise temporary variable for struct device
>  -  Use dev_err_probe()
>  -  Adapt to Intel Tangier GPIO driver
>
> mips:
>  -  ar7: include linux/gpio/driver.h
>
> mm-lantiq:
>  -  Fix typo in the newly added header filename
>
> powerpc/40x:
>  -  Add missing select OF_GPIO_MM_GPIOCHIP
>
> sh:
>  -  mach-x3proto: Add missing #include <linux/gpio/driver.h>
>
> tangier:
>  -  Introduce Intel Tangier GPIO driver
>
> ----------------------------------------------------------------
> Andrew Davis (1):
>       gpio: ich: Use devm_gpiochip_add_data() to simplify remove path
>
> Andy Shevchenko (5):
>       gpio: merrifield: Use dev_err_probe()
>       gpio: merrifield: Utilise temporary variable for struct device
>       powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIP
>       gpio: mm-lantiq: Fix typo in the newly added header filename
>       gpiolib: acpi: Move ACPI device NULL check to acpi_get_driver_gpio_data()
>
> Arnd Bergmann (1):
>       mips: ar7: include linux/gpio/driver.h
>
> Benjamin Tissoires (1):
>       gpiolib: acpi: use the fwnode in acpi_gpiochip_find()
>
> Geert Uytterhoeven (1):
>       sh: mach-x3proto: Add missing #include <linux/gpio/driver.h>
>
> Pandith N (3):
>       gpio: tangier: Introduce Intel Tangier GPIO driver
>       gpio: merrifield: Adapt to Intel Tangier GPIO driver
>       gpio: elkhartlake: Introduce Intel Elkhart Lake PSE GPIO
>
> Werner Sembach (1):
>       gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU
>
>  MAINTAINERS                         |   2 +
>  arch/mips/ar7/gpio.c                |   2 +-
>  arch/powerpc/platforms/40x/Kconfig  |   1 +
>  arch/sh/boards/mach-x3proto/setup.c |   2 +-
>  drivers/gpio/Kconfig                |  24 +-
>  drivers/gpio/Makefile               |   2 +
>  drivers/gpio/gpio-elkhartlake.c     |  90 ++++++
>  drivers/gpio/gpio-ich.c             |  10 +-
>  drivers/gpio/gpio-merrifield.c      | 453 +++---------------------------
>  drivers/gpio/gpio-mm-lantiq.c       |   2 +-
>  drivers/gpio/gpio-tangier.c         | 536 ++++++++++++++++++++++++++++++++++++
>  drivers/gpio/gpio-tangier.h         | 117 ++++++++
>  drivers/gpio/gpiolib-acpi.c         |  26 +-
>  13 files changed, 825 insertions(+), 442 deletions(-)
>  create mode 100644 drivers/gpio/gpio-elkhartlake.c
>  create mode 100644 drivers/gpio/gpio-tangier.c
>  create mode 100644 drivers/gpio/gpio-tangier.h
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Pulled, thanks!

Bart

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2023-04-06  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-05 12:53 [GIT PULL] intel-gpio for 6.4-2 Andy Shevchenko
2023-04-06  8:40 ` Bartosz Golaszewski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMRc=MeqExfmEtAEfc01Zqw_vmC_qAtQKcaPK6aERt6ovpR1ng@mail.gmail.com' \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).