From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (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 0112123754 for ; Sun, 4 Feb 2024 17:04:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707066242; cv=none; b=MOsUd0OV8sKaVeQu3+eBeSAbSm/Cc/wjM+Wa5F6BIMtotYJVSkhheTzgLf2+XvTyY6JsVMISg26O7LyyIDEspj3NCHrhrjXieD4E4ciWHHFPUi7uaP7HiAz5uGyDItHU+gyAdOfDQR+JgxqHBSI2yyFcKhdh3DyXLWhX7WRe27w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707066242; c=relaxed/simple; bh=Hc9tUiOGoKDix4zY3uj/vZxzd566MMLdtIeaQ+DJ8F0=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZHflm16Zp32GCjtZIFubXQtg0bZDx9tWqHQogDtosU8ZAM1t5+feAm6vxOe05cxqr5Rq2ql7uMyGa0i+yb6NQVqjMOoiUAExTfh24yeGlJjBYA0roGdKqxrikS6qOr0cjnweoelxRsR0LE6MUFGp/38pxcuHVmmM61BmNulV6AU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-26-30.elisa-laajakaista.fi [88.113.26.30]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id 61aa5fc3-c37f-11ee-b3cf-005056bd6ce9; Sun, 04 Feb 2024 19:03:58 +0200 (EET) From: andy.shevchenko@gmail.com Date: Sun, 4 Feb 2024 19:03:56 +0200 To: Nikita Shubin Cc: Hartley Sweeten , Alexander Sverdlin , Russell King , Lukasz Majewski , Linus Walleij , Bartosz Golaszewski , Andy Shevchenko , 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 , Ralf Baechle , "Wu, Aaron" , Lee Jones , Olof Johansson , Niklas Cassel , 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 , Andy Shevchenko , Bartosz Golaszewski , Krzysztof Kozlowski , Andy Shevchenko , Andrew Lunn , Andy Shevchenko Subject: Re: [PATCH v7 00/39] ep93xx device tree conversion Message-ID: References: <20240118-ep93xx-v7-0-d953846ae771@maquefel.me> Precedence: bulk X-Mailing-List: linux-ide@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: <20240118-ep93xx-v7-0-d953846ae771@maquefel.me> Thu, Jan 18, 2024 at 11:20:43AM +0300, Nikita Shubin kirjoitti: > The goal is to recieve ACKs for all patches in series to merge it via Arnd branch. > > No major changes since last version (v6) 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 > > Following patches require attention from Vinod Koul: > > - dma: cirrus: Convert to DT for Cirrus EP93xx > - dma: cirrus: remove platform code > > Following patches are dropped: > - dt-bindings: wdt: Add ts72xx (pulled requested by Wim Van Sebroeck) > > Big Thanks to Andy Shevchenko once again. You're welcome! I have a few minor comments, I believe if you send a new version it will be final (at least from my p.o.v.). -- With Best Regards, Andy Shevchenko