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 9D1031CE4B3 for ; Tue, 29 May 2018 04:58:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9A39487ABF for ; Tue, 29 May 2018 04:58:14 +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 9aw6q+NLORPc for ; Tue, 29 May 2018 04:58:14 +0000 (UTC) Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by hemlock.osuosl.org (Postfix) with ESMTPS id D399F87A88 for ; Tue, 29 May 2018 04:58:13 +0000 (UTC) Received: by mail-wr0-f195.google.com with SMTP id 94-v6so23132154wrf.5 for ; Mon, 28 May 2018 21:58:13 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH 0/6] staging: mt7621-gpio: last cleanups Date: Tue, 29 May 2018 06:58:03 +0200 Message-Id: <1527569889-9510-1-git-send-email-sergio.paracuellos@gmail.com> In-Reply-To: <87efhwwv9y.fsf@notabene.neil.brown.name> References: <87efhwwv9y.fsf@notabene.neil.brown.name> 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 series performs last cleanups pointed out in this mail by NeilBrown: http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2018-May/121282.html If this is ok and after testing this driver should be ready to go out of staging. Please, note that this has to eb applied after previous series which are before in this mail thread. Hope this helps. Best regards, Sergio Paracuellos Sergio Paracuellos (6): staging: mt7621-dts: fix property #interrupt-cells for the gpio node staging: mt7621-gpio: dt-bindings: update documentation for #interrupt-cells property staging: mt7621-gpio: change 'to_mediatek_gpio' to make just a one line return staging: mt7621-gpio: use GPIOF_DIR_OUT and GPIOF_DIR_IN macros instead of custom values staging: mt7621-gpio: change gc_map to don't use pointers staging: mt7621-gpio: reorder includes alphabetically drivers/staging/mt7621-dts/mt7621.dtsi | 2 +- drivers/staging/mt7621-gpio/gpio-mt7621.c | 38 +++++++++------------- .../staging/mt7621-gpio/mediatek,mt7621-gpio.txt | 10 ++++-- 3 files changed, 25 insertions(+), 25 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel