Re: [PATCH V2 1/2] dma: dmaengine: add slave req id in slave_config

From: Laxman Dewangan
Date: Wed May 09 2012 - 06:31:20 EST



Thanks for review.

On Wednesday 09 May 2012 02:19 PM, Vinod Koul wrote:
On Thu, 2012-05-03 at 13:11 +0530, Laxman Dewangan wrote:
The dma controller like Nvidia's Tegra Dma controller
supports the different slave requestor id from different slave.
This need to be configure in dma controller to handle the request
properly.

Adding the slave-id in the slave configuration so that information
can be passed from client when configuring for slave.

u32 dst_maxburst;
bool device_fc;
+ int slave_id;
This wont be negative, so perhaps an unsigned value?

Fine, I will make it unsigned int in my next patch.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/