On Thu, Apr 25, 2024 at 1:55 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> 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