Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751551AbbHEFY1 (ORCPT ); Wed, 5 Aug 2015 01:24:27 -0400 Received: from mga03.intel.com ([134.134.136.65]:29309 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbbHEFYY (ORCPT ); Wed, 5 Aug 2015 01:24:24 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,614,1432623600"; d="scan'208";a="619538383" Date: Wed, 5 Aug 2015 10:56:12 +0530 From: Vinod Koul To: Maxime Ripard Cc: Nicolas Ferre , Alexandre Belloni , Ludovic Desroches , Thomas Petazzoni , Boris Brezillon , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/2] dmaengine: Add an enum for the dmaengine alignment constraints Message-ID: <20150805052612.GN11789@localhost> References: <1437381693-18948-1-git-send-email-maxime.ripard@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437381693-18948-1-git-send-email-maxime.ripard@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 776 Lines: 20 On Mon, Jul 20, 2015 at 10:41:32AM +0200, Maxime Ripard wrote: > Most drivers need to set constraints on the buffer alignment for async tx > operations. However, even though it is documented, some drivers either use > a defined constant that is not matching what the alignment variable expects > (like DMA_BUSWIDTH_* constants) or fill the alignment in bytes instead of > power of two. > > Add a new enum for these alignments that matches what the framework > expects, and convert the drivers to it. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/