From e8145f76fe72af7537d8f197a41cb7cd9fe15e0b Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Fri, 5 Aug 2011 15:32:30 +0530 Subject: [PATCH] --- yaml --- r: 273862 b: refs/heads/master c: 5a61233073a35a7ae152af77ed80dfc465c38fc7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/amba/pl08x.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6c0ab45720e3..9398e11170e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b201c111c87a4cf36d009abe57c62bd14d17d762 +refs/heads/master: 5a61233073a35a7ae152af77ed80dfc465c38fc7 diff --git a/trunk/include/linux/amba/pl08x.h b/trunk/include/linux/amba/pl08x.h index e6e28f37d8ec..cd8f629da58f 100644 --- a/trunk/include/linux/amba/pl08x.h +++ b/trunk/include/linux/amba/pl08x.h @@ -105,8 +105,16 @@ struct pl08x_phy_chan { /** * struct pl08x_txd - wrapper for struct dma_async_tx_descriptor + * @tx: async tx descriptor + * @node: node for txd list for channels + * @src_addr: src address of txd + * @dst_addr: dst address of txd + * @len: transfer len in bytes + * @direction: direction of transfer * @llis_bus: DMA memory address (physical) start for the LLIs * @llis_va: virtual memory address start for the LLIs + * @cctl: control reg values for current txd + * @ccfg: config reg values for current txd */ struct pl08x_txd { struct dma_async_tx_descriptor tx;