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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A417C433FE for ; Thu, 6 Oct 2022 20:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230226AbiJFUc7 (ORCPT ); Thu, 6 Oct 2022 16:32:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231453AbiJFUc5 (ORCPT ); Thu, 6 Oct 2022 16:32:57 -0400 Received: from mail-oo1-f49.google.com (mail-oo1-f49.google.com [209.85.161.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD50BBEAC7; Thu, 6 Oct 2022 13:32:56 -0700 (PDT) Received: by mail-oo1-f49.google.com with SMTP id h1-20020a4aa741000000b004756c611188so2222493oom.4; Thu, 06 Oct 2022 13:32:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=LcOyRcRSx0+Y9wlXvIvsToGECYGmWrmaG0LazNTO+Zk=; b=WnQGJ+9jjMnUpUfLrLb5mFXhSuF0ssHGgTlDuMAexmEOKFckRcpqYNKruXc5q91r4B cqjaFDxHwS46V4XIrFamCKsCccNnv0Xf6bSgxMI7FfMGc2eBH6diqFhdg79URuKlE1UU dBPffTv7QWV+XLk3KbxUJuycC2C4QETZ9WusXz6cxVY1ASkFh8FALMpbOCj3hkkje5ca JB/PKce5yly+E+n2EZnOI+5mCuJpVFh/keY22VSNqERFS9cZg8lsMffKvNOg+2pyFbro r2VDCs3DcL+GHNQ8KW1uCYqpWC2hwTRoKlfUmtcshDJ232ujUmhnsxtL1UVO8jXFCjxG LJLg== X-Gm-Message-State: ACrzQf1rtFxWpJa345WjQ70o9lsrM6jynUKKBbDII7sVqfIvMmuBND3v 7eassPg9zzyokBWYEE6GFQ== X-Google-Smtp-Source: AMsMyM4KBH5UCLaQijb729zMpfbHKEq4T/nNQDoXT7CCYZykGTol9PlzV+Kz1mpqPA3u2wZkcnluBw== X-Received: by 2002:a05:6830:1e14:b0:65c:5217:ca02 with SMTP id s20-20020a0568301e1400b0065c5217ca02mr707678otr.203.1665088375969; Thu, 06 Oct 2022 13:32:55 -0700 (PDT) Received: from robh_at_kernel.org ([2607:fb90:8a65:c536:245:842:a3a4:9017]) by smtp.gmail.com with ESMTPSA id cm21-20020a056830651500b00660d73c8bdesm274750otb.50.2022.10.06.13.32.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 13:32:55 -0700 (PDT) Received: (nullmailer pid 111642 invoked by uid 1000); Thu, 06 Oct 2022 20:32:53 -0000 Date: Thu, 6 Oct 2022 15:32:53 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Iskren Chernev , Vinod Koul , Krzysztof Kozlowski , Stephan Gerhold , devicetree@vger.kernel.org, Andy Gross , linux-kernel@vger.kernel.org, Rob Herring , Shawn Guo , Bjorn Andersson , Srinivas Kandagatla , Martin Botka , Konrad Dybcio , Linus Walleij , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, krishna Lanka Subject: Re: [PATCH 16/34] dt-bindings: pinctrl: qcom,sm8450: drop checks used in common TLMM Message-ID: <166508837168.111515.15485282892901000258.robh@kernel.org> References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> <20221006140637.246665-17-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006140637.246665-17-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 06 Oct 2022 16:06:19 +0200, Krzysztof Kozlowski wrote: > The common Qualcomm TLMM pin controller schema already brings > requirement of function for GPIO pins. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,sm8450-pinctrl.yaml | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > Acked-by: Rob Herring