All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Mark Salter <msalter@redhat.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>,
	"patches@linaro.org" <patches@linaro.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Russell King <linux@arm.linux.org.uk>,
	Will Deacon <Will.Deacon@arm.com>, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v2 3/5] arm: add early_ioremap support
Date: Tue, 7 Jan 2014 17:23:38 +0000	[thread overview]
Message-ID: <20140107172338.GB6234@arm.com> (raw)
In-Reply-To: <1389062120-31896-4-git-send-email-msalter@redhat.com>

On Tue, Jan 07, 2014 at 02:35:18AM +0000, Mark Salter wrote:
> This patch uses the generic early_ioremap code to implement
> early_ioremap for ARM. The ARM-specific bits come mostly from
> an earlier patch from Leif Lindholm <leif.lindholm@linaro.org>
> here:
> 
>   https://lkml.org/lkml/2013/10/3/279
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>
> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
> CC: linux-arm-kernel@lists.infradead.org
> CC: Russell King <linux@arm.linux.org.uk>
> CC: Catalin Marinas <catalin.marinas@arm.com>
> CC: Will Deacon <will.deacon@arm.com>
> CC: Arnd Bergmann <arnd@arndb.de>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

WARNING: multiple messages have this Message-ID (diff)
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/5] arm: add early_ioremap support
Date: Tue, 7 Jan 2014 17:23:38 +0000	[thread overview]
Message-ID: <20140107172338.GB6234@arm.com> (raw)
In-Reply-To: <1389062120-31896-4-git-send-email-msalter@redhat.com>

On Tue, Jan 07, 2014 at 02:35:18AM +0000, Mark Salter wrote:
> This patch uses the generic early_ioremap code to implement
> early_ioremap for ARM. The ARM-specific bits come mostly from
> an earlier patch from Leif Lindholm <leif.lindholm@linaro.org>
> here:
> 
>   https://lkml.org/lkml/2013/10/3/279
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>
> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
> CC: linux-arm-kernel at lists.infradead.org
> CC: Russell King <linux@arm.linux.org.uk>
> CC: Catalin Marinas <catalin.marinas@arm.com>
> CC: Will Deacon <will.deacon@arm.com>
> CC: Arnd Bergmann <arnd@arndb.de>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

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>,
	"linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>,
	"patches@linaro.org" <patches@linaro.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Russell King <linux@arm.linux.org.uk>,
	Will Deacon <Will.Deacon@arm.com>, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v2 3/5] arm: add early_ioremap support
Date: Tue, 7 Jan 2014 17:23:38 +0000	[thread overview]
Message-ID: <20140107172338.GB6234@arm.com> (raw)
In-Reply-To: <1389062120-31896-4-git-send-email-msalter@redhat.com>

On Tue, Jan 07, 2014 at 02:35:18AM +0000, Mark Salter wrote:
> This patch uses the generic early_ioremap code to implement
> early_ioremap for ARM. The ARM-specific bits come mostly from
> an earlier patch from Leif Lindholm <leif.lindholm@linaro.org>
> here:
> 
>   https://lkml.org/lkml/2013/10/3/279
> 
> Signed-off-by: Mark Salter <msalter@redhat.com>
> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
> CC: linux-arm-kernel@lists.infradead.org
> CC: Russell King <linux@arm.linux.org.uk>
> CC: Catalin Marinas <catalin.marinas@arm.com>
> CC: Will Deacon <will.deacon@arm.com>
> CC: Arnd Bergmann <arnd@arndb.de>

Acked-by: Catalin Marinas <catalin.marinas@arm.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2014-01-07 17:24 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07  2:35 [PATCH v2 0/5] generic early_ioremap support Mark Salter
2014-01-07  2:35 ` Mark Salter
2014-01-07  2:35 ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 1/5] mm: create generic early_ioremap() support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 15:25   ` Catalin Marinas
2014-01-07 15:25     ` Catalin Marinas
2014-01-07 15:25     ` Catalin Marinas
2014-01-07 23:11   ` H. Peter Anvin
2014-01-07 23:11     ` H. Peter Anvin
2014-01-07 23:11     ` H. Peter Anvin
2014-01-08 16:09     ` Mark Salter
2014-01-08 16:09       ` Mark Salter
2014-01-08 16:09       ` Mark Salter
2014-01-09 10:15       ` Matt Fleming
2014-01-09 10:15         ` Matt Fleming
2014-01-09 10:15         ` Matt Fleming
2014-01-07  2:35 ` [PATCH v2 2/5] x86: use generic early_ioremap Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 3/5] arm: add early_ioremap support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 17:23   ` Catalin Marinas [this message]
2014-01-07 17:23     ` Catalin Marinas
2014-01-07 17:23     ` Catalin Marinas
2014-01-07  2:35 ` [PATCH v2 4/5] arm64: initialize pgprot info earlier in boot Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 5/5] arm64: add early_ioremap support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 17:26 ` [PATCH v2 0/5] generic " Catalin Marinas
2014-01-07 17:26   ` Catalin Marinas
2014-01-07 17:26   ` Catalin Marinas

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=20140107172338.GB6234@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=Will.Deacon@arm.com \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@arm.linux.org.uk \
    --cc=msalter@redhat.com \
    --cc=patches@linaro.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.