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 385A0C7618A for ; Sun, 19 Mar 2023 20:58:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230113AbjCSU6l (ORCPT ); Sun, 19 Mar 2023 16:58:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229665AbjCSU6i (ORCPT ); Sun, 19 Mar 2023 16:58:38 -0400 Received: from mail-yb1-xb2a.google.com (mail-yb1-xb2a.google.com [IPv6:2607:f8b0:4864:20::b2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABE6616AD3 for ; Sun, 19 Mar 2023 13:58:36 -0700 (PDT) Received: by mail-yb1-xb2a.google.com with SMTP id z83so10849320ybb.2 for ; Sun, 19 Mar 2023 13:58:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679259516; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=slTlotxx3fcOIiVEZmXgPk8gsXyMX9Tm5yjiLh1yu78=; b=Esl4BDoUuM2GdiJWGFjVzUqn6XsO4j+Vy23XiW1cYGU7/3p294trptkJ/Ohnf7DKjt St61+kvqCPtQnB/W/OkK38195AvIe/FGFLCu6mchGB7UT1LPeEwNwl7YCOH5YgQ2aeBG 3Ya5xRIKCUWOgKs/AdaObSzyOGS3GUmZxCXb7xg0BQTQZ9q6x5Id/ef/mv5AW1A0j577 hxKxTUiXN9dX8iGAP3azmX05ZuDIKH2UcD+nAVnn++yZXVe8Lid7l2TUtQKQrFFKL8/C hfEo00yLT5ppwMmbHALhrxhS1Hz5d6fz4Xf6jD28Xt/z5BfunnCI615t3L6AAGGJEFIu asfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679259516; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=slTlotxx3fcOIiVEZmXgPk8gsXyMX9Tm5yjiLh1yu78=; b=i6q2cshj5KH+ex87rRS0T3CBOJtnZDKrlDshe55g40xEchYDosFOrjmxkpyQlmrrKq 6FOKCesRBJ+ud4MoVZBu64v7A5tHpbfgDE+vNaf2NImDlf7yEsVzi9//OM8VJJYja2tB Q0B0f8HQMSwMXBGwetOJtA5F40BUL7jYAUmzzSA8fu/c3gbyxFKD5gPNt3XyD9xaBbHK GXWoH0+zj3z24hHQikycelDXCZ9zJAZj0nYbHnuqo9LdgLJZrg3kv5rksoZR5VgYKtSO 7bSzwo1cIj4B+kaDoh353f1MbbpflWKJ7HlOnioEDIwEolnMcjDf+rKRDsdWVcIW3HMx 3Z6w== X-Gm-Message-State: AO0yUKXKYiRqhGYISNmIh1Wux9bF6iEJNOB4AZD/vSmORN20vN8SIKLR TIkHDKZS5s4szIDGy3B2/DoEzTA+WHsyCME+mXSUQQ== X-Google-Smtp-Source: AK7set9N7HBHhQUfyexxk65xztbNCbM/NotsRK4cg8qus2nO+Zgi2xnzAgTVdxSDjoFozWKrNI49lPoh5u52J04PEhQ= X-Received: by 2002:a05:6902:110e:b0:b26:47f3:6cb with SMTP id o14-20020a056902110e00b00b2647f306cbmr3225716ybu.4.1679259515943; Sun, 19 Mar 2023 13:58:35 -0700 (PDT) MIME-Version: 1.0 References: <20230315155228.1566883-1-nm@ti.com> In-Reply-To: <20230315155228.1566883-1-nm@ti.com> From: Linus Walleij Date: Sun, 19 Mar 2023 21:58:25 +0100 Message-ID: Subject: Re: [PATCH V2 0/3] pinctrl/arm: dt-bindings: k3: Deprecate header with register constants To: Nishanth Menon Cc: Krzysztof Kozlowski , Rob Herring , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Sekhar Nori , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Tero Kristo , Vignesh Raghavendra Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2023 at 4:52=E2=80=AFPM Nishanth Menon wrote: > This is an updated series to move the pinctrl bindings over to arch as > the definitions are hardware definitions without driver usage. > > This series was triggered by the discussion in [1] Acked-by: Linus Walleij As mentioned by the DT maintainer I think this best all go into the same tree as the DTS files, so let's merge it all through the TI SoC tree. Yours, Linus Walleij