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 D1090C4332F for ; Tue, 13 Dec 2022 03:34:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229727AbiLMDex (ORCPT ); Mon, 12 Dec 2022 22:34:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbiLMDew (ORCPT ); Mon, 12 Dec 2022 22:34:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E54AE8B; Mon, 12 Dec 2022 19:34:51 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CB12A612CB; Tue, 13 Dec 2022 03:34:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D242CC433EF; Tue, 13 Dec 2022 03:34:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670902490; bh=U81sidzaQaJy/rxfn5PHUydwwpgK0dI201eoQyqbyCM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mdw5ed2DjmHNGbFitiAgdH7uuiRirU07ByfHaJUafc2EhurrydQC8e+66t0L5Y+9x g+6Fi4aFNL3y+hYpLMo92y0p/CJPpxl9g4pLt/0calOFSGrWH/ysNdkLmYuuGOOXo7 xB+cNcB7BYPJGJENlYxkW/dRecKJ2R2Tb03ZCiZ/HoiIJyIw3a/6HYkwDqHIAdzFw7 +8HErc9Poiyty2YGk1v71k2vZapexynaDfa1uYCqN5/E/LN5E7F6WxMmYQoGLLrOW9 oQjB3oq4YOlT7NcqE7CVYdrOWQUQ0GX/lXP8FnEHu7q0viASuHeeOlnYRQzNXcg0Th W08Uo/ufavtQw== Date: Mon, 12 Dec 2022 19:34:47 -0800 From: Jakub Kicinski To: Colin Foster Cc: Krzysztof Kozlowski , Rob Herring , linux-renesas-soc@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, John Crispin , Alexandre Belloni , Claudiu Manoil , Marek Vasut , Sean Wang , DENG Qingfang , Landen Chao , Vivien Didelot , =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= , Alvin =?UTF-8?B?xaBpcHJhZ2E=?= , Linus Walleij , UNGLinuxDriver@microchip.com, Woojung Huh , Matthias Brugger , Kurt Kanzenbach , Paolo Abeni , Eric Dumazet , "David S. Miller" , Vladimir Oltean , Florian Fainelli , Andrew Lunn , George McCollister Subject: Re: [PATCH v5 net-next 00/10] dt-binding preparation for ocelot switches Message-ID: <20221212193447.0a69325e@kernel.org> In-Reply-To: References: <20221210033033.662553-1-colin.foster@in-advantage.com> <20221212102958.0948b360@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 12 Dec 2022 11:03:09 -0800 Colin Foster wrote: > > A lot of carried over review tags here, so please let me know if > > there's anything that needs to be reviewed here, otherwise I'd like=20 > > to merge the series for 6.2 by the end of the day. =20 >=20 > I just responded to patch 4, which has a small (?) outstanding issue / > discussion. I asked Rob and Ar=C4=B1n=C3=A7's opinions as to whether it s= hould > hold up this series. Everything else is good to go, as far as I > understand. No reply :( Since this is "just" DT bindings (as in shouldn't functionally break anything) - if Rob gives us a green light we can still pull it into the mid-merge window follow up. But I'll drop it from pw for now so it doesn't distract us.