[PATCH v2 1/2] dmaengine: Add an enum for the dmaengine alignment constraints
Vinod Koul
vinod.koul at intel.com
Tue Aug 4 22:26:12 PDT 2015
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
More information about the linux-arm-kernel
mailing list