Linux Kernel Mailing List | 2 Aug 2012 01:50

dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan

Gitweb:     http://git.kernel.org/linus/;a=commit;h=95442b223405dae313e3e273765cc1c905d67717
Commit:     95442b223405dae313e3e273765cc1c905d67717
Parent:     ed91c13d29d1542fddbb053015d62781faca93e1
Author:     Russell King <rmk+kernel <at> arm.linux.org.uk>
AuthorDate: Wed May 16 11:05:09 2012 +0100
Committer:  Russell King <rmk+kernel <at> arm.linux.org.uk>
CommitDate: Sun Jul 1 14:15:43 2012 +0100

    dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan

    As we now store the dma_slave_config in pl08x_dma_chan, we don't need
    to store this separately.  Use the one in dma_slave_config directly.

    Acked-by: Linus Walleij <linus.walleij <at> linaro.org>
    Tested-by: Linus Walleij <linus.walleij <at> linaro.org>
    Signed-off-by: Russell King <rmk+kernel <at> arm.linux.org.uk>
---
 drivers/dma/amba-pl08x.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index 31447db..7eb0e8e 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
 <at>  <at>  -226,9 +226,6  <at>  <at>  enum pl08x_dma_chan_state {
  *  <at> host: a pointer to the host (internal use)
  *  <at> state: whether the channel is idle, paused, running etc
  *  <at> slave: whether this channel is a device (slave) or for memcpy
- *  <at> device_fc: Flow Controller Settings for ccfg register. Only valid for slave
- * channels. Fill with 'true' if peripheral should be flow controller. Direction
(Continue reading)


Gmane