mbox series

[GIT,PULL] intel-gpio for 6.1-1

Message ID Yym/j+Y9MBOIhWtK@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.1-1 | expand

Pull-request

git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.1-1

Message

Andy Shevchenko Sept. 20, 2022, 1:26 p.m. UTC
Hi Linux GPIO  maintainers,

A small quirk for GPIO ACPI library. Was a few weeks in Linux Next, shouldn't
be any conflicts with anything. Please pull for v6.1.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.1-1

for you to fetch changes up to 0ea76c401f9245ac209f1b1ce03a7e1fb9de36e5:

  gpiolib: acpi: Add a quirk for Asus UM325UAZ (2022-09-05 13:15:56 +0300)

----------------------------------------------------------------
intel-gpio for v6.1-1

* Add a quirk for Asus UM325UAZ to make GPIO interrupts working

The following is an automated git shortlog grouped by driver:

gpiolib:
 -  acpi: Add a quirk for Asus UM325UAZ
 -  acpi: Add support to ignore programming an interrupt

----------------------------------------------------------------
Mario Limonciello (2):
      gpiolib: acpi: Add support to ignore programming an interrupt
      gpiolib: acpi: Add a quirk for Asus UM325UAZ

 drivers/gpio/gpiolib-acpi.c | 38 ++++++++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)

Comments

Bartosz Golaszewski Sept. 20, 2022, 2:05 p.m. UTC | #1
On Tue, Sep 20, 2022 at 3:26 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> A small quirk for GPIO ACPI library. Was a few weeks in Linux Next, shouldn't
> be any conflicts with anything. Please pull for v6.1.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
>
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
>
> are available in the Git repository at:
>
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.1-1
>

Pulled, but what happened with the git://git.kernel.org/... address? :(

Bart

> for you to fetch changes up to 0ea76c401f9245ac209f1b1ce03a7e1fb9de36e5:
>
>   gpiolib: acpi: Add a quirk for Asus UM325UAZ (2022-09-05 13:15:56 +0300)
>
> ----------------------------------------------------------------
> intel-gpio for v6.1-1
>
> * Add a quirk for Asus UM325UAZ to make GPIO interrupts working
>
> The following is an automated git shortlog grouped by driver:
>
> gpiolib:
>  -  acpi: Add a quirk for Asus UM325UAZ
>  -  acpi: Add support to ignore programming an interrupt
>
> ----------------------------------------------------------------
> Mario Limonciello (2):
>       gpiolib: acpi: Add support to ignore programming an interrupt
>       gpiolib: acpi: Add a quirk for Asus UM325UAZ
>
>  drivers/gpio/gpiolib-acpi.c | 38 ++++++++++++++++++++++++++++++++++----
>  1 file changed, 34 insertions(+), 4 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
Andy Shevchenko Oct. 3, 2022, 9:44 a.m. UTC | #2
On Tue, Sep 20, 2022 at 04:05:14PM +0200, Bartosz Golaszewski wrote:
> On Tue, Sep 20, 2022 at 3:26 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> >
> > Hi Linux GPIO  maintainers,
> >
> > A small quirk for GPIO ACPI library. Was a few weeks in Linux Next, shouldn't
> > be any conflicts with anything. Please pull for v6.1.
> >
> > Thanks,
> >
> > With Best Regards,
> > Andy Shevchenko
> >
> > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> >
> >   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> >
> > are available in the Git repository at:
> >
> >   git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.1-1
> >
> 
> Pulled, but what happened with the git://git.kernel.org/... address? :(

Because change wasn't submitted and hence old script had been used. Now
submitted and updated all my local repos with the scripts I'm using.

Thanks for pointing this out.