Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488097
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing |
| Date | 2016-09-21 14:50 +0200 |
| Message-ID | <sjP8l-BV-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
Changes since v2:
- Instead of converting to use enum for the of_device_id data parameter the two
patch for edma and ti-dma-crossbar is using pointers to u32 variables to make
sure that the code compile (and in theory work) on all architectures.
- fixed issue in the ti-dma-crossbar driver I have made with the enum change to
not handle the DMA offset parameters correctly.
Changes since v1:
- added the compiler warning message to ti-dma-crossbar enum type patch
- moved the Kconfig patches at the end of the seris
The following series will enable unconditional COMPILE_TEST coverage for the
following drivers: omap-dma, edma and ti-dma-crossbar
The series includes fixes noticed when compiling the drivers for x86_64 and
aarch64.
Replaces the patch Vinod sent to enable partial compile testing for omap-dma:
http://www.spinics.net/lists/dmaengine/msg11025.html
Regards,
Peter
---
Peter Ujfalusi (9):
dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id
structs
dmaengine: edma: Fix of_device_id data parameter usage (legacy vs
TPCC)
dmaengine: edma: Use correct type for of_find_property() third
parameter
dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP
configs
dmaengine: ti-dma-crossbar: Correct type for of_find_property() third
parameter
dmaengine: ti-dma-crossbar: Fix of_device_id data parameter usage
dmaengine: edma: enable COMPILE_TEST
dmaengine: omap-dma: enable COMPILE_TEST
dmaengine: ti-dma-crossbar: enable COMPILE_TEST
drivers/dma/Kconfig | 8 ++++----
drivers/dma/edma.c | 16 +++++++++++-----
drivers/dma/ti-dma-crossbar.c | 30 +++++++++++++++++++-----------
include/linux/omap-dma.h | 19 +++++++++++++++++++
4 files changed, 53 insertions(+), 20 deletions(-)
--
2.10.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 4/9] dmaengine/ARM: omap-dma: Fix the DMAengine compile test on non OMAP configs Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 1/9] dmaengine: edma: Add missing MODULE_DEVICE_TABLE() for of_device_id structs Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 7/9] dmaengine: edma: enable COMPILE_TEST Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 2/9] dmaengine: edma: Fix of_device_id data parameter usage (legacy vs TPCC) Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 9/9] dmaengine: ti-dma-crossbar: enable COMPILE_TEST Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200 [PATCH v3 6/9] dmaengine: ti-dma-crossbar: Fix of_device_id data parameter usage Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-21 14:50 +0200
csiph-web