summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-spacemit-k1.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-06-20 10:07:56 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-06-20 10:07:56 -0700
commit11313e2f78128c948e9b4eb58b3dacfc30964700 (patch)
tree4cda615ffc3ad294b0e76861a7732919ea6a814e /drivers/gpio/gpio-spacemit-k1.c
parent299f489f5bad3554531f67335d1762225448ff39 (diff)
parent10af0273a35ab4513ca1546644b8c853044da134 (diff)
Merge tag 'gpio-fixes-for-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxHEADmaster
Pull gpio fixes from Bartosz Golaszewski: - correct the ACPI GPIO access mode in gpio-loongson-64bit - only obtain the interrupt for a single instance of the chip controlled by gpio-mlxbf3 - fix an invalid value return from probe() in gpio-pca953x - add missing MODULE_DEVICE_TABLE() to gpio-spacemit - update the HiSilicon GPIO driver maintainer entry * tag 'gpio-fixes-for-v6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux: gpio: mlxbf3: only get IRQ for device instance 0 gpio: pca953x: fix wrong error probe return value gpio: spacemit: Add missing MODULE_DEVICE_TABLE gpio: loongson-64bit: Correct Loongson-7A2000 ACPI GPIO access mode MAINTAINERS: Update HiSilicon GPIO driver maintainer
Diffstat (limited to 'drivers/gpio/gpio-spacemit-k1.c')
-rw-r--r--drivers/gpio/gpio-spacemit-k1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-spacemit-k1.c b/drivers/gpio/gpio-spacemit-k1.c
index f027066365ff..3cc75c701ec4 100644
--- a/drivers/gpio/gpio-spacemit-k1.c
+++ b/drivers/gpio/gpio-spacemit-k1.c
@@ -278,6 +278,7 @@ static const struct of_device_id spacemit_gpio_dt_ids[] = {
{ .compatible = "spacemit,k1-gpio" },
{ /* sentinel */ }
};
+MODULE_DEVICE_TABLE(of, spacemit_gpio_dt_ids);
static struct platform_driver spacemit_gpio_driver = {
.probe = spacemit_gpio_probe,