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=-4.0 required=3.0 tests=BAYES_00,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 23E21C433FC for ; Mon, 27 Jul 2020 09:15:31 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 E9E1420656 for ; Mon, 27 Jul 2020 09:15:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="c5qwxecI"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="sSK916jN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E9E1420656 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+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=merlin.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=/vB27vx+DlVZv9B5aKKu0TWNnazdMFY14EuxHFujXog=; b=c5qwxecI3MqgjgvpHTbbI8CHt xXaVlu6l/WO15pArTY5XuLpIKQPFM5d/tlaMHfcor84YLmpoWA+Tx17pIwr2qjx2rFLIHvQZD+hG1 SayXhruTcTZbOVpUXLvo7CaDUIKG6MNQsP2nCSLRjEVTK5T8LS49jYfg5h1E1IwMYWxn63Fa+59aB CM33oa3QrcfMmR2c7XqTJ3uDdST4WbYWEEovOkwijRFPJ5zEFqaeARotUz2DeQVSxOI72YYhDhxu7 UKHCe4DQfEyS+6ETV1rJP9SCyKyej94TgPcUPran3wVPMDnJGfKUcpm362UQrN7AJ8YidufelXyGv 15KVjpzxw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzzD4-0007Nr-6o; Mon, 27 Jul 2020 09:14:14 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jzzCw-0007LX-A2; Mon, 27 Jul 2020 09:14:07 +0000 Received: from localhost (unknown [122.171.202.192]) (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 A162120714; Mon, 27 Jul 2020 09:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595841245; bh=MwMnaIFboN0zZbE7OkzcmNZC9GFnkloDFRLVAA63i1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sSK916jNG/m0MTggY2pyZGqTBTrty4JhmGtTiFb1XuoKddz4j4qfQNJBDaAtyF00o 68b7ThshqhrlD+75pKE0SWvHKcMzfl+dhfOoc9fpxmo+wIUllw2XyM1T//HqqA4t6i NZvpG0CHKjHQpKayPg0eYvAjfaUjxJH9DAT+jt9o= Date: Mon, 27 Jul 2020 14:44:01 +0530 From: Vinod Koul To: Amit Singh Tomar Subject: Re: [PATCH v7 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor Message-ID: <20200727091401.GQ12965@vkoul-mobl> References: <1595180527-11320-1-git-send-email-amittomer25@gmail.com> <1595180527-11320-3-git-send-email-amittomer25@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1595180527-11320-3-git-send-email-amittomer25@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200727_051406_536424_FF968BF3 X-CRM114-Status: GOOD ( 10.78 ) 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: andre.przywara@arm.com, linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, cristian.ciocaltea@gmail.com, manivannan.sadhasivam@linaro.org, dmaengine@vger.kernel.org, dan.j.williams@intel.com, afaerber@suse.de, linux-arm-kernel@lists.infradead.org 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 19-07-20, 23:11, Amit Singh Tomar wrote: > At the moment, Driver uses bit fields to describe registers of the DMA > descriptor structure that makes it less portable and maintainable, and > Andre suugested(and even sketched important bits for it) to make use of > array to describe this DMA descriptors instead. It gives the flexibility > while extending support for other platform such as Actions S700. > > This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and > uses array to describe DMA descriptor. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel