From eec01e35e6dd19626c0776640669ea6ac5717a29 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 19 Apr 2018 10:41:21 +0200 Subject: [PATCH] staging: wilc1000: Augment TODO file with GPIO work item To make sure that this driver does not leave staging before it is properly converted to use the new GPIO descriptor API, augment the TODO file with this work item. Cc: Johnny Kim Cc: Nicolas Ferre Signed-off-by: Linus Walleij Acked-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/staging/wilc1000/TODO b/drivers/staging/wilc1000/TODO index ae61b55..c441beb 100644 --- a/drivers/staging/wilc1000/TODO +++ b/drivers/staging/wilc1000/TODO @@ -16,3 +16,7 @@ TODO: - support resume/suspend function - replace SIOCDEVPRIVATE commands with generic API functions - use wext-core handling instead of private SIOCSIWPRIV implementation +- convert all uses of the old GPIO API from to the + GPIO descriptor API in and look up GPIO + lines from device tree, ACPI or board files, board files should + use -- 2.7.4