projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25f48f
)
Do not enable the v1 uAPI by default
author
Linus Walleij
<linusw@kernel.org>
Fri, 13 Mar 2026 23:07:50 +0000
(
00:07
+0100)
committer
Bartosz Golaszewski
<bartosz.golaszewski@oss.qualcomm.com>
Mon, 16 Mar 2026 09:08:09 +0000
(10:08 +0100)
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>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index
d665afe
..
6d39c87
100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-95,7
+95,6
@@
config GPIO_CDEV
config GPIO_CDEV_V1
bool "Support GPIO ABI Version 1"
- default y
depends on GPIO_CDEV
help
Say Y here to support version 1 of the GPIO CDEV ABI.
@@
-103,8
+102,6
@@
config GPIO_CDEV_V1
This ABI version is deprecated.
Please use the latest ABI for new developments.
- If unsure, say Y.
-
config GPIO_GENERIC
depends on HAS_IOMEM # Only for IOMEM drivers
tristate