From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 9694E1C0AD3 for ; Mon, 14 May 2018 14:02:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 93F90898AC for ; Mon, 14 May 2018 14:02:39 +0000 (UTC) Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OZY59DIPK62j for ; Mon, 14 May 2018 14:02:39 +0000 (UTC) Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by hemlock.osuosl.org (Postfix) with ESMTPS id E0AE689890 for ; Mon, 14 May 2018 14:02:38 +0000 (UTC) Received: by mail-wr0-f194.google.com with SMTP id p4-v6so12509348wrh.3 for ; Mon, 14 May 2018 07:02:38 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH 0/5] staging: mt7621-gpio: some driver cleanups Date: Mon, 14 May 2018 16:02:29 +0200 Message-Id: <1526306554-12168-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 The following patch series fix all remaining checkpatch complains about this driver. Changes have not been tested and also compiled but it should not have any problem about them. Sergio Paracuellos (5): staging: mt7621-gpio: fix some warnings because of lines exceded 80 characters staging: mt7621-gpio: add SPDX identifier dt-bindings: add compatible string for 'mtk' MediaTek dt-bindings: gpio: add documentation for mt7621-gpio staging: mt7621-gpio: remove device tree related stuff from TODO file .../devicetree/bindings/gpio/mtk,mt7621-gpio.txt | 51 ++++++++++++++++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + drivers/staging/mt7621-gpio/TODO | 1 - drivers/staging/mt7621-gpio/gpio-mt7621.c | 24 +++++----- 4 files changed, 66 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/mtk,mt7621-gpio.txt -- 2.7.4 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel