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 A5644CCA47C for ; Tue, 5 Jul 2022 00:40:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229776AbiGEAkI (ORCPT ); Mon, 4 Jul 2022 20:40:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbiGEAkI (ORCPT ); Mon, 4 Jul 2022 20:40:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B9892BEA; Mon, 4 Jul 2022 17:40:07 -0700 (PDT) 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 25C4E616ED; Tue, 5 Jul 2022 00:40:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD839C3411E; Tue, 5 Jul 2022 00:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656981606; bh=SP8Jaem1tPIKC61mxYfgYhbEnJ0OUuIXySTXu0B8/J8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IQ1EZQO59cjvnku9rPPMRRLGYX9sCwIw7GGDkayK1eKN9UzbL6bRbTbzz8DVm8fWZ n1NDsUpT7LhXoKmX/ZTm8BDcsriryl3BG7moNtSmaPzmjytHc5GyDqxLQW2GWqXKd2 U1jiha42NBbsbbmdINYFFRlHogMTxwbJfxODx5IStmMQ4Qzvj9fSvDbl7h5cb3RpmK FZgMbIV1GHxjpUFTvqUsiaQ0C/skH46cF2vN3/22l3wcoF8JdhgSDI0bFz/pGRee4C WMAofjVrFJDp8pbwJB8H8dxlEwrhYIXTm4Xfy5giTfCuVifST8kNCUgbrnuxTGpqH5 nkM1TnJyy8BLA== Date: Tue, 5 Jul 2022 08:39:55 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: "Viorel Suman (OSS)" , Rob Herring , Krzysztof Kozlowski , Michael Turquette , Stephen Boyd , Dmitry Torokhov , Srinivas Kandagatla , Dong Aisheng , Fabio Estevam , Stefan Agner , Pengutronix Kernel Team , Linus Walleij , Alessandro Zummo , Alexandre Belloni , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Wim Van Sebroeck , Guenter Roeck , Sascha Hauer , NXP Linux Team , Abel Vesa , Viorel Suman , Oliver Graute , Liu Ying , Mirela Rabulea , Peng Fan , Ming Qian , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-input@vger.kernel.org, linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Message-ID: <20220705003955.GO819983@dragon> References: <20220629164414.301813-1-viorel.suman@oss.nxp.com> <0e515289-9d3c-9c61-950d-09c14b33c8c2@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e515289-9d3c-9c61-950d-09c14b33c8c2@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jun 29, 2022 at 07:51:06PM +0200, Krzysztof Kozlowski wrote: > On 29/06/2022 18:44, Viorel Suman (OSS) wrote: > > From: Viorel Suman > > > > Changes since v5: https://lore.kernel.org/lkml/20220616164303.790379-1-viorel.suman@nxp.com/ > > * Updated according to Krzysztof Kozlowski comments > > > > My comment a about removal of each part of TXT bindings in each patch, > was not addressed. Your approach makes it more difficult to read patches > and makes sense only if each subsystem maintainer will take the patches > (separately). If the patches are going through one tree, then better to > remove the TXT gradually. > > So the question - who is going to take each of the patches? I can take the series through IMX tree if that makes the most sense. Shawn