public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Salter <msalter@redhat.com>
To: Catalin Marinas <catalin.marinas@arm.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 09:20:16 -0400	[thread overview]
Message-ID: <1394544016.5094.68.camel@deneb.redhat.com> (raw)
In-Reply-To: <20140311120845.GG31104@arm.com>

On Tue, 2014-03-11 at 12:08 +0000, Catalin Marinas wrote:
> 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.

v6 added a documentation patch which is the only one without an ack.
I was going to give it a few days and then send a pull request
tomorrow (12-Mar). This being mm related, I thought the mmotm tree
may be the place for it, but hpa offered the tip tree and it really
doesn't matter to me which one it goes through.



      reply	other threads:[~2014-03-11 13:21 UTC|newest]

Thread overview: 9+ 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 ` [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 ` [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 ` [PATCH v6 5/6] arm64: add early_ioremap support 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 ` [PATCH v6 0/6] mm: generic early_ioremap support Catalin Marinas
2014-03-11 13:20   ` Mark Salter [this message]

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=1394544016.5094.68.camel@deneb.redhat.com \
    --to=msalter@redhat.com \
    --cc=Will.Deacon@arm.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=dyoung@redhat.com \
    --cc=hpa@zytor.com \
    --cc=leif.lindholm@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=patches@linaro.org \
    --cc=rob@landley.net \
    --cc=robherring2@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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