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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 0E4A9C606D3 for ; Tue, 9 Jul 2019 01:44:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D1FF621707 for ; Tue, 9 Jul 2019 01:44:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562636679; bh=U4cd/9T09Y4fMiBDTG5wta0ThpVi/JiVzM5ijhif+d4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=C8YsyI558rCchnjNuCEYrJCbijMUjqRe20zwXgUJB2g7WTJxjN7THF0YXHfL3IwYY THAeHXcPzDfMjWRDB/6PksX15Uc5PqG7WPV6qnThvmmUBKfVx1u99sEYz9Cq7d9Jov s3sZMiHSjqrge+qAeZjHepT7dzRO1UhUjb1Aa6Y0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725941AbfGIBoj (ORCPT ); Mon, 8 Jul 2019 21:44:39 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:46188 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725905AbfGIBoj (ORCPT ); Mon, 8 Jul 2019 21:44:39 -0400 Received: by mail-io1-f66.google.com with SMTP id i10so39615931iol.13; Mon, 08 Jul 2019 18:44:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Kd+R8U7AeHQK+dVVAxxx/vKyVP0OoTL7mSnz079YKZg=; b=dn9OahJKlFcsiA3jGkmkYcKpKDnDkMvKLYlpSYEpv3TtHv0CSSOgyAD5OLNGAbJZ8B FgzLGGq5IC7y1mV2YpeeHTWG+mOENhtnoY/XNRX11He/UG4Ya9PSFT6Pze57DfA81LF5 BHjxaBpf3cZu9pnkXWVgszeaYmsTbVVWC9w9bvT08HjS/zSRAkb59dFX4eYnThOwfhDG SNw70NHJLjDf3cFFmFztgOcQZB9L7CR0pOozFuMKErRF0JV6B2i6yI/H7/zIPYBirUJh 2jwL9r2Gcs43LojXymmXbikkEglKio32c1Qq5fG9FgxfT4jMcg49pJTaaMMdE1a6ZaK6 hb7A== X-Gm-Message-State: APjAAAVJWsEDG0Ho4Q4+mUyiukYwbpTmn7CWJqlVi7QEn7CYxinc5iP0 u1V7+TTMWzjWCSEclU+GoXovf4c= X-Google-Smtp-Source: APXvYqwUZNHjJqnSaa51TzsLuv0W/Pd+sulwtIXpORaf4ssy3jNRBSvXFrt+gjlJKE0rUraKSVmSEw== X-Received: by 2002:a6b:8bcb:: with SMTP id n194mr17670842iod.194.1562636677804; Mon, 08 Jul 2019 18:44:37 -0700 (PDT) Received: from localhost ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id m4sm31452340iok.68.2019.07.08.18.44.36 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 18:44:37 -0700 (PDT) Date: Mon, 8 Jul 2019 19:44:36 -0600 From: Rob Herring To: Sricharan R Cc: sboyd@kernel.org, linus.walleij@linaro.org, agross@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/6] pinctrl: qcom: Add ipq6018 pinctrl driver Message-ID: <20190709014436.GA9055@bogus> References: <1559755738-28643-1-git-send-email-sricharan@codeaurora.org> <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, Jun 05, 2019 at 10:58:53PM +0530, Sricharan R wrote: > Add initial pinctrl driver to support pin configuration with > pinctrl framework for ipq6018. > > Signed-off-by: Sricharan R > Signed-off-by: Rajkumar Ayyasamy > Signed-off-by: speriaka > --- > .../bindings/pinctrl/qcom,ipq6018-pinctrl.txt | 186 +++ Please split bindings to separate patch. Using DT schema would be nice. > drivers/pinctrl/qcom/Kconfig | 10 + > drivers/pinctrl/qcom/Makefile | 1 + > drivers/pinctrl/qcom/pinctrl-ipq6018.c | 1183 ++++++++++++++++++++ > 4 files changed, 1380 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.txt > create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq6018.c 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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 C54BCC606B0 for ; Tue, 9 Jul 2019 01:44:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98B262166E for ; Tue, 9 Jul 2019 01:44:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="s4zib6Sc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98B262166E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=C1HDcuvHygyzFh123Zva6rm9ijMKSHC8UPg3vJ1EhBM=; b=s4zib6SciN0b2H FFqX7vaNitCqzzUwLfuvpdw6OFDiOgt1SuuwZdu2E4sOIJJCkpgcQ8K4FWe2q/U7Ji1xSbuzc0Pu1 xK1BtAEK372lk5lrfpX+9x8lSumpNn0H7SnL3IOaLmiPjLyFsZvV5tBOdTaA/lcBNPMweVxgUJ+Ke OJPnZjjP5l9IuoKWovap0W7OKeO9HLTj7XLF4EKiolXm17aw5Km5zh36Zy4supNfB6MhwNZJ5LFDz naWZPJoMC1rT/HtZ6Hvlb90XWD6oJjBnWkQ7F9GE6DdbcXN0ImR86Czqz9MkmXXxf1oxvYJulTVJg 59a1tNSPifGcQB02Ynyw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hkfBS-0007bj-A4; Tue, 09 Jul 2019 01:44:42 +0000 Received: from mail-io1-f66.google.com ([209.85.166.66]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hkfBP-0007bF-3m for linux-arm-kernel@lists.infradead.org; Tue, 09 Jul 2019 01:44:40 +0000 Received: by mail-io1-f66.google.com with SMTP id j6so39702496ioa.5 for ; Mon, 08 Jul 2019 18:44:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Kd+R8U7AeHQK+dVVAxxx/vKyVP0OoTL7mSnz079YKZg=; b=turioJ/OJ1CTC93DoW0n3a+/RLYExger8wMSGx27e+/j/wsobmm9WM1c2VBkLPBh98 Nq5WIU8fYRWdyVVgPQzcCuGRHvsem//JuobRIq1sZYJIpu8P9mHgeJsw+dAHRJWbm259 4CJMhWgezXh1mtuI6hX+sjxAV8FE8NMy5uI5CdSHkiKK7DkVqpDIWxhkrhTkQgPnr2WS 9Tm1DWHA9n6xT7SO3Qv43IAtjIbqbQzfI5/eAfhhPbuKkdmpaFt7EslO4JhIVIOOQV// EZWfU/1WPeaeLU8fzn2e2WnEp/YYe0VMAsEeJNqKFsAG9sUjpU3BjJRSBY2WRp1E9/Xt h3fg== X-Gm-Message-State: APjAAAUNVU2k9tUdGqo+42fPYF07m1rkc58WM+U6My2XbokkZTBCWUix EcoBmR84o49kufaXFzhQWg== X-Google-Smtp-Source: APXvYqwUZNHjJqnSaa51TzsLuv0W/Pd+sulwtIXpORaf4ssy3jNRBSvXFrt+gjlJKE0rUraKSVmSEw== X-Received: by 2002:a6b:8bcb:: with SMTP id n194mr17670842iod.194.1562636677804; Mon, 08 Jul 2019 18:44:37 -0700 (PDT) Received: from localhost ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id m4sm31452340iok.68.2019.07.08.18.44.36 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 18:44:37 -0700 (PDT) Date: Mon, 8 Jul 2019 19:44:36 -0600 From: Rob Herring To: Sricharan R Subject: Re: [PATCH 1/6] pinctrl: qcom: Add ipq6018 pinctrl driver Message-ID: <20190709014436.GA9055@bogus> References: <1559755738-28643-1-git-send-email-sricharan@codeaurora.org> <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1559755738-28643-2-git-send-email-sricharan@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190708_184439_156984_6CEEA0BA X-CRM114-Status: GOOD ( 11.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, sboyd@kernel.org, linux-arm-msm@vger.kernel.org, linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, agross@kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jun 05, 2019 at 10:58:53PM +0530, Sricharan R wrote: > Add initial pinctrl driver to support pin configuration with > pinctrl framework for ipq6018. > > Signed-off-by: Sricharan R > Signed-off-by: Rajkumar Ayyasamy > Signed-off-by: speriaka > --- > .../bindings/pinctrl/qcom,ipq6018-pinctrl.txt | 186 +++ Please split bindings to separate patch. Using DT schema would be nice. > drivers/pinctrl/qcom/Kconfig | 10 + > drivers/pinctrl/qcom/Makefile | 1 + > drivers/pinctrl/qcom/pinctrl-ipq6018.c | 1183 ++++++++++++++++++++ > 4 files changed, 1380 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.txt > create mode 100644 drivers/pinctrl/qcom/pinctrl-ipq6018.c _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel