aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/TODO
diff options
context:
space:
mode:
authorGravatar Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2023-01-12 16:45:26 +0200
committerGravatar Bartosz Golaszewski <bartosz.golaszewski@linaro.org> 2023-01-30 15:55:29 +0100
commit149a028a5134ab740079bc88ee58c24a7d072ab9 (patch)
tree536fb4cbf8df794c7400816f0be2483c00d1a4f6 /drivers/gpio/TODO
parentgpiolib: Do not mention legacy API in the code (diff)
downloadlinux-149a028a5134ab740079bc88ee58c24a7d072ab9.tar.gz
linux-149a028a5134ab740079bc88ee58c24a7d072ab9.tar.bz2
linux-149a028a5134ab740079bc88ee58c24a7d072ab9.zip
gpiolib: Remove unused of_mm_gpiochip_add()
of_mm_gpiochip_add() is unused API, remove it for good. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/TODO')
-rw-r--r--drivers/gpio/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index 76560744587a..68ada1066941 100644
--- a/drivers/gpio/TODO
+++ b/drivers/gpio/TODO
@@ -61,8 +61,8 @@ Work items:
- Get rid of struct of_mm_gpio_chip altogether: use the generic MMIO
GPIO for all current users (see below). Delete struct of_mm_gpio_chip,
- to_of_mm_gpio_chip(), of_mm_gpiochip_add_data(), of_mm_gpiochip_add()
- of_mm_gpiochip_remove() from the kernel.
+ to_of_mm_gpio_chip(), of_mm_gpiochip_add_data(), of_mm_gpiochip_remove()
+ from the kernel.
- Change all consumer drivers that #include <linux/of_gpio.h> to
#include <linux/gpio/consumer.h> and stop doing custom parsing of the