[GIT PULL] dma-mapping fixes for 5.10

From: Christoph Hellwig
Date: Sat Oct 24 2020 - 10:19:52 EST


The following changes since commit 270315b8235e3d10c2e360cff56c2f9e0915a252:

Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2020-10-19 18:18:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6857a5ebaabc5b9d989872700b4b71dd2a6d6453:

dma-mapping: document dma_{alloc,free}_pages (2020-10-23 12:07:46 +0200)

----------------------------------------------------------------
dma-mapping fixes for 5.10:

- document the new document dma_{alloc,free}_pages API
- two fixups for the dma-mapping.h split

----------------------------------------------------------------
Christoph Hellwig (3):
ARM/sa1111: add a missing include of dma-map-ops.h
dma-mapping: move more functions to dma-map-ops.h
dma-mapping: document dma_{alloc,free}_pages

Documentation/core-api/dma-api.rst | 49 +++++++++++++++++++++++++++++++++-----
arch/arm/common/sa1111.c | 2 +-
include/linux/dma-map-ops.h | 23 ++++++++++++++++++
include/linux/dma-mapping.h | 24 -------------------
kernel/dma/remap.c | 2 +-
5 files changed, 68 insertions(+), 32 deletions(-)