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 A1A32C433F5 for ; Tue, 19 Apr 2022 22:33:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358218AbiDSWgI (ORCPT ); Tue, 19 Apr 2022 18:36:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358215AbiDSWgH (ORCPT ); Tue, 19 Apr 2022 18:36:07 -0400 Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8D842C120 for ; Tue, 19 Apr 2022 15:33:22 -0700 (PDT) Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-2ebf3746f87so197967b3.6 for ; Tue, 19 Apr 2022 15:33:22 -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=dPwL7aoaZ2Tj5IbNCnFua5KEAaAGPpZL6+FzfhVJ9DU=; b=cppk+mUylJYCtCcjAdZD6my1QeB78RbGeqdSursZUtBQwAgnkzDQSyNxHh9jUrfO1/ VcGN3c6MOgC0vv8hXaLxWUtzzLnU5txIxFDqJx0Az/dSn2JE+mF+8BWUn6Dm6NRcmGye uH9sM6+tReaXvghSDyxsnzzDW2JBNBjI130ZfjLy+Sq63vdWjZBf8U7lYXLu5ul38FRZ lnhqmAONa0USuN0S8HcQoJ4uy71e64Gp8pka1ow38wc/uon7Cy1o2bsDiK+56FiVhU2H guvG0T3lpuOqjHOOgfEUaAtnGTkrP9QRxQv58sqgQ3ikJD3W7TSs/0pyGLVsA5PMN273 hhRw== 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=dPwL7aoaZ2Tj5IbNCnFua5KEAaAGPpZL6+FzfhVJ9DU=; b=gFLDk8LjwODu1r/Cz4MdwxWBHmu1XrZcmb3truJWO6E6NYcRLMzoBJzSSY4LMi0XZJ +fMwEU6gXOLjn6hDE5bTyBbS+ZXaU94bHEPlyu5X2WRkYwroJp2UpJYBLYpdmu+vpzmC SoI80VhxaptxU3JyMGu44eNNRyEp9cinS75os7mOxcvx+mt9C1bxjB2OBHE/wcYrULia sW8wO50iZjei7WfYQ1Qrrus0NXAZn0CXIevwtQIaRi6exuwH+21qrNhhJuh0A5yKTfiW I210sWGgtEei4jFSKlg4bCtgPIfF9bq2xig+WFaZCCsMGBVQD9r+FgWgDYa1LsNZYLMt btfQ== X-Gm-Message-State: AOAM532RnZgt8MInjv7kja4sU/WAjyJa8jbHJ35gG0GOTMuKEOeBVx7L u7glQy7bpZO6kpT6c1UxpErm+wp9FQ+xSzwfkBou5g== X-Google-Smtp-Source: ABdhPJz+yFRgMHBw2zE3OHuucGEP8amS/hvIwE6uRi+tci2ORv8kQIih2dHhwvp5wJLJbquzoJV0llSzHo0T9RhKEsk= X-Received: by 2002:a81:b50d:0:b0:2e5:b653:7e97 with SMTP id t13-20020a81b50d000000b002e5b6537e97mr19457673ywh.140.1650407602056; Tue, 19 Apr 2022 15:33:22 -0700 (PDT) MIME-Version: 1.0 References: <20220319204628.1759635-1-michael@walle.cc> <20220319204628.1759635-7-michael@walle.cc> <735863d6476605e4ff72032d8971ac0d@walle.cc> In-Reply-To: <735863d6476605e4ff72032d8971ac0d@walle.cc> From: Linus Walleij Date: Wed, 20 Apr 2022 00:33:10 +0200 Message-ID: Subject: Re: [PATCH v3 6/6] dt-bindings: pinctrl: convert ocelot-pinctrl to YAML format To: Michael Walle Cc: Krzysztof Kozlowski , Rob Herring , Lars Povlsen , Steen Hegelund , Thomas Bogendoerfer , Gregory CLEMENT , Paul Burton , Quentin Schulz , Antoine Tenart , Kavyasree Kotagiri , Nicolas Ferre , "David S . Miller" , UNGLinuxDriver@microchip.com, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Apr 18, 2022 at 2:04 PM Michael Walle wrote: > Am 2022-04-18 13:13, schrieb Krzysztof Kozlowski: > > I think you got all necessary acks for this pinctrl bindings change and > > the dependency ("add reset property"), so both can go via Linus' tree. > > That's preferred. > > > > DTS patches goes through your SoC maintainer tree. > > Ah, ok, I wasn't aware of that. Then yes, please go ahead and > pick this and the first patch of [1] up, Linus. I picked up this patch but: > [1] > https://lore.kernel.org/linux-gpio/20220313154640.63813-1-michael@walle.cc/ These patches don't apply to my tree. Please rebase on the pinctrl "devel" branch and resend! https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel Yours, Linus Walleij