Home
last modified time | relevance | path

Searched hist:efa70f2fdc842e63a0a13223e0e83cedcc2117f1 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/kernel/dma/
H A Dops_helpers.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
H A Dmapping.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
H A Ddirect.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/Documentation/core-api/
H A Ddma-attributes.rstdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping-nommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
H A Ddma-mapping.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/include/linux/
H A Ddma-direct.hdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
H A Ddma-mapping.hdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/mips/jazz/
H A Djazzdma.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/x86/kernel/
H A Damd_gart_64.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/alpha/kernel/
H A Dpci_iommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dsystem-bus.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/powerpc/kernel/
H A Ddma-iommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/drivers/parisc/
H A Dccio-dma.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
H A Dsba_iommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/drivers/iommu/intel/
H A Diommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)
/openbmc/linux/drivers/xen/
H A Dswiotlb-xen.cdiff efa70f2fdc842e63a0a13223e0e83cedcc2117f1 Tue Sep 01 06:34:33 CDT 2020 Christoph Hellwig <hch@lst.de> dma-mapping: add a new dma_alloc_pages API

This API is the equivalent of alloc_pages, except that the returned memory
is guaranteed to be DMA addressable by the passed in device. The
implementation will also be used to provide a more sensible replacement
for DMA_ATTR_NON_CONSISTENT flag.

Additionally dma_alloc_noncoherent is switched over to use dma_alloc_pages
as its backend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> (MIPS part)