[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1326707233.git.viresh.kumar@st.com>
Date: Mon, 16 Jan 2012 15:20:28 +0530
From: Viresh Kumar <viresh.kumar@...com>
To: <vinod.koul@...el.com>, <dan.j.williams@...el.com>
Cc: <linux@....linux.org.uk>, <linus.walleij@...aro.org>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <armando.visconti@...com>,
<shiraz.hashim@...com>, <vipin.kumar@...com>,
<rajeev-dlh.kumar@...com>, <deepak.sikri@...com>,
<vipulkumar.samar@...com>, <amit.virdi@...com>,
<viresh.kumar@...com>, <pratyush.anand@...com>,
<bhupesh.sharma@...com>, <viresh.linux@...il.com>,
<bhavna.yadav@...com>, <vincenzo.frascino@...com>,
<mirko.gardi@...com>
Subject: [PATCH 0/9] dmaengine: Pl08x and dw_dmac updates
Hi Vinod/Dan,
This patchset does following:
- Adds DMA_SLAVE_CONFIG for dw_dmac driver
- Adds device_fc (device flow control) field in struct DMA_SLAVE_CONFIG
- Updates pl08x driver according to that
- Fixes few issues/bugs in dw_dmac driver
- Includes earlier patchset sent by Rajeev for cleanly applying this patchset
Rajeev KUMAR (1):
dmaengine/dw_dmac: Hibernation support in dw_dmac
Viresh Kumar (7):
dmaengine: Add flow controller information to dma_slave_config
dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG
dmaengine/dw_dmac: Don't use magic number for total number of
channels
dmaengine/dw_dmac: Use platform_get_drvdata instead of accessing dev
directly
dmaengine/dw_dmac: Don't handle block interrupts
dmaengine/dw_dmac: Unmap all memory buffers after completion of slave
transfers
dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG
drivers/dma/amba-pl08x.c | 4 +-
drivers/dma/dw_dmac.c | 171 ++++++++++++++++++++++++++------------------
drivers/dma/dw_dmac_regs.h | 3 +
include/linux/amba/pl08x.h | 8 +-
include/linux/dmaengine.h | 5 ++
include/linux/dw_dmac.h | 6 --
6 files changed, 115 insertions(+), 82 deletions(-)
--
1.7.8.110.g4cb5d
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists