mbox series

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

Message ID Zyt0j1MZe_o7ViyK@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.13-1 | expand

Pull-request

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

Message

Andy Shevchenko Nov. 6, 2024, 1:52 p.m. UTC
Hi Linux GPIO  maintainers,

Tiniest update for v6.13-rc1 for GPIO ACPI code. Was a few weeks in Linux Next
without any problems reported. Please, pull.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -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-v6.13-1

for you to fetch changes up to 12b0e305f50988b0c75f052f86d51b5353108ca5:

  gpio: acpi: switch to device_for_each_child_node_scoped() (2024-09-30 14:25:54 +0300)

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

* Use device_for_each_child_node_scoped() in ACPI routines

The following is an automated git shortlog grouped by driver:

acpi:
 -  switch to device_for_each_child_node_scoped()

----------------------------------------------------------------
Javier Carrasco (1):
      gpio: acpi: switch to device_for_each_child_node_scoped()

 drivers/gpio/gpiolib-acpi.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Bartosz Golaszewski Nov. 7, 2024, 9:54 a.m. UTC | #1
On Wed, Nov 6, 2024 at 2:52 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> Tiniest update for v6.13-rc1 for GPIO ACPI code. Was a few weeks in Linux Next
> without any problems reported. Please, pull.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
>
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -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-v6.13-1
>
> for you to fetch changes up to 12b0e305f50988b0c75f052f86d51b5353108ca5:
>
>   gpio: acpi: switch to device_for_each_child_node_scoped() (2024-09-30 14:25:54 +0300)
>
> ----------------------------------------------------------------
> intel-gpio for v6.13-1
>
> * Use device_for_each_child_node_scoped() in ACPI routines
>
> The following is an automated git shortlog grouped by driver:
>
> acpi:
>  -  switch to device_for_each_child_node_scoped()
>
> ----------------------------------------------------------------
> Javier Carrasco (1):
>       gpio: acpi: switch to device_for_each_child_node_scoped()
>
>  drivers/gpio/gpiolib-acpi.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Pulled, thanks!

Bart