All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] intel-gpio for 6.1-1
@ 2022-09-20 13:26 Andy Shevchenko
  2022-09-20 14:05 ` Bartosz Golaszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2022-09-20 13:26 UTC (permalink / raw)
  To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko

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(-)

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] intel-gpio for 6.1-1
  2022-09-20 13:26 [GIT PULL] intel-gpio for 6.1-1 Andy Shevchenko
@ 2022-09-20 14:05 ` Bartosz Golaszewski
  2022-10-03  9:44   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2022-09-20 14:05 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux GPIO, Linus Walleij

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] intel-gpio for 6.1-1
  2022-09-20 14:05 ` Bartosz Golaszewski
@ 2022-10-03  9:44   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2022-10-03  9:44 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: Linux GPIO, Linus Walleij

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.

-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-03  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 13:26 [GIT PULL] intel-gpio for 6.1-1 Andy Shevchenko
2022-09-20 14:05 ` Bartosz Golaszewski
2022-10-03  9:44   ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.