[GIT PULL v3] ARM support for generic memremap()

Ard Biesheuvel ard.biesheuvel at linaro.org
Tue Apr 5 00:26:53 PDT 2016


Hello Russell,

This pull request covers the updated v5 of this series that I sent out
yesterday, which fixed the nommu breakage that was present in all previous
versions. Please pull.

Regards,
Ard.

---------8<-----------
The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:

  Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)

are available in the git repository at:

  git://git.linaro.org/people/ard.biesheuvel/linux-arm.git \
                                                 tags/arm-memremap-for-v4.7

for you to fetch changes up to 9ab9e4fce45379cb6a7dbf87cf8f8e6ba01853c2:

  ARM: memremap: implement arch_memremap_wb() (2016-04-04 10:26:42 +0200)

----------------------------------------------------------------
This series wires up the generic memremap() function for ARM in a way
that allows it to be used as intended, i.e., without regard for whether
the region being mapped is covered by a struct page and/or the linear
mapping (lowmem)

----------------------------------------------------------------
Ard Biesheuvel (4):
      ARM: reintroduce ioremap_cached() for creating cached I/O mappings
      mtd: pxa2xx-flash: switch back from memremap to ioremap_cached
      memremap: add arch specific hook for MEMREMAP_WB mappings
      ARM: memremap: implement arch_memremap_wb()

 arch/arm/include/asm/io.h       | 12 ++++++++++++
 arch/arm/mm/ioremap.c           | 16 ++++++++++++++--
 arch/arm/mm/nommu.c             |  9 +++++++++
 drivers/mtd/maps/pxa2xx-flash.c |  6 +++---
 kernel/memremap.c               | 11 +++++++++--
 5 files changed, 47 insertions(+), 7 deletions(-)



More information about the linux-arm-kernel mailing list