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


Groups > linux.kernel > #1492523

[PATCH 0/4] ARM: davinci: Remove DMA resources for MMC/SPI

From Peter Ujfalusi <peter.ujfalusi@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/4] ARM: davinci: Remove DMA resources for MMC/SPI
Date 2016-09-28 12:40 +0200
Message-ID <smkrn-5vk-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

The drivers for davinci MMC and SPI have been converted to the new DMAengine API
and no longer rely on the IORESOURCE_DMA.
This is the case for at least one release cycle so now we can remove the
IORESOURCE_DMA for these devices.

Regards,
Peter
---
Peter Ujfalusi (4):
  ARM: davinci: devices-da8xx: Remove DMA resources for MMC and SPI
  ARM: davinci: devices: Remove DMA resources for MMC
  ARM: davinci: dm355: Remove DMA resources for SPI
  ARM: davinci: dm365: Remove DMA resources for SPI

 arch/arm/mach-davinci/devices-da8xx.c | 29 -----------------------------
 arch/arm/mach-davinci/devices.c       |  3 ---
 arch/arm/mach-davinci/dm355.c         |  8 --------
 arch/arm/mach-davinci/dm365.c         |  8 --------
 4 files changed, 48 deletions(-)

--
2.10.0

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


Thread

[PATCH 0/4] ARM: davinci: Remove DMA resources for MMC/SPI Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-28 12:40 +0200
  [PATCH 1/4] ARM: davinci: devices-da8xx: Remove DMA resources for MMC and SPI Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-28 12:40 +0200
  Re: [PATCH 0/4] ARM: davinci: Remove DMA resources for MMC/SPI Sekhar Nori <nsekhar@ti.com> - 2016-10-01 19:40 +0200

csiph-web