mbox series

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

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

Pull-request

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

Message

Andy Shevchenko March 12, 2025, 11:11 a.m. UTC
Hi Linux GPIO  maintainers,

One of the calmest cycle for Intel GPIO and GPIO ACPI library, hence just this
little pull request for v6.15-rc1. Please, take it.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

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.15-1

for you to fetch changes up to e646f0dae7b0f099b36d12d9cb5ca733b8273f10:

  gpiolib-acpi: Drop unneeded ERR_CAST() in __acpi_find_gpio() (2025-03-04 16:47:10 +0200)

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

* A cleanup to remove unneeded ERR_CAST() in GPIO ACPI library

The following is an automated git shortlog grouped by driver:

gpiolib-acpi:
 -  Drop unneeded ERR_CAST() in __acpi_find_gpio()

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib-acpi: Drop unneeded ERR_CAST() in __acpi_find_gpio()

 drivers/gpio/gpiolib-acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski March 13, 2025, 8:46 a.m. UTC | #1
On Wed, Mar 12, 2025 at 12:11 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> One of the calmest cycle for Intel GPIO and GPIO ACPI library, hence just this
> little pull request for v6.15-rc1. Please, take it.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> 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.15-1
>
> for you to fetch changes up to e646f0dae7b0f099b36d12d9cb5ca733b8273f10:
>
>   gpiolib-acpi: Drop unneeded ERR_CAST() in __acpi_find_gpio() (2025-03-04 16:47:10 +0200)
>
> ----------------------------------------------------------------
> intel-gpio for v6.15-1
>
> * A cleanup to remove unneeded ERR_CAST() in GPIO ACPI library
>
> The following is an automated git shortlog grouped by driver:
>
> gpiolib-acpi:
>  -  Drop unneeded ERR_CAST() in __acpi_find_gpio()
>
> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       gpiolib-acpi: Drop unneeded ERR_CAST() in __acpi_find_gpio()
>
>  drivers/gpio/gpiolib-acpi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Thanks, pulled!

Bartosz