mbox series

[GIT,PULL] intel-gpio for 6.9-2

Message ID ZipEyyjM955f7ABy@black.fi.intel.com
State New
Headers show
Series [GIT,PULL] intel-gpio for 6.9-2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.9-2

Message

Andy Shevchenko April 25, 2024, 11:55 a.m. UTC
Hi Linux GPIO  maintainers,

One small fix for long-standing non-critical issue in Intel Tangier driver
for v6.9-rcX. The change was tested on Intel Edison platform along with the
Linux Next for a few weeks w/o issues reported. Please, pull.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit ace0ebe5c98d66889f19e0f30e2518d0c58d0e04:

  gpio: crystalcove: Use -ENOTSUPP consistently (2024-04-05 20:12:39 +0300)

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.9-2

for you to fetch changes up to 7d045025a24b6336d444d359bd4312f351d017f9:

  gpio: tangier: Use correct type for the IRQ chip data (2024-04-12 23:41:05 +0300)

----------------------------------------------------------------
intel-gpio for v6.9-2

* Make data pointer dereference robust in Intel Tangier driver

The following is an automated git shortlog grouped by driver:

tangier:
 -  Use correct type for the IRQ chip data

----------------------------------------------------------------
Andy Shevchenko (1):
      gpio: tangier: Use correct type for the IRQ chip data

 drivers/gpio/gpio-tangier.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Bartosz Golaszewski April 25, 2024, 12:36 p.m. UTC | #1
On Thu, Apr 25, 2024 at 1:55 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> Hi Linux GPIO  maintainers,
>
> One small fix for long-standing non-critical issue in Intel Tangier driver
> for v6.9-rcX. The change was tested on Intel Edison platform along with the
> Linux Next for a few weeks w/o issues reported. Please, pull.
>
> Thanks,
>
> With Best Regards,
> Andy Shevchenko
>
> The following changes since commit ace0ebe5c98d66889f19e0f30e2518d0c58d0e04:
>
>   gpio: crystalcove: Use -ENOTSUPP consistently (2024-04-05 20:12:39 +0300)
>
> 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.9-2
>
> for you to fetch changes up to 7d045025a24b6336d444d359bd4312f351d017f9:
>
>   gpio: tangier: Use correct type for the IRQ chip data (2024-04-12 23:41:05 +0300)
>
> ----------------------------------------------------------------
> intel-gpio for v6.9-2
>
> * Make data pointer dereference robust in Intel Tangier driver
>
> The following is an automated git shortlog grouped by driver:
>
> tangier:
>  -  Use correct type for the IRQ chip data
>
> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       gpio: tangier: Use correct type for the IRQ chip data
>
>  drivers/gpio/gpio-tangier.c | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
>
> --
> With Best Regards,
> Andy Shevchenko
>
>

Pulled, thanks!

Bart