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 AB4EAC433E0 for ; Fri, 15 May 2020 06:58:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 787B7206F4 for ; Fri, 15 May 2020 06:58:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589525917; bh=hUlz/rCkfZ+xgR8DMjnzNDlI1sbpdHErcZSsJkt/seU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2fbv934CnmUTAg4QbStnCzRFBWLxblF398PRPmYLrD+9Ot5bsNLV9YlVlQcdtKrku lgIc9RkozlnxUZlnvUPp5gzFf1p3IrEuxV1FepiXD+bUdmhw7oq73yUJMvPlGz7vq8 2v4UmVJ8GDGpjdQvTzv4ZnFR8zTcxZABO5TiJNHo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726525AbgEOG6h (ORCPT ); Fri, 15 May 2020 02:58:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:32956 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726465AbgEOG6h (ORCPT ); Fri, 15 May 2020 02:58:37 -0400 Received: from localhost (unknown [122.178.196.30]) (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 6A8CD206F1; Fri, 15 May 2020 06:58:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589525916; bh=hUlz/rCkfZ+xgR8DMjnzNDlI1sbpdHErcZSsJkt/seU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1A22I7krsIZihkqwPfAxmtTUF3iKA2KRWFzbmbv1BU0+VUlhk1Kyv+8fqKICg8j9y Cjs4kC5ZZfW6vv2hKdXux+tFKprzz0EZSutPWafbt0BHL6jX9qjeZw9zCgoaK/oDB6 oVPEeYxHfqhyEp6flJG7XqJdUAAaS5Z2GG6lLHug= Date: Fri, 15 May 2020 12:28:27 +0530 From: Vinod Koul To: Amit Tomer Cc: Andre Przywara , Andreas =?iso-8859-1?Q?F=E4rber?= , Manivannan Sadhasivam , dan.j.williams@intel.com, cristian.ciocaltea@gmail.com, dmaengine@vger.kernel.org, linux-arm-kernel , linux-actions@lists.infradead.org Subject: Re: [PATCH v1 1/9] dmaengine: Actions: get rid of bit fields from dma descriptor Message-ID: <20200515065827.GL333670@vkoul-mobl> References: <1589472657-3930-1-git-send-email-amittomer25@gmail.com> <1589472657-3930-2-git-send-email-amittomer25@gmail.com> <20200514182750.GJ14092@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 15-05-20, 00:04, Amit Tomer wrote: > Hi, > > On Thu, May 14, 2020 at 11:58 PM Vinod Koul wrote: > > > > On 14-05-20, 21:40, 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. > > > > So i see patch 1/9 and 2/9 in my inbox... where are the rest ? No cover > > to detail out what the rest contains, who should merge them etc etc! and what is the answer for this..? > > > > If you are sending a series to different subsystem please make a habit > > to CC everyone on cover letter so that we understand details about the > > series. If not dependent, just send as individual units to subsystems! > > Ok, I would make note of it and Cc everyone on cover letter going forward. > > Thanks > -Amit -- ~Vinod