Skip to content
Snippets Groups Projects
Select Git revision
  • 06812bd9ac7c5aa3d53f1dbe0d24fd33c26a8d5f
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

i915

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christoph Hellwig authored and Linus Torvalds committed
    This series converts all remaining architectures to use dma_map_ops and
    the generic implementation of the DMA API.  This not only simplifies the
    code a lot, but also prepares for possible future changes like more
    generic non-iommu dma_ops implementations or generic per-device
    dma_map_ops.
    
    This patch (of 16):
    
    We have a couple architectures that do not want to support this code, so
    add another Kconfig symbol that disables the code similar to what we do
    for the nommu case.
    
    Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
    Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
    Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
    Cc: Steven Miao <realmz6@gmail.com>
    Cc: Ley Foon Tan <lftan@altera.com>
    Cc: David Howells <dhowells@redhat.com>
    Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
    Cc: Chris Metcalf <cmetcalf@ezchip.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Aurelien Jacquiot <a-jacquiot@ti.com>
    Cc: Geert Uytterhoeven <geert@linux-m68k.org>
    Cc: Helge Deller <deller@gmx.de>
    Cc: James Hogan <james.hogan@imgtec.com>
    Cc: Jesper Nilsson <jesper.nilsson@axis.com>
    Cc: Mark Salter <msalter@redhat.com>
    Cc: Mikael Starvik <starvik@axis.com>
    Cc: Vineet Gupta <vgupta@synopsys.com>
    Cc: Christian Borntraeger <borntraeger@de.ibm.com>
    Cc: Joerg Roedel <jroedel@suse.de>
    Cc: Sebastian Ott <sebott@linux.vnet.ibm.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    0d4a619b
    History
    Name Last commit Last update
    ..