All of lore.kernel.org
 help / color / mirror / Atom feed
* Driver for tango DMA engine
@ 2016-11-23 16:48 Marc Gonzalez
  2016-11-23 16:49 ` [PATCH 1/6] dmaengine: Import tango MBUS driver Marc Gonzalez
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Marc Gonzalez @ 2016-11-23 16:48 UTC (permalink / raw)
  To: Mans Rullgard, Vinod Koul
  Cc: dmaengine, LKML, Sebastian Frias, Mason, Thibaud Cornic

Hello Mans,

I would like to push upstream the driver you wrote for the tango
DMA engine. Could you take a look at my fixes, perhaps some/all
can be squashed into the initial patch?

Vinod, can you take a look at this submission, and tell me if
you spot any issue?

Regards.


Mans Rullgard (1):
  dmaengine: Import tango MBUS driver

Marc Gonzalez (5):
  Provide names for SBOX register offsets
  Fixup for tango4 support
  Fixup tangox_dma_sbox_map
  Fixup tangox_dma_reset
  Relax write accesses

 drivers/dma/Kconfig     |   6 +
 drivers/dma/Makefile    |   1 +
 drivers/dma/tango-dma.c | 582 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 589 insertions(+)
 create mode 100644 drivers/dma/tango-dma.c

-- 
2.9.0

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

end of thread, other threads:[~2016-11-23 17:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 16:48 Driver for tango DMA engine Marc Gonzalez
2016-11-23 16:49 ` [PATCH 1/6] dmaengine: Import tango MBUS driver Marc Gonzalez
2016-11-23 16:50 ` [PATCH 2/6] Provide names for SBOX register offsets Marc Gonzalez
2016-11-23 16:51 ` [PATCH 3/6] Fixup for tango4 support Marc Gonzalez
2016-11-23 16:51 ` [PATCH 4/6] Fixup tangox_dma_sbox_map Marc Gonzalez
2016-11-23 16:56 ` [PATCH 5/6] Fixup tangox_dma_reset Marc Gonzalez
2016-11-23 16:56 ` [PATCH 6/6] Relax write accesses Marc Gonzalez
2016-11-23 17:27 ` Driver for tango DMA engine Måns Rullgård

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.