]> www.infradead.org Git - users/jedix/linux-maple.git/commit
platform/x86: intel: int0002_vgpio: Make the irqchip immutable
authorHans de Goede <hdegoede@redhat.com>
Wed, 4 Dec 2024 14:38:07 +0000 (15:38 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 10 Dec 2024 13:31:40 +0000 (15:31 +0200)
commitf3479920605644e273768d316aa49119ec629acc
tree2a4f6b75a0aa827baa281057b0728f74ddaa583d
parentc78dd25138d104f94ddeab5248a5efe4504f205e
platform/x86: intel: int0002_vgpio: Make the irqchip immutable

Commit 6c846d026d49 ("gpio: Don't fiddle with irqchips marked as
immutable") added a warning to indicate if the gpiolib is altering the
internals of irqchips:

gpio gpiochip4: (INT0002 Virtual GPIO): not an immutable chip, please consider fixing it!

Fix this by making the irqchip in the int0002_vgpio driver immutable.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20241204143807.32966-1-hdegoede@redhat.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/intel/int0002_vgpio.c