Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do not enable the v1 uAPI by default

It's been five years since we introduced the v2 uAPI and
the major consumer libgpiod is at v2.2.3.

Let's discourage the old ABI.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
Link: https://patch.msgid.link/20260314-no-y-uapi1-default-v2-1-578f09c91b8f@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

authored by

Linus Walleij and committed by
Bartosz Golaszewski
7673e4c7 a25f48fd

-3
-3
drivers/gpio/Kconfig
··· 95 95 96 96 config GPIO_CDEV_V1 97 97 bool "Support GPIO ABI Version 1" 98 - default y 99 98 depends on GPIO_CDEV 100 99 help 101 100 Say Y here to support version 1 of the GPIO CDEV ABI. 102 101 103 102 This ABI version is deprecated. 104 103 Please use the latest ABI for new developments. 105 - 106 - If unsure, say Y. 107 104 108 105 config GPIO_GENERIC 109 106 depends on HAS_IOMEM # Only for IOMEM drivers