From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from forward501b.mail.yandex.net (forward501b.mail.yandex.net [178.154.239.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D25728F4E; Sat, 23 Dec 2023 09:13:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=maquefel.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=maquefel.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=maquefel.me header.i=@maquefel.me header.b="I+mEfOTd" Received: from mail-nwsmtp-smtp-production-main-87.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-87.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:73a3:0:640:6804:0]) by forward501b.mail.yandex.net (Yandex) with ESMTP id 488EE60FFE; Sat, 23 Dec 2023 12:13:02 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-87.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id tCMesXBc0Os0-V3hE6yzp; Sat, 23 Dec 2023 12:13:00 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1703322780; bh=wRrzZn5duH4w8JvE1tgyoLXGclY5mY0J/Xp8ep3wT7g=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=I+mEfOTd/HhVtsgLl8P4bJlmK+xe/BHC5G4qGEcK5yI9fE4yNAbvURJYd9ebsbNPL ELVCWnXzpctwGO9/5E6Lh3j51mRZlNunB6U0Mz9Ob7UmkE2sFrGQRvIiTXfqFCBTJB 6hHC1txfBTVi+nHDb1JfUThgM9rSEbD1FlaR3i6c= Authentication-Results: mail-nwsmtp-smtp-production-main-87.sas.yp-c.yandex.net; dkim=pass header.i=@maquefel.me Message-ID: Subject: Re: [PATCH v6 00/40] ep93xx device tree conversion From: Nikita Shubin To: Andy Shevchenko 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 Date: Sat, 23 Dec 2023 12:12:56 +0300 In-Reply-To: References: <20231212-ep93xx-v6-0-c307b8ac9aa8@maquefel.me> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hello Andy! On Wed, 2023-12-13 at 19:59 +0200, Andy Shevchenko wrote: > On Tue, Dec 12, 2023 at 11:20:17AM +0300, Nikita Shubin wrote: > > No major changes since last version all changes are cometic. > >=20 > > Following patches require attention from Stephen Boyd, as they were > > converted to aux_dev as suggested: > >=20 > > - ARM: ep93xx: add regmap aux_dev > > - clk: ep93xx: add DT support for Cirrus EP93xx > >=20 > > DMA related patches still require Acked or Reviewed tags. > >=20 > > got approval LGTM from Miquel: > > - mtd: rawnand: add support for ts72xx > > Link: https://lore.kernel.org/lkml/20231004103911.2aa65354@xps-13/ > >=20 > > new patches: > >=20 > > ARM: ep93xx:=C2=A0 Add terminator to gpiod_lookup_table > > =C2=A0 - fixed terminator in gpiod_lockup_table > >=20 > > So mostly all patches got approval. > >=20 > > Patches should be now formated with '--histogram' >=20 > 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: >=20 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0git checkout -b vXX v6.7-= rcX > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0b4 am -slt $MSG_ID_OF_v(X= X-1) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0git am ... > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0git rebase --interactive = ... # to address comments >=20 I moved to b4 a few iterations ago: ``` Calculating patch-ids from commits, this may take a moment... Checking change-id "20230605-ep93xx-01c76317e2d2" Grabbing search results from lore.kernel.org Grabbing thread from lore.kernel.org/all/20230424123522.18302-1- nikita.shubin%40maquefel.me/t.mbox.gz --- NOTE: some trailers ignored due to from/email mismatches: ! Trailer: Tested-by: Michael Peters Msg From: Kris Bahnsen NOTE: Rerun with -S to apply them anyway No trailer updates found. ``` I haven't found any missing tags, that b4 didn't apply, the ones above refer to a very old iteration and were given to cover letter and i don't feel like they need to be included.