linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Enable DMA driver for MIC X200 Coprocessor
@ 2016-02-04 15:10 Jacek Lawrynowicz
  2016-02-04 15:10 ` [PATCH RESEND 1/2] dmaengine: added MIC X200 Coprocessor DMA driver Jacek Lawrynowicz
  2016-02-04 15:10 ` [PATCH RESEND 2/2] MAINTAINERS: update for mic Jacek Lawrynowicz
  0 siblings, 2 replies; 6+ messages in thread
From: Jacek Lawrynowicz @ 2016-02-04 15:10 UTC (permalink / raw)
  To: dan.j.williams, vinod.koul
  Cc: dmaengine, linux-kernel, ashutosh.dixit, sudeep.dutt,
	andrzej.kacprowski, jacek.lawrynowicz

This is the first set of patches adding MIC X200 Coprocessor support.
MIC PCIe card has a DMA controller with 2 channels: one for the host
and the other one for the card. On host the channel is private
and used only by the host driver to transfer data by the MIC virtio 
and SCIF drivers. Please refer to Documentation/mic/mic_overview.txt 
for a description about other MIC drivers.

The patches have been compiled/validated against v4.5-rc2. Tested using
dmatest module with module parameter "threads_per_chan=60". These patches
have also been scanned by Fengguang Wu's 0-day infrastructure and no
issues have been reported.

In order for the device to function when IOMMU is enabled DMA alias quirk
has to be enabled and it is being upstreamed on linux-pci 
(http://www.spinics.net/lists/linux-pci/msg48460.html).

Resending this patch set with corrected recipient list.

Jacek Lawrynowicz (2):
  dmaengine: added MIC X200 Coprocessor DMA driver
  MAINTAINERS: update for mic

 MAINTAINERS                |    2 +
 drivers/dma/Kconfig        |   18 +
 drivers/dma/Makefile       |    1 +
 drivers/dma/mic_x200_dma.c | 1114 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1135 insertions(+)
 create mode 100644 drivers/dma/mic_x200_dma.c

-- 
2.1.4

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

end of thread, other threads:[~2016-02-09 12:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04 15:10 [PATCH RESEND 0/2] Enable DMA driver for MIC X200 Coprocessor Jacek Lawrynowicz
2016-02-04 15:10 ` [PATCH RESEND 1/2] dmaengine: added MIC X200 Coprocessor DMA driver Jacek Lawrynowicz
2016-02-04 17:50   ` Andy Shevchenko
2016-02-09 12:25     ` Lawrynowicz, Jacek
2016-02-08  4:21   ` Vinod Koul
2016-02-04 15:10 ` [PATCH RESEND 2/2] MAINTAINERS: update for mic Jacek Lawrynowicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).