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 DBACEC3DA7A for ; Wed, 28 Dec 2022 06:38:53 +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=PHQB0LIw06zVDA1qlrCWt91tT/N5PQWeEs8YKILqcvE=; b=LDYRULAcYe3JGZ BmvyDA6DKW7UVuDZTRmP1laSzGlOj+G8Y3nDv5bf2cdL3P7Bekoz+ScKv9pATqkmWc7VX26COVrYO lF0hM2afB23vPyu0rnOiCJIM4+rZELeDm8a1x/8bMEluGgx+5in2UQBiprLtPwbMD0Ul3FmeE46vm wYYs0TiuV+hW2QafwCh8uzgWWmwGzy3FKjgxbPkFObL5LiGr6xWH1XBt9wBRL+CG/6p3v4If3kfOS tBdyQLdPtjRkkSAMgJl/0qslz0+H7p6UgSF3v9thrhj1mvWq+ol7wKExVc8eWYsp2uaD7kuDHlulm Ey2RH8qaE5GIDC4dXPtw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pAQ4G-002P2e-94; Wed, 28 Dec 2022 06:37:36 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pAQ4D-002P0Z-DQ for linux-arm-kernel@lists.infradead.org; Wed, 28 Dec 2022 06:37:34 +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 sin.source.kernel.org (Postfix) with ESMTPS id 0A6F3CE122B; Wed, 28 Dec 2022 06:37:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CFB9C433EF; Wed, 28 Dec 2022 06:37:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672209444; bh=UmeElRBv90Ok40JFFOTcInePA4Rg+1XS9aiEoizOkRU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o/F1QqGGuLBwV6bl84ASMHdNNq4TK2ZfeGaHgZefNE71VigcYG4/MNA+/DppPTuyq KdBIOzqI/6bhrGnOAaQ2zFu+bt/8H+4OkdwgsLgKEP3vgq4HRoSTjEWm36Vcy9nrlt 3203jJQCWs0TuWxjedXgcsdqYlGu5vmK4ZRHN6AOnF9UXmouDe5LZ8+qV+BTkj6IA+ 7m2QSS/G/Y7fyqs1qulu2VjdWMngssunID/grzkDQCJBrITTDHSp4Qy/W7JQYax5cF vkUTzNZwXWVEE6h/BOeS2OU9PbExCDhRbx/zVhRM6IDFr+pkc9xEQl6jt9fSVCMfBL FgYMdJQAFqS7A== Date: Wed, 28 Dec 2022 12:07:19 +0530 From: Vinod Koul To: Vignesh Raghavendra Cc: Peter Ujfalusi , Rob Herring , Krzysztof Kozlowski , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/5] dmaengine: Add support for AM62A SoC DMAs Message-ID: References: <20221213164304.1126945-1-vigneshr@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221213164304.1126945-1-vigneshr@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221227_223733_662699_2965E501 X-CRM114-Status: UNSURE ( 9.41 ) 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 13-12-22, 22:12, Vignesh Raghavendra wrote: > This series introduces support for various DMAs on TI's AM62A SoC under > K3 family of devices. > > Apart from usual BCDMA and PKTDMA thats present on K3 family, AM62A has > a dedicated BCDMA for camera (CSI) with only RX DMA Channels. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel