* [GIT PULL] intel-gpio for 7.1-1
@ 2026-05-08 6:03 Andy Shevchenko
2026-05-12 20:13 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-05-08 6:03 UTC (permalink / raw)
To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko
Hi Linux GPIO maintainers,
A single fix for ACPI interrupts handling on boot. Have been in Linux Next for
a while without reported regressions. Please, pull for the current, v7.1 cycle.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -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-v7.1-1
for you to fetch changes up to 3bb62e3f99a557d257e5f5a803200051b7de3afa:
gpiolib: acpi: Only trigger ActiveBoth interrupts on boot (2026-04-29 15:47:02 +0200)
----------------------------------------------------------------
intel-gpio for v7.1-1
* Only trigger interrupts that defined ActiveBoth in ACPI on boot
----------------------------------------------------------------
Mario Limonciello (1):
gpiolib: acpi: Only trigger ActiveBoth interrupts on boot
drivers/gpio/gpiolib-acpi-core.c | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] intel-gpio for 7.1-1
2026-05-08 6:03 [GIT PULL] intel-gpio for 7.1-1 Andy Shevchenko
@ 2026-05-12 20:13 ` Andy Shevchenko
2026-06-08 6:26 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-05-12 20:13 UTC (permalink / raw)
To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko
On Fri, May 08, 2026 at 08:03:57AM +0200, Andy Shevchenko wrote:
> Hi Linux GPIO maintainers,
>
> A single fix for ACPI interrupts handling on boot. Have been in Linux Next for
> a while without reported regressions. Please, pull for the current, v7.1 cycle.
Bart, any issues with this PR?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] intel-gpio for 7.1-1
2026-05-12 20:13 ` Andy Shevchenko
@ 2026-06-08 6:26 ` Andy Shevchenko
2026-06-16 9:59 ` Bartosz Golaszewski
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-06-08 6:26 UTC (permalink / raw)
To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko
On Tue, May 12, 2026 at 11:13:04PM +0300, Andy Shevchenko wrote:
> On Fri, May 08, 2026 at 08:03:57AM +0200, Andy Shevchenko wrote:
> > Hi Linux GPIO maintainers,
> >
> > A single fix for ACPI interrupts handling on boot. Have been in Linux Next for
> > a while without reported regressions. Please, pull for the current, v7.1 cycle.
>
> Bart, any issues with this PR?
What's going on with this PR, please?
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] intel-gpio for 7.1-1
2026-06-08 6:26 ` Andy Shevchenko
@ 2026-06-16 9:59 ` Bartosz Golaszewski
2026-06-16 10:25 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2026-06-16 9:59 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Linux GPIO, Linus Walleij, Andy Shevchenko
On Mon, Jun 8, 2026 at 8:26 AM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> On Tue, May 12, 2026 at 11:13:04PM +0300, Andy Shevchenko wrote:
> > On Fri, May 08, 2026 at 08:03:57AM +0200, Andy Shevchenko wrote:
> > > Hi Linux GPIO maintainers,
> > >
> > > A single fix for ACPI interrupts handling on boot. Have been in Linux Next for
> > > a while without reported regressions. Please, pull for the current, v7.1 cycle.
> >
> > Bart, any issues with this PR?
>
> What's going on with this PR, please?
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
Hi! Sorry, I have no idea why this didn't trigger my PR filters.
Now pulled. I'll see about fixing the filter, in the future if I don't
respond to your PR within a week, send me a direct email to
brgl@kernel.org.
Bart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] intel-gpio for 7.1-1
2026-06-16 9:59 ` Bartosz Golaszewski
@ 2026-06-16 10:25 ` Andy Shevchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2026-06-16 10:25 UTC (permalink / raw)
To: Bartosz Golaszewski; +Cc: Linux GPIO, Linus Walleij, Andy Shevchenko
On Tue, Jun 16, 2026 at 11:59:02AM +0200, Bartosz Golaszewski wrote:
> On Mon, Jun 8, 2026 at 8:26 AM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> > On Tue, May 12, 2026 at 11:13:04PM +0300, Andy Shevchenko wrote:
> > > On Fri, May 08, 2026 at 08:03:57AM +0200, Andy Shevchenko wrote:
> > > > Hi Linux GPIO maintainers,
> > > >
> > > > A single fix for ACPI interrupts handling on boot. Have been in Linux Next for
> > > > a while without reported regressions. Please, pull for the current, v7.1 cycle.
> > >
> > > Bart, any issues with this PR?
> >
> > What's going on with this PR, please?
>
> Hi! Sorry, I have no idea why this didn't trigger my PR filters.
>
> Now pulled. I'll see about fixing the filter, in the future if I don't
> respond to your PR within a week, send me a direct email to
> brgl@kernel.org.
I will try to remember this, thanks for pulling!
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-16 10:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 6:03 [GIT PULL] intel-gpio for 7.1-1 Andy Shevchenko
2026-05-12 20:13 ` Andy Shevchenko
2026-06-08 6:26 ` Andy Shevchenko
2026-06-16 9:59 ` Bartosz Golaszewski
2026-06-16 10:25 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox