Messages in this thread |  | | | Date | Wed, 9 May 2012 15:57:50 +0530 | | From | Laxman Dewangan <> | | Subject | Re: [PATCH V2 1/2] dma: dmaengine: add slave req id in slave_config |
| |
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.
|  |