From: Archit Anant Date: Sat, 24 Jan 2026 17:41:49 +0000 (+0530) Subject: staging: greybus: remove completed GPIO conversion task from TODO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85bef1599237298176c9fddfc250cc9ca92ec78;p=thirdparty%2Fkernel%2Flinux.git 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 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 Link: https://patch.msgid.link/20260124174149.10314-1-architanant5@gmail.com Signed-off-by: Greg Kroah-Hartman --- 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 to the - GPIO descriptor API in and look up GPIO - lines from device tree or ACPI.