From: ard.biesheuvel@linaro.org (Ard Biesheuvel)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v3 resend] ARM support for generic memremap()
Date: Fri, 8 Apr 2016 11:49:24 +0200 [thread overview]
Message-ID: <1460108964-12210-1-git-send-email-ard.biesheuvel@linaro.org> (raw)
Hello Russell,
As discussed last Tuesday, this is a resend of my pull request that covers the
updated v5 of this series that I sent out on Monday. No other series or pull
requests are outstanding.
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(-)
next reply other threads:[~2016-04-08 9:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-08 9:49 Ard Biesheuvel [this message]
2016-04-18 15:10 ` [GIT PULL v3 resend] ARM support for generic memremap() Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1460108964-12210-1-git-send-email-ard.biesheuvel@linaro.org \
--to=ard.biesheuvel@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).