From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50D2783; Wed, 13 Dec 2023 09:59:52 -0800 (PST) X-IronPort-AV: E=McAfee;i="6600,9927,10923"; a="385419697" X-IronPort-AV: E=Sophos;i="6.04,273,1695711600"; d="scan'208";a="385419697" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2023 09:59:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10923"; a="864707289" X-IronPort-AV: E=Sophos;i="6.04,273,1695711600"; d="scan'208";a="864707289" Received: from smile.fi.intel.com ([10.237.72.54]) by FMSMGA003.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Dec 2023 09:59:40 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rDTWB-00000005bJa-0XiK; Wed, 13 Dec 2023 19:59:35 +0200 Date: Wed, 13 Dec 2023 19:59:34 +0200 From: Andy Shevchenko To: Nikita Shubin 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, Arnd Bergmann , Bartosz Golaszewski , Krzysztof Kozlowski , Andrew Lunn Subject: Re: [PATCH v6 00/40] ep93xx device tree conversion Message-ID: References: <20231212-ep93xx-v6-0-c307b8ac9aa8@maquefel.me> Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231212-ep93xx-v6-0-c307b8ac9aa8@maquefel.me> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Tue, Dec 12, 2023 at 11:20:17AM +0300, Nikita Shubin wrote: > No major changes since last version all changes are cometic. > > Following patches require attention from Stephen Boyd, as they were converted to aux_dev as suggested: > > - ARM: ep93xx: add regmap aux_dev > - clk: ep93xx: add DT support for Cirrus EP93xx > > DMA related patches still require Acked or Reviewed tags. > > got approval LGTM from Miquel: > - mtd: rawnand: add support for ts72xx > Link: https://lore.kernel.org/lkml/20231004103911.2aa65354@xps-13/ > > new patches: > > ARM: ep93xx: Add terminator to gpiod_lookup_table > - fixed terminator in gpiod_lockup_table > > So mostly all patches got approval. > > Patches should be now formated with '--histogram' It _feels_ like some tags might be missing. In any case I suggest to use `b4` tool to retrieve tags when preparing the next version: git checkout -b vXX v6.7-rcX b4 am -slt $MSG_ID_OF_v(XX-1) git am ... git rebase --interactive ... # to address comments -- With Best Regards, Andy Shevchenko