From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4675C4321A for ; Fri, 28 Jun 2019 09:16:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C606208CB for ; Fri, 28 Jun 2019 09:16:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726829AbfF1JQL (ORCPT ); Fri, 28 Jun 2019 05:16:11 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:50904 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726819AbfF1JQI (ORCPT ); Fri, 28 Jun 2019 05:16:08 -0400 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1hgmzH-0001Ld-Hn from Harish_Kandiga@mentor.com ; Fri, 28 Jun 2019 02:16:07 -0700 Received: from [10.0.3.15] (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Fri, 28 Jun 2019 10:16:03 +0100 Subject: Re: [PATCH V4 1/2] gpio: inverter: Add Inverter controller for gpio configuration To: Linus Walleij CC: Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , Balasubramani Vivekanandan References: <1561699236-18620-1-git-send-email-harish_kandiga@mentor.com> <1561699236-18620-2-git-send-email-harish_kandiga@mentor.com> From: Harish Jenny K N Message-ID: Date: Fri, 28 Jun 2019 14:45:54 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Archived-At: List-Archive: List-Post: On 28/06/19 2:25 PM, Linus Walleij wrote: > On Fri, Jun 28, 2019 at 6:20 AM Harish Jenny K N > wrote: > >> Provides a new inverter gpio controller to configure the polarity >> of the gpio pins. This driver enables the consumers to directly >> use the gpio pin without worrying about the hardware level >> polarity configuration. Polarity configuration will be done by >> the inverter gpio controller based on device tree information. >> >> Signed-off-by: Balasubramani Vivekanandan >> Signed-off-by: Harish Jenny K N > This code is finished, very nice. Thanks. > > We still need some review from the DT people before I > apply it. Are the DT people in the same mailing list or do I need to send review request separately ? Regards, Harish Jenny K N