mbox

[GIT,PULL] DMA-mapping update for v3.18

Message ID 1412853557-14574-1-git-send-email-m.szyprowski@samsung.com
State New
Headers show

Pull-request

git://git.linaro.org/people/mszyprowski/linux-dma-mapping.git for-v3.18

Message

Marek Szyprowski Oct. 9, 2014, 11:19 a.m. UTC
Hi Linus,

I would like to ask You for pulling patches for dma-mapping subsystem
for v3.18.

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://git.linaro.org/people/mszyprowski/linux-dma-mapping.git for-v3.18

for you to fetch changes up to b4bbb107d73bbc0d92c9ae7fd8e69580aa9381e7:

  dma-mapping: Provide write-combine allocations (2014-08-26 07:39:13 +0200)

----------------------------------------------------------------
Thierry Reding (2):
      s390: Implement dma_{alloc,free}_attrs()
      dma-mapping: Provide write-combine allocations

 arch/arm/include/asm/dma-mapping.h       | 16 ----------------
 arch/s390/Kconfig                        |  5 +----
 arch/s390/include/asm/dma-mapping.h      | 31 +++++++++++++++++++++----------
 include/asm-generic/dma-mapping-common.h |  8 --------
 include/linux/dma-mapping.h              | 26 ++++++++++++++++++++++++++
 5 files changed, 48 insertions(+), 38 deletions(-)
----------------------------------------------------------------

This pull request contains patches, which provide dma write coherent api
(available previously on ARM architecture) for all other architectures,
which use dma_ops-based dma mapping implementation. This lets one to use
the same code in the device drivers regardless of the selected
architecture.

Thanks!

Best regards
Marek Szyprowski
Samsung R&D Institute Poland
--
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/