* [GIT PULL] intel-gpio for 5.13-1
@ 2021-03-29 14:16 Andy Shevchenko
2021-03-31 12:18 ` Andy Shevchenko
2021-04-01 10:04 ` Bartosz Golaszewski
0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-03-29 14:16 UTC (permalink / raw)
To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski, Andy Shevchenko
Hi Linux GPIO maintainers,
So far collected stuff for Intel GPIO drivers (including aggregator clean up).
No conflicts are expected.
Thanks,
With Best Regards,
Andy Shevchenko
The following changes since commit b41ba2ec54a70908067034f139aa23d0dd2985ce:
gpiolib: Read "gpio-line-names" from a firmware node (2021-03-08 11:59:17 +0100)
are available in the Git repository at:
git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.13-1
for you to fetch changes up to 6c46215d6b626cb0981f8332da506b69b98c4b49:
gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events (2021-03-27 23:48:55 +0200)
----------------------------------------------------------------
intel-gpio for v5.13-1
* Implement event support (GPE) in Intel SCH GPIO driver
* Clean up GPIO aggregator driver to use more of the generic code
The following is an automated git shortlog grouped by driver:
aggregator:
- Replace custom get_arg() with a generic next_arg()
lib/cmdline:
- Export next_arg() for being used in modules
sch:
- Hook into ACPI GPE handler to catch GPIO edge events
- Add edge event support
----------------------------------------------------------------
Andy Shevchenko (3):
lib/cmdline: Export next_arg() for being used in modules
gpio: aggregator: Replace custom get_arg() with a generic next_arg()
gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events
Jan Kiszka (1):
gpio: sch: Add edge event support
drivers/gpio/Kconfig | 3 +-
drivers/gpio/gpio-aggregator.c | 39 ++------
drivers/gpio/gpio-sch.c | 198 +++++++++++++++++++++++++++++++++++++++--
lib/cmdline.c | 1 +
4 files changed, 198 insertions(+), 43 deletions(-)
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] intel-gpio for 5.13-1
2021-03-29 14:16 [GIT PULL] intel-gpio for 5.13-1 Andy Shevchenko
@ 2021-03-31 12:18 ` Andy Shevchenko
2021-04-01 10:04 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-03-31 12:18 UTC (permalink / raw)
To: Linux GPIO; +Cc: Linus Walleij, Bartosz Golaszewski
On Mon, Mar 29, 2021 at 05:16:30PM +0300, Andy Shevchenko wrote:
> Hi Linux GPIO maintainers,
>
> So far collected stuff for Intel GPIO drivers (including aggregator clean up).
> No conflicts are expected.
Bart, please tell me if I need to redone this.
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit b41ba2ec54a70908067034f139aa23d0dd2985ce:
>
> gpiolib: Read "gpio-line-names" from a firmware node (2021-03-08 11:59:17 +0100)
>
> are available in the Git repository at:
>
> git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.13-1
>
> for you to fetch changes up to 6c46215d6b626cb0981f8332da506b69b98c4b49:
>
> gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events (2021-03-27 23:48:55 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v5.13-1
>
> * Implement event support (GPE) in Intel SCH GPIO driver
> * Clean up GPIO aggregator driver to use more of the generic code
>
> The following is an automated git shortlog grouped by driver:
>
> aggregator:
> - Replace custom get_arg() with a generic next_arg()
>
> lib/cmdline:
> - Export next_arg() for being used in modules
>
> sch:
> - Hook into ACPI GPE handler to catch GPIO edge events
> - Add edge event support
>
> ----------------------------------------------------------------
> Andy Shevchenko (3):
> lib/cmdline: Export next_arg() for being used in modules
> gpio: aggregator: Replace custom get_arg() with a generic next_arg()
> gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events
>
> Jan Kiszka (1):
> gpio: sch: Add edge event support
>
> drivers/gpio/Kconfig | 3 +-
> drivers/gpio/gpio-aggregator.c | 39 ++------
> drivers/gpio/gpio-sch.c | 198 +++++++++++++++++++++++++++++++++++++++--
> lib/cmdline.c | 1 +
> 4 files changed, 198 insertions(+), 43 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] intel-gpio for 5.13-1
2021-03-29 14:16 [GIT PULL] intel-gpio for 5.13-1 Andy Shevchenko
2021-03-31 12:18 ` Andy Shevchenko
@ 2021-04-01 10:04 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2021-04-01 10:04 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: Linux GPIO, Linus Walleij, Bartosz Golaszewski
On Mon, Mar 29, 2021 at 4:17 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO maintainers,
>
> So far collected stuff for Intel GPIO drivers (including aggregator clean up).
> No conflicts are expected.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit b41ba2ec54a70908067034f139aa23d0dd2985ce:
>
> gpiolib: Read "gpio-line-names" from a firmware node (2021-03-08 11:59:17 +0100)
>
> are available in the Git repository at:
>
> git@gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v5.13-1
>
> for you to fetch changes up to 6c46215d6b626cb0981f8332da506b69b98c4b49:
>
> gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events (2021-03-27 23:48:55 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v5.13-1
>
> * Implement event support (GPE) in Intel SCH GPIO driver
> * Clean up GPIO aggregator driver to use more of the generic code
>
> The following is an automated git shortlog grouped by driver:
>
> aggregator:
> - Replace custom get_arg() with a generic next_arg()
>
> lib/cmdline:
> - Export next_arg() for being used in modules
>
> sch:
> - Hook into ACPI GPE handler to catch GPIO edge events
> - Add edge event support
>
> ----------------------------------------------------------------
> Andy Shevchenko (3):
> lib/cmdline: Export next_arg() for being used in modules
> gpio: aggregator: Replace custom get_arg() with a generic next_arg()
> gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events
>
> Jan Kiszka (1):
> gpio: sch: Add edge event support
>
> drivers/gpio/Kconfig | 3 +-
> drivers/gpio/gpio-aggregator.c | 39 ++------
> drivers/gpio/gpio-sch.c | 198 +++++++++++++++++++++++++++++++++++++++--
> lib/cmdline.c | 1 +
> 4 files changed, 198 insertions(+), 43 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>
Pulled, thanks!
Bartosz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-01 10:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-29 14:16 [GIT PULL] intel-gpio for 5.13-1 Andy Shevchenko
2021-03-31 12:18 ` Andy Shevchenko
2021-04-01 10:04 ` Bartosz Golaszewski
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).