Re: [PATCH 1/5] ARM: davinci: devices-da8xx: Add dma_slave_map to edma

From: Sekhar Nori
Date: Mon Feb 22 2016 - 04:37:42 EST


On Tuesday 02 February 2016 06:13 PM, Peter Ujfalusi wrote:

> +static const struct dma_slave_map da850_edma1_map[] = {
> + { "da830-mmc.1", "rx", EDMA_FILTER_PARAM(0, 28) },
> + { "da830-mmc.1", "tx", EDMA_FILTER_PARAM(0, 29) },

This should be EDMA_FILTER_PARAM(1, 29) (and similar for rx). No need to
resend though, I will fix while applying.

Regards,
Sekhar