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 4B436C4332F for ; Thu, 1 Dec 2022 23:36:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231921AbiLAXgg (ORCPT ); Thu, 1 Dec 2022 18:36:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231915AbiLAXga (ORCPT ); Thu, 1 Dec 2022 18:36:30 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6E13BE100; Thu, 1 Dec 2022 15:36:26 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 72E36621B1; Thu, 1 Dec 2022 23:36:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 511E5C433D6; Thu, 1 Dec 2022 23:36:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669937785; bh=VqnsrWM0Vo9n3c7N8+McUIw2HirTpnKJAftxv+kRgs0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uLy9Z3Y4Km1xs94oZ2ESTUJXcVCpjQk8O3w1yvHQQsuFACf30OnlEH9hGh6HWlhkx UVkv7qlRYsO77M1GGSe3YCmG2q6euMuUqYKGAq6UtOP4m5Hx1dSiv1uB8TQdZ18XqR 09SlcnDMTWH7DRJWZH70c5Zu5jtGOkOY6FNl27qskx1smSN4fM+8901gVceMiXXg+w Gqrv72aSDc+M23KE7kZIuCbED6gNxafnowUJW+9atlo2frZ/9gXywYPeEKgXXZiT7/ +vfvvIWS2ThLlzK0iKVHceIUnMYdk8Mrvkona/TsJu23WXI9kMaZEmdNkMTSbidpVq CokV6334wg6Hw== Date: Thu, 1 Dec 2022 23:36:18 +0000 From: Conor Dooley To: Prabhakar , palmer@dabbelt.com Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Geert Uytterhoeven , Magnus Damm , Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guo Ren , Jisheng Zhang , Atish Patra , Anup Patel , Andrew Jones , Nathan Chancellor , Philipp Tomsich , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Biju Das , Lad Prabhakar Subject: Re: [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA Message-ID: References: <20221124172207.153718-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221124172207.153718-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Prabhakar, I'm going to mark this series as "Changes Requested" in patchwork since there's been quite a lot of commentary and it looks like Samuel & Heiko have both suggested some changes. Scream if you think that's not appropriate :) Thanks, Conor.