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 9933BC433EF for ; Fri, 22 Apr 2022 14:05:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1448091AbiDVOH4 (ORCPT ); Fri, 22 Apr 2022 10:07:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1448336AbiDVOHg (ORCPT ); Fri, 22 Apr 2022 10:07:36 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2E4A5A164; Fri, 22 Apr 2022 07:04:41 -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 ams.source.kernel.org (Postfix) with ESMTPS id 62719B82DEB; Fri, 22 Apr 2022 14:04:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81815C385A4; Fri, 22 Apr 2022 14:04:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1650636279; bh=iNiTjY8tqQiZjM+4jn/Umkb2svH+aw2wxOSfsL3npZA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v+FgCT66ActzZVXxId/XfSe4ug8qTpyHSO6GsG3K7+Gw7rvzn78j13R7EDEpiWlRU k/FNgfY3mgJKNImDdKcU+sJnJg1MWP2HFHpg24jWIIrAWMKrz5u6XkriiVgQfQ3u5t cNj21t/oR6SfrlF65NdnP679W7GQgAHkdLq81cw0= Date: Fri, 22 Apr 2022 16:04:36 +0200 From: Greg Kroah-Hartman To: Miquel Raynal Cc: Geert Uytterhoeven , Magnus Damm , Jiri Slaby , Andy Shevchenko , linux-renesas-soc@vger.kernel.org, linux-serial@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Ilpo Jarvinen Subject: Re: [PATCH v6 11/12] bestla: Enable DMA, UART3 and UART4 Message-ID: References: <20220421095323.101811-1-miquel.raynal@bootlin.com> <20220421095323.101811-12-miquel.raynal@bootlin.com> <20220421122143.7526d676@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220421122143.7526d676@xps13> Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Thu, Apr 21, 2022 at 12:21:43PM +0200, Miquel Raynal wrote: > Hello, > > miquel.raynal@bootlin.com wrote on Thu, 21 Apr 2022 11:53:22 +0200: > > > Signed-off-by: Miquel Raynal > > Please ignore these two dts patches, they were meant for testing > purposes only, sorry for the noise. I can't do that, please resend a new version of the series as our tools take all of the patches in a series. thanks, greg k-h