From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A70C91C0BBC for ; Sat, 19 May 2018 11:15:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9E46288B56 for ; Sat, 19 May 2018 11:15:43 +0000 (UTC) Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pqcXxNWztJ64 for ; Sat, 19 May 2018 11:15:42 +0000 (UTC) Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9176F88B09 for ; Sat, 19 May 2018 11:15:42 +0000 (UTC) Received: by mail-wr0-f193.google.com with SMTP id x9-v6so8724590wrl.13 for ; Sat, 19 May 2018 04:15:42 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH v4 02/11] staging: mt7621-gpio: update TODO file Date: Sat, 19 May 2018 13:15:18 +0200 Message-Id: <1526728527-15754-3-git-send-email-sergio.paracuellos@gmail.com> In-Reply-To: <1526728527-15754-1-git-send-email-sergio.paracuellos@gmail.com> References: <1526728527-15754-1-git-send-email-sergio.paracuellos@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: gregkh@linuxfoundation.org Cc: neil@brown.name, driverdev-devel@linuxdriverproject.org This commit updates TODO file with missing things to get this driver ready to be mainlined. Signed-off-by: Sergio Paracuellos --- drivers/staging/mt7621-gpio/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/mt7621-gpio/TODO b/drivers/staging/mt7621-gpio/TODO index 7143905..9077b16 100644 --- a/drivers/staging/mt7621-gpio/TODO +++ b/drivers/staging/mt7621-gpio/TODO @@ -1,5 +1,7 @@ -- general code review and clean up +- general code review and clean up +- avoid global variables and use drvdata allocated instead - ensure device-tree requirements are documented +- make sure interrupts work Cc: NeilBrown -- 2.7.4 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel