]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gpio: pci-idio-16: Define maximum valid register address offset
authorWilliam Breathitt Gray <wbg@kernel.org>
Mon, 20 Oct 2025 08:51:45 +0000 (17:51 +0900)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 21 Oct 2025 09:46:50 +0000 (11:46 +0200)
commitd37623132a6347b4ab9e2179eb3f2fa77863c364
tree4745c11718397d2344e5a5bff3f7ddc8f311413c
parentc4d35e635f3a65aec291a6045cae8c99cede5bba
gpio: pci-idio-16: Define maximum valid register address offset

Attempting to load the pci-idio-16 module fails during regmap
initialization with a return error -EINVAL. This is a result of the
regmap cache failing initialization. Set the idio_16_regmap_config
max_register member to fix this failure.

Fixes: 73d8f3efc5c2 ("gpio: pci-idio-16: Migrate to the regmap API")
Reported-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Closes: https://lore.kernel.org/r/9b0375fd-235f-4ee1-a7fa-daca296ef6bf@nutanix.com
Suggested-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Cc: stable@vger.kernel.org
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20251020-fix-gpio-idio-16-regmap-v2-2-ebeb50e93c33@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-pci-idio-16.c