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 697F2C43334 for ; Mon, 11 Jul 2022 08:52:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229908AbiGKIwq (ORCPT ); Mon, 11 Jul 2022 04:52:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230526AbiGKIw2 (ORCPT ); Mon, 11 Jul 2022 04:52:28 -0400 Received: from mail-yb1-xb33.google.com (mail-yb1-xb33.google.com [IPv6:2607:f8b0:4864:20::b33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7E9F21801 for ; Mon, 11 Jul 2022 01:51:45 -0700 (PDT) Received: by mail-yb1-xb33.google.com with SMTP id i14so7665196yba.1 for ; Mon, 11 Jul 2022 01:51:45 -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=oCCoYwA6Xo79naahfzsaqUYKymVR7vZ6x0VBH0fAwSY=; b=KgEpwlYUjIxPqeS0n1sMwZBjNPdUGNT7O1KFsaFMxULZXFtpTO8+uI9BZEYUHrRhui E8xp9H6xkVf85Kf+anAroUSLxAlLsdeaVP2oe4C+cKgVUzFx6MCdlLLx7bOR7BNP56r7 6d/FTvKCyYdFWnq1/TuI1gsqcnK8xJnCad9oEVp29nzWHRCXGkkLTSPVPt/MS17Rabch Z9wmqlW1fjc6VOog/E8ERKDe85VDa7RWtdBRtKIH5ROz2fSdJ+qFoVAI+mBOMsqqgtg6 3miyB9HB0oSt8v7XQU9TwU/2IPoP/O42NWPtN5K/wHbkaRMbQghXlLtD+PEysiATUfJt aziQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oCCoYwA6Xo79naahfzsaqUYKymVR7vZ6x0VBH0fAwSY=; b=YbmrWoiEKYPhoZaWMpZkk4jI0XlxjFZd7a9ZXFz/fSzZFf9g1UqQ4t3Wy6tByHn3fG C30fMITC0/DYtKIV8Pdia7tcvWIWsy5Aq46/vO6RiGG+Cg7N2hHOIjc+48vWZOqfX/Mc XIIIW+CWmuzKUDJI4Rqz95VfElxRLz15xr9kzTDcrGHTMKuF5H+/jpObVdCCjCRh1Kod lXH4F5zRQKwo9ZWxiBLsSZOl40fZErVT9Xe/cyWjGqao0m+NWt9nRQq7Hhrlop9SDRXx uILSyEnD1xpJjYATBdYDNemmkIllXSo0+MVBi0IWLyQkvZUK6hVi6cTbWxKkD2jkJ6Cr SE1g== X-Gm-Message-State: AJIora8u73eDCnhOWwQYrDh/wnXd02f5nLLTs5R6RVPdXCne4OxlxJSN cIqDVTKsSv1os2gPa0Reod50z42iWhlevxQpexPxuA== X-Google-Smtp-Source: AGRyM1uKbHI7q/R1gcPw/USyJqnRHCFtiAlgKUxoTaKXXMmcR+q5YmNfBJ71fCB3vqnDWcXf+Df9409dWttXpSjB83I= X-Received: by 2002:a25:d07:0:b0:66e:6c0e:a2d1 with SMTP id 7-20020a250d07000000b0066e6c0ea2d1mr14553827ybn.369.1657529504905; Mon, 11 Jul 2022 01:51:44 -0700 (PDT) MIME-Version: 1.0 References: <20220708105235.3983266-1-andre.przywara@arm.com> In-Reply-To: <20220708105235.3983266-1-andre.przywara@arm.com> From: Linus Walleij Date: Mon, 11 Jul 2022 10:51:33 +0200 Message-ID: Subject: Re: [PATCH v13 0/7] arm64: sunxi: Allwinner H616 SoC DT support To: Andre Przywara Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Jul 8, 2022 at 12:52 PM Andre Przywara wrote: > only some minor changes this time in the .dtsi, addressing the comments, > many thanks to Jernej and Samuel for that! Also adding the R-b tags. > Andre Przywara (7): > dt-bindings: pinctrl: sunxi: Make interrupts optional > dt-bindings: pinctrl: sunxi: allow vcc-pi-supply These two (patches 2 & 4) applied to the pinctrl tree, I suppose it is what I'm supposed to do? If they end up also applied to the SoC tree it's not the end of the world. Yours, Linus Walleij