Re: [PATCH V1] dmaengine: tegra: add dma driver

From: Laxman Dewangan
Date: Fri Apr 20 2012 - 09:46:00 EST


Hi Vinod,
On Friday 20 April 2012 05:46 PM, Laxman Dewangan wrote:
Thanks Vinod for quick review.

+ * @dma_dev: required DMA master client device.
+ * @dm_req_id: Peripheral dma requestor ID.
+ */
+struct tegra_dma_slave {
+ struct device *client_dev;
+ enum tegra_dma_requestor dma_req_id;
+ enum tegra_dma_burst_size burst_size;
pls remove
if above is OK then I can remove this.


If I add one more member as slave_id for slave requester in struct dma_slave_config then I will not need the tegra_dma header at all and I can get rid of this file.
Let me know if this is OK so that I can take care of this in my next patch.

Thanks,
Laxman


--
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/