diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-08-05 06:02:30 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-08-25 10:03:37 -0400 |
commit | 5a61233073a35a7ae152af77ed80dfc465c38fc7 (patch) | |
tree | 92c42fc9e691c721347ab1cf9e31f79f509f48cd /include/linux/amba | |
parent | b201c111c87a4cf36d009abe57c62bd14d17d762 (diff) |
dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd
Doc comment for struct pl08x_txd was incomplete. Complete that.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/linux/amba')
-rw-r--r-- | include/linux/amba/pl08x.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index e6e28f37d8ec..cd8f629da58f 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
@@ -105,8 +105,16 @@ struct pl08x_phy_chan { | |||
105 | 105 | ||
106 | /** | 106 | /** |
107 | * struct pl08x_txd - wrapper for struct dma_async_tx_descriptor | 107 | * struct pl08x_txd - wrapper for struct dma_async_tx_descriptor |
108 | * @tx: async tx descriptor | ||
109 | * @node: node for txd list for channels | ||
110 | * @src_addr: src address of txd | ||
111 | * @dst_addr: dst address of txd | ||
112 | * @len: transfer len in bytes | ||
113 | * @direction: direction of transfer | ||
108 | * @llis_bus: DMA memory address (physical) start for the LLIs | 114 | * @llis_bus: DMA memory address (physical) start for the LLIs |
109 | * @llis_va: virtual memory address start for the LLIs | 115 | * @llis_va: virtual memory address start for the LLIs |
116 | * @cctl: control reg values for current txd | ||
117 | * @ccfg: config reg values for current txd | ||
110 | */ | 118 | */ |
111 | struct pl08x_txd { | 119 | struct pl08x_txd { |
112 | struct dma_async_tx_descriptor tx; | 120 | struct dma_async_tx_descriptor tx; |