linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] DMA mapping updates for 5.2
@ 2019-05-09  7:16 Christoph Hellwig
  2019-05-09 16:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2019-05-09  7:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: iommu, linux-kernel

Hi Linus,

a pretty small DMA mapping updates for this merge window below:


The following changes since commit 15ade5d2e7775667cf191cf2f94327a4889f8b9d:

  Linux 5.1-rc4 (2019-04-07 14:09:59 -1000)

are available in the Git repository at:

  git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.2

for you to fetch changes up to 13bf5ced93775ffccb53527a9d862e023a9daa03:

  dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence (2019-05-06 15:04:40 +0200)

----------------------------------------------------------------
DMA mapping updates for 5.2

 - remove the already broken support for NULL dev arguments to the
   DMA API calls
 - Kconfig tidyups

----------------------------------------------------------------
Christoph Hellwig (8):
      parport_ip32: pass struct device to DMA API functions
      da8xx-fb: pass struct device to DMA API functions
      gbefb: switch to managed version of the DMA allocator
      pxa3xx-gcu: pass struct device to dma_mmap_coherent
      arm: use a dummy struct device for ISA DMA use of the DMA API
      dma-mapping: remove leftover NULL device support
      x86/dma: Remove the x86_dma_fallback_dev hack
      dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence

Clément Leger (1):
      dma: select GENERIC_ALLOCATOR for DMA_REMAP

Dan Carpenter (1):
      dma-mapping: remove an unnecessary NULL check

 Documentation/DMA-API-HOWTO.txt    | 13 ++++++-------
 arch/arm/kernel/dma-isa.c          |  8 +++++++-
 arch/arm/mach-rpc/dma.c            |  8 +++++++-
 arch/arm64/Kconfig                 |  1 +
 arch/csky/Kconfig                  |  1 +
 arch/x86/include/asm/dma-mapping.h | 10 ----------
 arch/x86/kernel/amd_gart_64.c      |  6 ------
 arch/x86/kernel/pci-dma.c          | 20 --------------------
 drivers/parport/parport_ip32.c     | 18 ++++++++++--------
 drivers/video/fbdev/da8xx-fb.c     | 13 +++++++------
 drivers/video/fbdev/gbefb.c        | 24 ++++++++----------------
 drivers/video/fbdev/pxa3xx-gcu.c   |  4 +++-
 include/linux/dma-mapping.h        |  6 +++---
 include/linux/dma-noncoherent.h    |  6 ++++++
 kernel/dma/Kconfig                 |  4 ++++
 kernel/dma/direct.c                |  2 +-
 kernel/dma/mapping.c               |  9 +--------
 17 files changed, 65 insertions(+), 88 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] DMA mapping updates for 5.2
  2019-05-09  7:16 [GIT PULL] DMA mapping updates for 5.2 Christoph Hellwig
@ 2019-05-09 16:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-09 16:25 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Linus Torvalds, iommu, linux-kernel

The pull request you sent on Thu, 9 May 2019 09:16:34 +0200:

> git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ddab5337b23c99777d7cfb39c0f8efe536c17dff

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-09 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-09  7:16 [GIT PULL] DMA mapping updates for 5.2 Christoph Hellwig
2019-05-09 16:25 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).