diff options
| author | Archit Anant <architanant5@gmail.com> | 2026-01-24 20:41:49 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-27 17:46:11 +0300 |
| commit | d85bef1599237298176c9fddfc250cc9ca92ec78 (patch) | |
| tree | 12cea67215fda65c24b6bb79c831a9ffbba5551c | |
| parent | 381a175bd1997f706b8279f2fc64ab9099db6969 (diff) | |
| download | linux-d85bef1599237298176c9fddfc250cc9ca92ec78.tar.xz | |
staging: greybus: remove completed GPIO conversion task from TODO
The task to convert the Greybus subsystem to the GPIO descriptor
interface has been completed. A grep of the directory confirms that
no consumer drivers include <linux/gpio.h> or use the legacy integer
based GPIO API (gpio_request, gpio_set_value, etc).
Remove the stale entry from the TODO file.
Signed-off-by: Archit Anant <architanant5@gmail.com>
Link: https://patch.msgid.link/20260124174149.10314-1-architanant5@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/greybus/TODO | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/greybus/TODO b/drivers/staging/greybus/TODO index 31f1f2cb401c..e69de29bb2d1 100644 --- a/drivers/staging/greybus/TODO +++ b/drivers/staging/greybus/TODO @@ -1,3 +0,0 @@ -* Convert all uses of the old GPIO API from <linux/gpio.h> to the - GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO - lines from device tree or ACPI. |
