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 74466C61D97 for ; Wed, 22 Nov 2023 10:27:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229599AbjKVK11 (ORCPT ); Wed, 22 Nov 2023 05:27:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235257AbjKVK1M (ORCPT ); Wed, 22 Nov 2023 05:27:12 -0500 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDA231715; Wed, 22 Nov 2023 02:27:01 -0800 (PST) X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="458522644" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="458522644" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 02:26:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10901"; a="1098347171" X-IronPort-AV: E=Sophos;i="6.04,218,1695711600"; d="scan'208";a="1098347171" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga005.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Nov 2023 02:26:36 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r5kRC-0000000G3tK-3znq; Wed, 22 Nov 2023 12:26:30 +0200 Date: Wed, 22 Nov 2023 12:26:30 +0200 From: Andy Shevchenko To: nikita.shubin@maquefel.me Cc: Hartley Sweeten , Alexander Sverdlin , Russell King , Lukasz Majewski , Linus Walleij , Bartosz Golaszewski , Michael Turquette , Stephen Boyd , Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Wim Van Sebroeck , Guenter Roeck , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Mark Brown , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Damien Le Moal , Sergey Shtylyov , Dmitry Torokhov , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-pwm@vger.kernel.org, linux-spi@vger.kernel.org, netdev@vger.kernel.org, linux-mtd@lists.infradead.org, linux-ide@vger.kernel.org, linux-input@vger.kernel.org, linux-sound@vger.kernel.org, Bartosz Golaszewski , Krzysztof Kozlowski , Andrew Lunn Subject: Re: [PATCH v5 00/39] ep93xx device tree conversion Message-ID: References: <20231122-ep93xx-v5-0-d59a76d5df29@maquefel.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231122-ep93xx-v5-0-d59a76d5df29@maquefel.me> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 22, 2023 at 11:59:38AM +0300, Nikita Shubin via B4 Relay wrote: > This series aims to convert ep93xx from platform to full device tree support. > > The main goal is to receive ACK's to take it via Arnd's arm-soc branch. > > Bit thanks to Krzysztof Kozlowski for his zero-day review. > > Krzysztof, Sergey, i've changed some files that you have already provided tag: > - dt-bindings: spi: Add Cirrus EP93xx > - ata: pata_ep93xx: add device tree support > > Added DMA and renamed clock header file. > > Sergey, Damien, i've changed some files that you have already provided tag: > - ata: pata_ep93xx: add device tree support > > Added OF DMA setup and dropped platform file. > > Mark, i've changed some files that you have already provided tag: > - spi: ep93xx: add DT support for Cirrus EP93xx > > Added OF DMA setup and dropped platform file. > > Major updates: > > - reboot, pinctrl, clk are now auxiliary and instantiated from SoC driver as > Stephen Boyd suggested > - i moved all clock code to clk-ep93xx.c, as it no longer has a separate dt node, > so XTALI is externalk for this driver and passed as index 0, and pll1, pll2 are > internal and passed via pointer for parent_data > - reboot bindings dropped > - pinctrl and clk bindings moved to syscon YAML > - xlate added for DMA, so now all DMA users use it via device tree, otherwise probe > order messed up and we might end up probing before DMA with no possibility to defer probing > - DMA port bindings dropped, they are described in YAML file > - DMA platform code dropped > - i2s, spi, pata now use OF DMA > - YAML and dtsi/dts changed to reflect auxiliary conversion and DMA changes > Patches should be now formated with '--patience' It seems we are a step behind on Torvalds' mind :-) A few weeks ago he suggested to use --histogram is the best option. But hey, --patience probably is good enough for this version, so thank you for using it! -- With Best Regards, Andy Shevchenko