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 3D310C6FD1D for ; Mon, 27 Mar 2023 21:49:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbjC0Vsk (ORCPT ); Mon, 27 Mar 2023 17:48:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjC0Vs1 (ORCPT ); Mon, 27 Mar 2023 17:48:27 -0400 Received: from mail-yw1-x1136.google.com (mail-yw1-x1136.google.com [IPv6:2607:f8b0:4864:20::1136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0758312E for ; Mon, 27 Mar 2023 14:48:26 -0700 (PDT) Received: by mail-yw1-x1136.google.com with SMTP id 00721157ae682-54601d90118so40429087b3.12 for ; Mon, 27 Mar 2023 14:48:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679953705; 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=mdTww4WzcUpLDoiL2bDzx/ldQeZAbCSgPQEL9AHx+Co=; b=ws6Qs6nZCHu9bCZ05S9m5EcuGcfNOqs7mTbCwPfPASP6i2cs98NoLhDVm0YWl0BVRo gel+5a+Ti2o1fraReFNH5b9h7hGTn7tXgVPbFj7YlNbKGt5XqDrtejiPfweD0+8AZuPE tFpcCAlNFSqt8JJwPMs0WxWso++WlAfv1iUi8N+UQgjqZcXSPyL1g3AvQYUZGcSQO9xz ETwHwvFg4qSLJLTbVQ8VbVvEw4MS67v88Wc2iM52Elxs5yZ2fI9bJgsoP6sWCMATsgst 3EN9BhaaraxDRzXFD2QPLaQ+m5lTTzLNh2dE/W29q5LZGYPI6hjoaMMztym02kDG7rTK ZS6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679953705; 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=mdTww4WzcUpLDoiL2bDzx/ldQeZAbCSgPQEL9AHx+Co=; b=C7j8/eHtQ1nmtYKuICq3SunDOSqeQIoSKhXCUTZXB1ONgQREY2erZvtR+yvDRn/PP3 hsxabu9s1ikNOMKkwn8P1tp3ExzrWbMokjGdiBIuLOz38tdjOwJ5MNIuoFC7fqmNhT5y Plt9oFxYVDfp8Ww2xe/eyDEpGhyVVinq9jNij0LXV+zImRKKAvCyw6B42Eu5PbU05CZp GqqO3UF5RomYzatYJx3oQ7hdM/76tkMDPiTmzgaBNtPFEWF+muLuXyX9y6rkSmCblZpz V4eDPuqt0xmyJUwCwcqCDsqZzLuCxhYe/mjDDnJ3alNZrb8L6EwlY9CDPvt6nmNSP1vq YnIg== X-Gm-Message-State: AAQBX9ftyYCkCZR+eVzp4rf4zItJM6paJW7kRYxXm4m6346Bz8yTP3bv Px0EKDO3pBGMmFRz8vhl3tMozydYCYktSln3QR+c0w== X-Google-Smtp-Source: AKy350Ys4b2JB7JAUX9iVy6IEhD3Bi/kXCG2nruSjeIpZO6GuHnrFZeLoV2WgnvD8lgdGNGYCCjSLC9y/fhKrpawBuI= X-Received: by 2002:a81:e308:0:b0:532:e887:2c23 with SMTP id q8-20020a81e308000000b00532e8872c23mr6154400ywl.9.1679953705097; Mon, 27 Mar 2023 14:48:25 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Linus Walleij Date: Mon, 27 Mar 2023 23:48:13 +0200 Message-ID: Subject: Re: [PATCH v8] dt-bindings: pinctrl: Convert Amlogic Meson pinctrl binding To: Heiner Kallweit Cc: Rob Herring , Krzysztof Kozlowski , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Amlogic Meson..." , "linux-gpio@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Mar 25, 2023 at 12:54=E2=80=AFPM Heiner Kallweit wrote: > Convert Amlogic Meson pin controller binding to yaml. > > Reviewed-by: Rob Herring > Signed-off-by: Heiner Kallweit Patch applied! Yours, Linus Walleij