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 45528C433EF for ; Mon, 4 Apr 2022 14:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351849AbiDDOpa (ORCPT ); Mon, 4 Apr 2022 10:45:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379290AbiDDOof (ORCPT ); Mon, 4 Apr 2022 10:44:35 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FC7943AF8; Mon, 4 Apr 2022 07:39:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649083199; x=1680619199; h=date:from:to:cc:subject:in-reply-to:message-id: references:mime-version; bh=1gQ3++FzrayW9QOsopIIgb0F8M/Kgf9VfCcFL8iZW1k=; b=BnosQoInZRr5iyjq2XpnLQjMs39GNYS0caOAD0TizgtPFRhRN1QsMaNZ xBIWUbg/U48bbFMp+c37e/OaQEmKBKEuCClnwbvk+ScJfbbU7lUMrI2z3 7xFPWQGlulcfTaNflcM18JL4u4KwFoYUJ5Zi1DeWif+Lh3QwUgJPAIZFF 0fddql9e3y4DfL1EjlsBX7Pgik6B4Vm8hhh6msmFk+S5mwG5bsuA13UOQ vKaAjfRYCT06QOJfGt0+WcM4KYrb21bazYJvvFhN47+JA4GoP0ge64KJM RtJ6DlM1q7OQOL7L94ABCXKv1GBhVAe4vanLbBz5RmyBYTGe8dCeQXFDB w==; X-IronPort-AV: E=McAfee;i="6200,9189,10307"; a="260225020" X-IronPort-AV: E=Sophos;i="5.90,234,1643702400"; d="scan'208";a="260225020" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2022 07:39:45 -0700 X-IronPort-AV: E=Sophos;i="5.90,234,1643702400"; d="scan'208";a="569409446" Received: from rhamza-mobl.ger.corp.intel.com ([10.251.211.126]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Apr 2022 07:39:40 -0700 Date: Mon, 4 Apr 2022 17:39:38 +0300 (EEST) From: =?ISO-8859-15?Q?Ilpo_J=E4rvinen?= To: Miquel Raynal cc: Andy Shevchenko , Geert Uytterhoeven , Magnus Damm , Greg Kroah-Hartman , Jiri Slaby , linux-renesas-soc@vger.kernel.org, linux-serial , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger Subject: Re: [PATCH v4 0/9] serial: 8250: dw: RZN1 DMA support In-Reply-To: <20220404162050.7831ebfe@xps13> Message-ID: <42b8671b-48a2-43f0-975b-3b9e98202328@linux.intel.com> References: <20220330132038.808679-1-miquel.raynal@bootlin.com> <20220404162050.7831ebfe@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Mon, 4 Apr 2022, Miquel Raynal wrote: > Hello, > > andriy.shevchenko@linux.intel.com wrote on Wed, 30 Mar 2022 17:13:16 > +0300: > > > On Wed, Mar 30, 2022 at 03:20:29PM +0200, Miquel Raynal wrote: > > > Hello, > > > > > > Support for the RZN1 DMA engine allows us adapt a little bit the 8250 DW > > > UART driver with to bring DMA support for this SoC. > > > > > > This short series applies on top of the series bringing RZN1 DMA > > > support, currently on its v5, see [1]. Technically speaking, only the DT > > > patch needs to be applied after [1]. The other patches can come in at > > > any moment, because if no "dmas" property is provided in the DT, DMA > > > support will simply be ignored. > > > > > > [1] https://lore.kernel.org/dmaengine/20220315191255.221473-1-miquel.raynal@bootlin.com/T/#m0ef3323abce3eec961e142bf2fb35e95b9045fc5 > > > > Couple of versions ago I have asked you to Cc the series to Ilpo (Cc'ed). > > I hope you will not forget it in v5. > > Sorry I forgot to re-add manually Ilpo in the recipients. > > Anyway, if Ilpo really needs to be Cc'ed, then there is something to do > on MAINTAINER's side. While I'm considering doing like you suggest, I don't think it can be in general said that people who you're specificially told to Cc would be ok to get dropped unless they're among the listed maintainers. -- i.