summaryrefslogtreecommitdiff
path: root/include/linux/gpio/legacy.h
AgeCommit message (Collapse)AuthorFilesLines
2026-05-04gpiolib: move legacy interface into linux/gpio/legacy.hArnd Bergmann1-0/+173
Split the old contents from gpio.h for clarity. Ideally any driver that still includes linux/gpio.h can now be ported over to use either linux/gpio/legacy.h or linux/gpio/consumer.h, with the original file getting removed once that is complete. No functional changes intended for now. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://patch.msgid.link/20260428154522.2861492-1-arnd@kernel.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>