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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3F8AC433EF for ; Sat, 16 Oct 2021 22:15:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9595160FC3 for ; Sat, 16 Oct 2021 22:15:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244717AbhJPWRj (ORCPT ); Sat, 16 Oct 2021 18:17:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244698AbhJPWRh (ORCPT ); Sat, 16 Oct 2021 18:17:37 -0400 Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE560C061765 for ; Sat, 16 Oct 2021 15:15:28 -0700 (PDT) Received: by mail-lj1-x22a.google.com with SMTP id w23so979962lje.7 for ; Sat, 16 Oct 2021 15:15:28 -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=bWD1Wot4CiOZ5+nEEfKw3QurPlGi9CMDSa71U1t30+g=; b=IFM6ftu/K+rQCjJ2/RcVxwyvUdSlM2Md5Xbkm9vIoAkL0ZnaM3wk2YhonAjG+GMsTT o9lJwnq/rmMx9en1D1Z12Fbxvu53+CQZuyXgtQKM6RfWp1H9Pz3NWA74iL5sLWfsDrNC I73KCwAMn+p57HpNRZwtt9Iukx5z0L7Ltcqiw6Hmw7/HrsDKAHbegsI9nKq03GRAAZsm xaF7g2I3r0S6iDAkuQYK8jen+42FtM7HOiWZ+IUu8SfjY0wBAhA35yxSPc7SewGce8gP nRrejWkEWROopQn5fpLbvw5SOYC1CIt4El+8gNM3v8LuC2uuChD/XFv8O4YP7rVbuTkg lAzw== 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=bWD1Wot4CiOZ5+nEEfKw3QurPlGi9CMDSa71U1t30+g=; b=y+FeFBfEMrIiC33lg/dp9om+gvWQjgfLiWansBTE2B09offhjOTw9jb6bSQXqZ/5JN FFkcMi9u4JnbM0py4cYkjQ42bkp1/wscwdGuaLCrF8ia0TJjtFnk3jK4uEDLx0W71yMW dWtxyK430qhOyH4IA7MFG5sqPPP9/u+G4Z6U0mnbyAqoBl5cCFOCdjxT0JTetbc8Do4F DwjHLIyDnLlGGDof2JrepArNkrKLcy0DTZl4Tg+o1evZWHW91N0T1ndVXtX2nqSxSRT4 YLAcqchymZoBJrJhr4x44Y0yYcU3S1tSneY/unn5HC1zDm6vS2HrqMqklAESgROnKGId J4IA== X-Gm-Message-State: AOAM530uXNrJuVfAu0cKVNfKlivyzxFNwsKTHededOsg3JHyZDoVucVr TJTTF08WFjxqMzwqG2ZOY0C6/FuXeY9fPrG1Fo0wfA+L X-Google-Smtp-Source: ABdhPJzsvOIyKWJIPutTL9ipXbUxr8NKxnWe525hIO2sQaIGZxZYcmi2kIQf6tU76Sr0i+hc/mAvbIxzc/BitbUElDo= X-Received: by 2002:a2e:b748:: with SMTP id k8mr22367942ljo.358.1634422527329; Sat, 16 Oct 2021 15:15:27 -0700 (PDT) MIME-Version: 1.0 References: <20211007144019.7461-1-jbx6244@gmail.com> In-Reply-To: <20211007144019.7461-1-jbx6244@gmail.com> From: Linus Walleij Date: Sun, 17 Oct 2021 00:15:16 +0200 Message-ID: Subject: Re: [PATCH v3 1/3] dt-bindings: pinctrl: convert rockchip,pinctrl.txt to YAML To: Johan Jonker Cc: =?UTF-8?Q?Heiko_St=C3=BCbner?= , Rob Herring , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "open list:ARM/Rockchip SoC..." , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 7, 2021 at 4:40 PM Johan Jonker wrote: > Convert rockchip,pinctrl.txt to YAML > > Signed-off-by: Johan Jonker Patch applied to the pinctrl tree for v5.16. Please merged patches 2, 3 into the Rockchip tree for the SoC tree. Yours, Linus Walleij