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_MUTT 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 DB513C31E57 for ; Mon, 17 Jun 2019 09:38:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD0DC208E3 for ; Mon, 17 Jun 2019 09:38:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560764324; bh=1MmPNbYWZDKNu+tc8X2hB5HstMq/o4InRnTu+0NxeX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=r/dlpQXahY0IkpMJqFREp4maR9JcKTQs//SEia0qiYyDj8gdVMqHgS9SinnPt83kV 9ya8zWQewOkVWQClO/68D7JybKdLoMD9XTBr5aasMpRWNdT9rVN/i0xtmiHVucQH4v lWreIK1pXuUBW1P/DgX6Dq41Ku7/AHJNhbJ3xDoI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725983AbfFQJio (ORCPT ); Mon, 17 Jun 2019 05:38:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:53074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725837AbfFQJin (ORCPT ); Mon, 17 Jun 2019 05:38:43 -0400 Received: from localhost (unknown [122.178.208.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 81B682085A; Mon, 17 Jun 2019 09:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560764323; bh=1MmPNbYWZDKNu+tc8X2hB5HstMq/o4InRnTu+0NxeX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=l5ZQs+Ws1wpbolkQeLk4pmztF464THsCz5/kU6dg08HqAvIizOfA+uPBdYpwm43Q2 0SptEJfjZu+aic1Q/cGFLXFZQlKAn/9YDKWXYuXjluyoFLjcr/6Ims+5W+jEuC8zg2 sflA3O5D/6NJEcsd/GIvI25Mm7v4yIo2oSr7mHmk= Date: Mon, 17 Jun 2019 15:05:34 +0530 From: Vinod Koul To: Manivannan Sadhasivam Cc: Linus Walleij , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Prasad Sodagudi , Andy Gross , David Brown , Rob Herring , Mark Rutland , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, "Isaac J . Manjarres" Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding Message-ID: <20190617093534.GI2962@vkoul-mobl> References: <20190614053032.24208-1-vkoul@kernel.org> <20190617063732.GA18010@mani> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617063732.GA18010@mani> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 17-06-19, 12:07, Manivannan Sadhasivam wrote: > Hey Vinod, > > On Fri, Jun 14, 2019 at 11:00:31AM +0530, Vinod Koul wrote: > > From: Prasad Sodagudi > > > > Add the binding for the TLMM pinctrl block found in the SM8150 platform. > > > > Signed-off-by: Prasad Sodagudi > > Signed-off-by: Isaac J. Manjarres > > Signed-off-by: Vinod Koul > > --- > > .../bindings/pinctrl/qcom,sm8150-pinctrl | 200 ++++++++++++++++++ > > Looks like you missed the .txt extension for binding :-) Looks like I did :( Thanks for pointing Mani! -- ~Vinod