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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4388C6FD18 for ; Fri, 31 Mar 2023 12:25:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KGgW55RQrQM06sB9S5gKQHbaOEbeZoCs8ZEdbRtk38c=; b=J3/S1XWGmn6dn8 9FmdQJux2gaGN1y7jWzOIV94gLZKnuWvHwW/4zgqYcO2C1mYtR7gU1gLxFDrCUV+v7J8hxISa5/Lp m2JExX1OsKeRh6scQPUxFJebkhv8uDr7Pm8qiHlneuffXGrwt511yVjlPuIAdmCpudRqIn8Sx5+4a 8cpFYeriRKN4E37fiy4CTAMkttWFgTgf92Hpai994ALT5EZ+9JO4x26glsfXu1vyzKMFGcrosdoRB fU4hrhIhJazKei41RzaUgoPzU+OHvHRPGYLSo0fNyZxJKg8vsh9n7vEIVhQG/4bPfoJ7pXNpmxtKM WWO32RKJRwyyIo2DcsYw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1piDnn-007GIp-1r; Fri, 31 Mar 2023 12:24:19 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1piDnj-007GHE-1X for linux-arm-kernel@lists.infradead.org; Fri, 31 Mar 2023 12:24:16 +0000 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 B90526289D; Fri, 31 Mar 2023 12:24:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9325FC433EF; Fri, 31 Mar 2023 12:24:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680265454; bh=AJOWQfHZ/r+wkoc9b1OyiVgeYxTZYaQovPh/PNg25Mw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZxS1ZcWyox5ogrJhoaKGwwLKbirYXOaP5rOyguEkvsmA43PzCKz9wKmxg+lCPWE4H +WGVXtbEzGGcIQeQR1ibCoOmmx0szT/I9hN6IuirYrKtl2f/JOS7HzLEXvbhUkNHan gQhDqBYMBGUXcn8AJFnIdqWB10ALNuofHP4SGCQTGSewO/0LGsyrIa9ebTddNfD7Ag rgIKevzyYboiaegTcoym04cmZ2oIF8KaONrZ5i7Ca50n5HVn7jDJOq/ENVC5RDSC5F uJoHh9gIsWlMYLE30gwgHl0Dd3mbkzOmzss1G5PqHcbi2k/NLZpLiMQp1ZFLmBtCFk zMmQTgoHIgU2Q== Date: Fri, 31 Mar 2023 17:54:10 +0530 From: Vinod Koul To: Harini Katakam Cc: romain.perier@gmail.com, allen.lkml@gmail.com, yukuai3@huawei.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, harinikatakamlinux@gmail.com, michal.simek@amd.com, radhey.shyam.pandey@amd.com Subject: Re: [PATCH] dmaengine: zynqmp_dma: Sync DMA and coherent masks Message-ID: References: <20230316093318.6722-1-harini.katakam@amd.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230316093318.6722-1-harini.katakam@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230331_052415_550558_CDC59E82 X-CRM114-Status: UNSURE ( 6.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16-03-23, 15:03, Harini Katakam wrote: > Align ZDMA DMA as well as coherent memory masks to 44 bit. This is > required when using >32 bit memory regions. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel