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 X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00EEEC2D0CE for ; Tue, 21 Jan 2020 12:14:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0F772253D for ; Tue, 21 Jan 2020 12:14:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579608848; bh=Qq3v/FQs81Z4u3h/BT7zP7lIhmAukfuHUqvLomvAe2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DOKn3yKQyKrXz+BblbCm+GlUQCTr8OZL+ZNWU9Qm+aSsZM5zV7QNz24axLzc1Sy/j YMvea0JjlT12zZTLVCg5EtXendMNwOGBi41iXz+N9j/h0YnD8OHoTfa3im7ijo4dFd F+W87Fnyt/79N8GDTeXWCd4OGGP9VtuuClHO1KqQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728655AbgAUMOI (ORCPT ); Tue, 21 Jan 2020 07:14:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:42134 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727817AbgAUMOI (ORCPT ); Tue, 21 Jan 2020 07:14:08 -0500 Received: from localhost (unknown [171.76.119.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B222A2073A; Tue, 21 Jan 2020 12:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579608847; bh=Qq3v/FQs81Z4u3h/BT7zP7lIhmAukfuHUqvLomvAe2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M3SfLdxAoH9lXTgviaGdxEEl8nstuFNd2zRY3BHNhdqp7YUCg7QXEXKixsKmRxHX3 9F0Fa3pogu6a6IKs20YUE+vsokLsny+vHu5lpHCodkcVtQ6ZtO+ZwVolZpTq89HxKb C+IU7xZmZtRhEW3HAO68Aly8DcgIt2c0aG6kJffQ= Date: Tue, 21 Jan 2020 17:44:02 +0530 From: Vinod Koul To: Stefan Mavrodiev Cc: Maxime Ripard , Dan Williams , Chen-Yu Tsai , David Airlie , Daniel Vetter , open list , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , "moderated list:ARM/Allwinner sunXi SoC support" , "open list:DRM DRIVERS FOR ALLWINNER A10" , linux-sunxi@googlegroups.com Subject: Re: [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA Message-ID: <20200121121402.GP2841@vkoul-mobl> References: <20200110141140.28527-1-stefan@olimex.com> <20200110141140.28527-2-stefan@olimex.com> <20200115123137.GJ2818@vkoul-mobl> <20200115170731.vt6twfhvuwjrbbup@gilmour.lan> <20200121083514.GE2841@vkoul-mobl> <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 21-01-20, 13:37, Stefan Mavrodiev wrote: > > On 1/21/20 10:35 AM, Vinod Koul wrote: > > On 15-01-20, 18:07, Maxime Ripard wrote: > > > On Wed, Jan 15, 2020 at 06:01:37PM +0530, Vinod Koul wrote: > > > > On 10-01-20, 16:11, Stefan Mavrodiev wrote: > > > > > Currently the cyclic transfers can be used only with normal DMAs. They > > > > > can be used by pcm_dmaengine module, which is required for implementing > > > > > sound with sun4i-hdmi encoder. This is so because the controller can > > > > > accept audio only from a dedicated DMA. > > > > > > > > > > This patch enables them, following the existing style for the > > > > > scatter/gather type transfers. > > > > I presume you want this to go with drm tree (if not let me know) so: > > > > > > > > Acked-by: Vinod Koul > > > There's no need for it to go through DRM, it can go through your tree :) > > okay in that case I have applied now :), thanks > > > Hi, > > Should I keep this patch in the future series or drop it? Drop it :) It would be in linux-next tomorrow! -- ~Vinod 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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC810C2D0CE for ; Tue, 21 Jan 2020 12:14:21 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id BFA922073A for ; Tue, 21 Jan 2020 12:14:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="N/Ge75iW"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="M3SfLdxA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BFA922073A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=31vQNuvxIMMK3BxzN9ds6CELJBmmmnR8OOAkTBlNyaI=; b=N/Ge75iWFoyRIc rGLVRREOJ4vvNoblHq9Ob5xi42yg0dVGVpaqUSNBsO1K09p7MezaqhgkVupMvtKU+LfHTKDuvZex7 j/h0b6urJYb9cavC0mfW17KsfLTL3u0n1Ccy1DObIfRkOn5CkYkiDDC2HMmSKzFhk3Eml4+rWW7de 0TJPx6z2vidryoWEoAzGRDR8rO/BFh7Vmys4QIOmWY7v3m4mShXf30a6XAnrKOyEmi9N1tLO9U3/K FNf0xmZ6Us8bfOZaAgqr89efqAek+jMnW2g207jKoaBHl/CbSNCQjSrzZNZis1xDnEMyz0VIN2x9d ysJEjsi0FPJwQxN4R/Ew==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1itsQA-0001os-UR; Tue, 21 Jan 2020 12:14:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1itsQ3-0001o0-Tz for linux-arm-kernel@lists.infradead.org; Tue, 21 Jan 2020 12:14:13 +0000 Received: from localhost (unknown [171.76.119.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B222A2073A; Tue, 21 Jan 2020 12:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579608847; bh=Qq3v/FQs81Z4u3h/BT7zP7lIhmAukfuHUqvLomvAe2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M3SfLdxAoH9lXTgviaGdxEEl8nstuFNd2zRY3BHNhdqp7YUCg7QXEXKixsKmRxHX3 9F0Fa3pogu6a6IKs20YUE+vsokLsny+vHu5lpHCodkcVtQ6ZtO+ZwVolZpTq89HxKb C+IU7xZmZtRhEW3HAO68Aly8DcgIt2c0aG6kJffQ= Date: Tue, 21 Jan 2020 17:44:02 +0530 From: Vinod Koul To: Stefan Mavrodiev Subject: Re: [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA Message-ID: <20200121121402.GP2841@vkoul-mobl> References: <20200110141140.28527-1-stefan@olimex.com> <20200110141140.28527-2-stefan@olimex.com> <20200115123137.GJ2818@vkoul-mobl> <20200115170731.vt6twfhvuwjrbbup@gilmour.lan> <20200121083514.GE2841@vkoul-mobl> <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200121_041407_990235_1EB55E2B X-CRM114-Status: GOOD ( 17.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , linux-sunxi@googlegroups.com, open list , Maxime Ripard , Chen-Yu Tsai , "open list:DRM DRIVERS FOR ALLWINNER A10" , Daniel Vetter , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Dan Williams , "moderated list:ARM/Allwinner sunXi SoC support" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21-01-20, 13:37, Stefan Mavrodiev wrote: > > On 1/21/20 10:35 AM, Vinod Koul wrote: > > On 15-01-20, 18:07, Maxime Ripard wrote: > > > On Wed, Jan 15, 2020 at 06:01:37PM +0530, Vinod Koul wrote: > > > > On 10-01-20, 16:11, Stefan Mavrodiev wrote: > > > > > Currently the cyclic transfers can be used only with normal DMAs. They > > > > > can be used by pcm_dmaengine module, which is required for implementing > > > > > sound with sun4i-hdmi encoder. This is so because the controller can > > > > > accept audio only from a dedicated DMA. > > > > > > > > > > This patch enables them, following the existing style for the > > > > > scatter/gather type transfers. > > > > I presume you want this to go with drm tree (if not let me know) so: > > > > > > > > Acked-by: Vinod Koul > > > There's no need for it to go through DRM, it can go through your tree :) > > okay in that case I have applied now :), thanks > > > Hi, > > Should I keep this patch in the future series or drop it? Drop it :) It would be in linux-next tomorrow! -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A84B7C33CAA for ; Tue, 21 Jan 2020 12:14:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7D87924125 for ; Tue, 21 Jan 2020 12:14:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="M3SfLdxA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D87924125 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A546A6ECA0; Tue, 21 Jan 2020 12:14:08 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id B42D16ECA0 for ; Tue, 21 Jan 2020 12:14:07 +0000 (UTC) Received: from localhost (unknown [171.76.119.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B222A2073A; Tue, 21 Jan 2020 12:14:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579608847; bh=Qq3v/FQs81Z4u3h/BT7zP7lIhmAukfuHUqvLomvAe2g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M3SfLdxAoH9lXTgviaGdxEEl8nstuFNd2zRY3BHNhdqp7YUCg7QXEXKixsKmRxHX3 9F0Fa3pogu6a6IKs20YUE+vsokLsny+vHu5lpHCodkcVtQ6ZtO+ZwVolZpTq89HxKb C+IU7xZmZtRhEW3HAO68Aly8DcgIt2c0aG6kJffQ= Date: Tue, 21 Jan 2020 17:44:02 +0530 From: Vinod Koul To: Stefan Mavrodiev Subject: Re: [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA Message-ID: <20200121121402.GP2841@vkoul-mobl> References: <20200110141140.28527-1-stefan@olimex.com> <20200110141140.28527-2-stefan@olimex.com> <20200115123137.GJ2818@vkoul-mobl> <20200115170731.vt6twfhvuwjrbbup@gilmour.lan> <20200121083514.GE2841@vkoul-mobl> <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <54b1a38f-3903-49b7-d20b-f97824a528ba@olimex.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , linux-sunxi@googlegroups.com, open list , Chen-Yu Tsai , "open list:DRM DRIVERS FOR ALLWINNER A10" , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Dan Williams , "moderated list:ARM/Allwinner sunXi SoC support" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 21-01-20, 13:37, Stefan Mavrodiev wrote: > > On 1/21/20 10:35 AM, Vinod Koul wrote: > > On 15-01-20, 18:07, Maxime Ripard wrote: > > > On Wed, Jan 15, 2020 at 06:01:37PM +0530, Vinod Koul wrote: > > > > On 10-01-20, 16:11, Stefan Mavrodiev wrote: > > > > > Currently the cyclic transfers can be used only with normal DMAs. They > > > > > can be used by pcm_dmaengine module, which is required for implementing > > > > > sound with sun4i-hdmi encoder. This is so because the controller can > > > > > accept audio only from a dedicated DMA. > > > > > > > > > > This patch enables them, following the existing style for the > > > > > scatter/gather type transfers. > > > > I presume you want this to go with drm tree (if not let me know) so: > > > > > > > > Acked-by: Vinod Koul > > > There's no need for it to go through DRM, it can go through your tree :) > > okay in that case I have applied now :), thanks > > > Hi, > > Should I keep this patch in the future series or drop it? Drop it :) It would be in linux-next tomorrow! -- ~Vinod _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel