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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 BA991C0650F for ; Mon, 5 Aug 2019 11:35:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9127A20679 for ; Mon, 5 Aug 2019 11:35:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="bK1ttl7i" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728546AbfHELfv (ORCPT ); Mon, 5 Aug 2019 07:35:51 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:44114 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727357AbfHELfv (ORCPT ); Mon, 5 Aug 2019 07:35:51 -0400 Received: by mail-lf1-f67.google.com with SMTP id v16so3804481lfg.11 for ; Mon, 05 Aug 2019 04:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=PA5LKqLUZg6N/15oENr417+maCymYksiJN1leg5uDv0=; b=bK1ttl7iKTWceqtx19Sa/7+DM3zapBwSA9/ODu5KX3kw1ViYsxO9FzDhuFhtu4Aj0O uvOO4Lr5/qCu/BnfldETVo9wEXNSTiYLl1E6BI+PA8iNoaCFM7V4mLGiPtDueh/7QeX1 0KZMMyDinoMb5DuxX91zavTTt5WuGGXQRBP6AZxT9TjOHQsMbwofrPVhJU8A1JtJX22V hUBJx7XXThV0mbzKr9FWPaVVLRtElVwiERrWn+ctopnWdVw+kUrj/vsas0MNCrA+3pe2 T+r9Qq6eoZVNJ4I3L5I0e23wL8LCzQLzqDETEUxcMTYet8+SfCKJ0RBJpbh8sXIMBiFT NX+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PA5LKqLUZg6N/15oENr417+maCymYksiJN1leg5uDv0=; b=umiD+5bz5oZYsKmB77ZVJUrA+GfDGwMHsPnotGfNa8AbbJmxPdE1fW2hmzkh+FoTQg 5gVR7KP5kt63sFpAciGfn83NSgfxh3MT9RaZ7D6WxQC6/yKWaP8GdlU2fe3WPIsjhcfK GrEtASFqeSleMo4lGjbM9ypJfwcT7QyuPPMVMowkccL8stJk5KyZsjeUNHKoSqkD0LXs o9/vRjEVIjRdpeB5ScPucgEIbo/ysxoF5X1e36iz/YqMnWxY6JGUFHjCAM6Zdp+R/rFl cpSgUjVZ7rHYNZo6axNN8U0KI7O1WoTNrJYR42wMvyV46tosOZ6Bl9pRNhmSIfrL6tUZ 0JPg== X-Gm-Message-State: APjAAAWkE5wFTwxF49SzTWASjyGVmuga3AnTb1pzFiMNPgM3eqx9jrj1 xbtSWMvOiS/6mXvXE2TVEt1tB/BJW5JDUPFBUFpn396I X-Google-Smtp-Source: APXvYqxpziKgKxkC0CLx9svUiuECS9qp3k4Ke29MQa+w28OfxT6UG3D8k/lLoKpht7+O8PeX6bA1nQoVqBuP0bOPSsc= X-Received: by 2002:a19:e006:: with SMTP id x6mr69629944lfg.165.1565004948937; Mon, 05 Aug 2019 04:35:48 -0700 (PDT) MIME-Version: 1.0 References: <20190801100717.23333-1-rnayak@codeaurora.org> In-Reply-To: From: Linus Walleij Date: Mon, 5 Aug 2019 13:35:37 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: qcom: Add SC7180 pinctrl binding To: Rajendra Nayak Cc: Bjorn Andersson , MSM , Andy Gross , Rob Herring , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" , Jitendra Sharma , Vivek Gautam Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 5, 2019 at 1:34 PM Linus Walleij wrote: > On Thu, Aug 1, 2019 at 12:07 PM Rajendra Nayak wrote: > > > From: Jitendra Sharma > > > > Add the binding for the TLMM pinctrl block found in the SC7180 platform > > > > Signed-off-by: Jitendra Sharma > > Signed-off-by: Vivek Gautam > > [rnayak: Fix some copy-paste issues, sort and fix functions] > > Signed-off-by: Rajendra Nayak > > Patch applied with Bjorn's ACK. Ooops there is v2 and even v3 coming, OK I wait for v3 and backed this out. Yours, Linus Walleij