From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/6] mm: generic early_ioremap support
Date: Tue, 11 Mar 2014 12:08:45 +0000 [thread overview]
Message-ID: <20140311120845.GG31104@arm.com> (raw)
In-Reply-To: <1394384444-23182-1-git-send-email-msalter@redhat.com>
Mark,
On Sun, Mar 09, 2014 at 05:00:38PM +0000, Mark Salter wrote:
> This patch series takes the common bits from the x86 early ioremap
> implementation and creates a generic implementation which may be used
> by other architectures. The early ioremap interfaces are intended for
> situations where boot code needs to make temporary virtual mappings
> before the normal ioremap interfaces are available. Typically, this
> means before paging_init() has run.
>
> These patches are layered on top of generic fixmap patches which
> were pulled into upstream 3.14-rc kernels.
>
> This is version 6 of the patch series. These patches fixmap patches
> may be found at:
>
> git://github.com/mosalter/linux.git (early-ioremap-v6 branch)
Are there any acks still needed? I think the arch patches in this series
have been acked, so I'm happy if hpa or someone else takes the whole
series.
Thanks.
--
Catalin
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Mark Salter <msalter@redhat.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Rob Landley <rob@landley.net>, "x86@kernel.org" <x86@kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Ingo Molnar <mingo@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
Will Deacon <Will.Deacon@arm.com>, Dave Young <dyoung@redhat.com>,
Rob Herring <robherring2@gmail.com>,
Leif Lindholm <leif.lindholm@linaro.org>,
"patches@linaro.org" <patches@linaro.org>
Subject: Re: [PATCH v6 0/6] mm: generic early_ioremap support
Date: Tue, 11 Mar 2014 12:08:45 +0000 [thread overview]
Message-ID: <20140311120845.GG31104@arm.com> (raw)
In-Reply-To: <1394384444-23182-1-git-send-email-msalter@redhat.com>
Mark,
On Sun, Mar 09, 2014 at 05:00:38PM +0000, Mark Salter wrote:
> This patch series takes the common bits from the x86 early ioremap
> implementation and creates a generic implementation which may be used
> by other architectures. The early ioremap interfaces are intended for
> situations where boot code needs to make temporary virtual mappings
> before the normal ioremap interfaces are available. Typically, this
> means before paging_init() has run.
>
> These patches are layered on top of generic fixmap patches which
> were pulled into upstream 3.14-rc kernels.
>
> This is version 6 of the patch series. These patches fixmap patches
> may be found at:
>
> git://github.com/mosalter/linux.git (early-ioremap-v6 branch)
Are there any acks still needed? I think the arch patches in this series
have been acked, so I'm happy if hpa or someone else takes the whole
series.
Thanks.
--
Catalin
next prev parent reply other threads:[~2014-03-11 12:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-09 17:00 [PATCH v6 0/6] mm: generic early_ioremap support Mark Salter
2014-03-09 17:00 ` Mark Salter
2014-03-09 17:00 ` [PATCH v6 1/6] x86/mm: sparse warning fix for early_memremap Mark Salter
2014-03-09 17:00 ` [PATCH v6 2/6] mm: create generic early_ioremap() support Mark Salter
2014-03-09 17:00 ` Mark Salter
2014-03-09 17:00 ` [PATCH v6 3/6] x86: use generic early_ioremap Mark Salter
2014-03-09 17:00 ` [PATCH v6 4/6] arm64: initialize pgprot info earlier in boot Mark Salter
2014-03-09 17:00 ` Mark Salter
2014-03-09 17:00 ` [PATCH v6 5/6] arm64: add early_ioremap support Mark Salter
2014-03-09 17:00 ` Mark Salter
2014-03-09 17:00 ` [PATCH v6 6/6] doc/kernel-parameters.txt: add early_ioremap_debug Mark Salter
2014-03-11 12:08 ` Catalin Marinas [this message]
2014-03-11 12:08 ` [PATCH v6 0/6] mm: generic early_ioremap support Catalin Marinas
2014-03-11 13:20 ` Mark Salter
2014-03-11 13:20 ` Mark Salter
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=20140311120845.GG31104@arm.com \
--to=catalin.marinas@arm.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.