All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] dmaengine: Pl08x and dw_dmac updates
@ 2012-01-16  9:50 ` Viresh Kumar
  0 siblings, 0 replies; 56+ messages in thread
From: Viresh Kumar @ 2012-01-16  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 56+ messages in thread

end of thread, other threads:[~2012-01-19 17:34 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16  9:50 [PATCH 0/9] dmaengine: Pl08x and dw_dmac updates Viresh Kumar
2012-01-16  9:50 ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 1/8] dmaengine/dw_dmac: Hibernation support in dw_dmac Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 2/8] dmaengine: Add flow controller information to dma_slave_config Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-17  8:37   ` Linus Walleij
2012-01-17  8:37     ` Linus Walleij
2012-01-17  9:07     ` Viresh Kumar
2012-01-17  9:07       ` Viresh Kumar
2012-01-18 10:36       ` Linus Walleij
2012-01-18 10:36         ` Linus Walleij
2012-01-18 10:40         ` Viresh Kumar
2012-01-18 10:40           ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 3/8] dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 4/8] dmaengine/dw_dmac: Don't use magic number for total number of channels Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 5/8] dmaengine/dw_dmac: Use platform_get_drvdata instead of accessing dev directly Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16 10:47   ` Sergei Shtylyov
2012-01-16 10:47     ` Sergei Shtylyov
2012-01-16 10:52     ` Viresh Kumar
2012-01-16 10:52       ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 6/8] dmaengine/dw_dmac: Don't handle block interrupts Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16  9:50 ` [PATCH 7/8] dmaengine/dw_dmac: Unmap all memory buffers after completion of slave transfers Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16 10:54   ` Russell King - ARM Linux
2012-01-16 10:54     ` Russell King - ARM Linux
2012-01-16 11:44     ` Viresh Kumar
2012-01-16 11:44       ` Viresh Kumar
2012-01-17  8:52       ` Linus Walleij
2012-01-17  8:52         ` Linus Walleij
2012-01-17  9:07         ` Viresh Kumar
2012-01-17  9:07           ` Viresh Kumar
2012-01-18  9:35           ` Russell King - ARM Linux
2012-01-18  9:35             ` Russell King - ARM Linux
2012-01-19 17:34           ` Linus Walleij
2012-01-19 17:34             ` Linus Walleij
2012-01-16  9:50 ` [PATCH 8/8] dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIG Viresh Kumar
2012-01-16  9:50   ` Viresh Kumar
2012-01-16 11:42   ` Viresh Kumar
2012-01-16 11:42     ` Viresh Kumar
2012-01-17  8:49     ` Linus Walleij
2012-01-17  8:49       ` Linus Walleij
2012-01-17  9:15       ` Viresh Kumar
2012-01-17  9:15         ` Viresh Kumar
2012-01-17  9:19         ` Viresh Kumar
2012-01-17  9:19           ` Viresh Kumar
2012-01-17 10:19         ` Viresh Kumar
2012-01-17 10:19           ` Viresh Kumar
2012-01-17 10:10     ` Jassi Brar
2012-01-17 10:10       ` Jassi Brar
2012-01-17 10:19       ` Viresh Kumar
2012-01-17 10:19         ` Viresh Kumar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.