Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253674
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] dmaengine: hdmac: Add scatter-gathered memset support |
| Date | 2015-10-22 11:50 +0200 |
| Message-ID | <qmkFs-6UJ-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Vinod, Here is a patch serie that adds support in the Atmel HDMAC for memset over a discontiguous memory area. Just like for the memset, it's used on those SoCs to support framebuffer related operations that cannot be performed either by the display engine or the (non-existent) GPU. Let me know what you think, Maxime Changes from v1: - Cosmetic change in the first patch to not wrap a line anymore - Rebased on top of current dma/next Maxime Ripard (2): dmaengine: hdmac: factorise memset descriptor allocation dmaengine: hdmac: Add scatter-gathered memset support drivers/dma/at_hdmac.c | 168 ++++++++++++++++++++++++++++++++++---------- drivers/dma/at_hdmac_regs.h | 2 +- 2 files changed, 133 insertions(+), 37 deletions(-) -- 2.6.2 -- 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 | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] dmaengine: hdmac: Add scatter-gathered memset support Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-22 11:50 +0200
[PATCH v2 1/2] dmaengine: hdmac: factorise memset descriptor allocation Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-22 11:50 +0200
Re: [PATCH v2 1/2] dmaengine: hdmac: factorise memset descriptor allocation Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-10-22 12:20 +0200
Re: [PATCH v2 0/2] dmaengine: hdmac: Add scatter-gathered memset support Vinod Koul <vinod.koul@intel.com> - 2015-10-29 02:50 +0100
csiph-web