Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269770

[PATCH V5 0/2] add self test code for DMA engine drivers

From Sinan Kaya <okaya@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH V5 0/2] add self test code for DMA engine drivers
Date 2015-11-15 22:10 +0100
Message-ID <qvcIG-6Cd-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Changes from V4 (https://lkml.org/lkml/2015/11/12/18)
* Seperate the series from HIDMA driver

Sinan Kaya (2):
  dmaselftest: add memcpy selftest support functions
  dma: qcom_hidma: add self test hooks

 drivers/dma/dmaengine.h   |   2 +
 drivers/dma/dmaselftest.c | 638 ++++++++++++++++++++++++++++++++++++++++++++++
 drivers/dma/qcom/Makefile |   2 +-
 drivers/dma/qcom/hidma.c  |   4 +
 4 files changed, 645 insertions(+), 1 deletion(-)
 create mode 100644 drivers/dma/dmaselftest.c

-- 
Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V5 0/2] add self test code for DMA engine drivers Sinan Kaya <okaya@codeaurora.org> - 2015-11-15 22:10 +0100
  [PATCH V5 1/2] dmaselftest: add memcpy selftest support functions Sinan Kaya <okaya@codeaurora.org> - 2015-11-15 22:10 +0100
  [PATCH V5 2/2] dma: qcom_hidma: add self test hooks Sinan Kaya <okaya@codeaurora.org> - 2015-11-15 22:10 +0100

csiph-web