All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Boris Brezillon <boris.brezillon@free-electrons.com>,
	linux-pcmcia@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-ide@vger.kernel.org, Tejun Heo <tj@kernel.org>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/9] mfd: syscon: Add Atmel MC (Memory Controller) registers definition
Date: Tue, 28 Apr 2015 14:55:58 +0200	[thread overview]
Message-ID: <20150428125558.GD3687@piout.net> (raw)
In-Reply-To: <20150428123058.GC9169@x1>

Hi,

On 28/04/2015 at 13:30:58 +0100, Lee Jones wrote :
> On Mon, 23 Mar 2015, Alexandre Belloni wrote:
> 
> > From: Boris Brezillon <boris.brezillon@free-electrons.com>
> > 
> > The at91rm9200 SoC embeds a Memory Controller block which is used to
> > configure several aspects of the platform:
> > - AHB/APB Bus behavior
> > - SDRAM Controller
> > - EBI (External Bus Interface) and SMC (Static Memory Controller) config
> > 
> > Those registers might be accessed by different drivers, hence we need to
> > define it as a syscon device.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> > ---
> >  include/linux/mfd/syscon/atmel-mc.h | 144 ++++++++++++++++++++++++++++++++++++
> >  1 file changed, 144 insertions(+)
> >  create mode 100644 include/linux/mfd/syscon/atmel-mc.h
> 
> I've lost context here.
> 
> Is it okay to take this now?
> 

I'd say that it would be better to get that one through the AT91 tree
along with the following patches as they depend on it. Is that okay with
you?


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/9] mfd: syscon: Add Atmel MC (Memory Controller) registers definition
Date: Tue, 28 Apr 2015 14:55:58 +0200	[thread overview]
Message-ID: <20150428125558.GD3687@piout.net> (raw)
In-Reply-To: <20150428123058.GC9169@x1>

Hi,

On 28/04/2015 at 13:30:58 +0100, Lee Jones wrote :
> On Mon, 23 Mar 2015, Alexandre Belloni wrote:
> 
> > From: Boris Brezillon <boris.brezillon@free-electrons.com>
> > 
> > The at91rm9200 SoC embeds a Memory Controller block which is used to
> > configure several aspects of the platform:
> > - AHB/APB Bus behavior
> > - SDRAM Controller
> > - EBI (External Bus Interface) and SMC (Static Memory Controller) config
> > 
> > Those registers might be accessed by different drivers, hence we need to
> > define it as a syscon device.
> > 
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > Acked-by: Lee Jones <lee.jones@linaro.org>
> > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> > ---
> >  include/linux/mfd/syscon/atmel-mc.h | 144 ++++++++++++++++++++++++++++++++++++
> >  1 file changed, 144 insertions(+)
> >  create mode 100644 include/linux/mfd/syscon/atmel-mc.h
> 
> I've lost context here.
> 
> Is it okay to take this now?
> 

I'd say that it would be better to get that one through the AT91 tree
along with the following patches as they depend on it. Is that okay with
you?


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-04-28 12:56 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 19:29 [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2 Alexandre Belloni
2015-03-23 19:29 ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 1/9] ata: at91: use syscon to configure the smc Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-04-08 11:04   ` Bartlomiej Zolnierkiewicz
2015-04-08 11:04     ` Bartlomiej Zolnierkiewicz
2015-04-08 11:13     ` Alexandre Belloni
2015-04-08 11:13       ` Alexandre Belloni
2015-04-08 12:00       ` Bartlomiej Zolnierkiewicz
2015-04-08 12:00         ` Bartlomiej Zolnierkiewicz
2015-04-08 12:06         ` Nicolas Ferre
2015-04-08 12:06           ` Nicolas Ferre
2015-04-08 12:06           ` Nicolas Ferre
2015-04-08 13:08           ` Bartlomiej Zolnierkiewicz
2015-04-08 13:08             ` Bartlomiej Zolnierkiewicz
2015-03-23 19:29 ` [PATCH v2 2/9] ARM: at91: drop sam9_smc.c Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 3/9] mfd: syscon: Add Atmel MC (Memory Controller) registers definition Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-04-28 12:30   ` Lee Jones
2015-04-28 12:30     ` Lee Jones
2015-04-28 12:55     ` Alexandre Belloni [this message]
2015-04-28 12:55       ` Alexandre Belloni
2015-04-28 17:59       ` Lee Jones
2015-04-28 17:59         ` Lee Jones
2015-03-23 19:29 ` [PATCH v2 4/9] ARM: at91: declare the at91rm9200 memory controller as a syscon Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 5/9] pcmcia: at91_cf: Use syscon to configure the MC/smc Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 6/9] ARM: at91/pm: use the atmel-mc syscon defines Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 7/9] ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 8/9] ARM: at91: remove at91rm9200_sdramc.h Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-03-23 19:29 ` [PATCH v2 9/9] ARM: at91: remove useless Makefile.boot Alexandre Belloni
2015-03-23 19:29   ` Alexandre Belloni
2015-05-19 14:46 ` [PATCH v2 0/9] ARM: at91 cleanups for 4.1 #2 Nicolas Ferre
2015-05-19 14:46   ` Nicolas Ferre
2015-05-19 14:46   ` Nicolas Ferre

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=20150428125558.GD3687@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=tj@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 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.