From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 06/12] memory: mvebu-devbus: Remove address decoding window workaround
Date: Wed, 19 Jun 2013 15:16:11 -0700 [thread overview]
Message-ID: <20130619221611.GC9518@kroah.com> (raw)
In-Reply-To: <20130619201805.GJ31667@titan.lakedaemon.net>
On Wed, Jun 19, 2013 at 04:18:05PM -0400, Jason Cooper wrote:
> On Wed, Jun 19, 2013 at 05:07:20PM -0300, Ezequiel Garcia wrote:
> > Now that mbus device tree binding has been introduced, remove the address
> > decoding window management from this driver.
> > A suitable 'ranges' entry should be added to the devbus-compatible node in
> > the device tree, as described by the mbus binding documentation.
> >
> > Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> > Greg,
> >
> > I'm Ccing you, since you're carrying the mvebu-devbus driver in your trees.
> > This patch should be applied only after the MBus DT binding is accepted
> > and/or merged; although I doubt we will see that happening any time soon.
> >
> > drivers/memory/mvebu-devbus.c | 64 ++-----------------------------------------
> > 1 file changed, 2 insertions(+), 62 deletions(-)
>
> Since this MBus series is most likely for v3.12, Greg's tree will be
> merged by then. At which time, we can decide if it's best to keep the
> series together or continue to send devbus changes through him. I'm
> fine either way, and but I have a preference for keeping the series
> together.
Ok, I'll ignore this then, as it shouldn't go into 3.11, and I don't
have trees that go beyond that at this point in time.
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
To: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Jason Gunthorpe
<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
Maen Suleiman <maen-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v4 06/12] memory: mvebu-devbus: Remove address decoding window workaround
Date: Wed, 19 Jun 2013 15:16:11 -0700 [thread overview]
Message-ID: <20130619221611.GC9518@kroah.com> (raw)
In-Reply-To: <20130619201805.GJ31667-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
On Wed, Jun 19, 2013 at 04:18:05PM -0400, Jason Cooper wrote:
> On Wed, Jun 19, 2013 at 05:07:20PM -0300, Ezequiel Garcia wrote:
> > Now that mbus device tree binding has been introduced, remove the address
> > decoding window management from this driver.
> > A suitable 'ranges' entry should be added to the devbus-compatible node in
> > the device tree, as described by the mbus binding documentation.
> >
> > Cc: Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> > ---
> > Greg,
> >
> > I'm Ccing you, since you're carrying the mvebu-devbus driver in your trees.
> > This patch should be applied only after the MBus DT binding is accepted
> > and/or merged; although I doubt we will see that happening any time soon.
> >
> > drivers/memory/mvebu-devbus.c | 64 ++-----------------------------------------
> > 1 file changed, 2 insertions(+), 62 deletions(-)
>
> Since this MBus series is most likely for v3.12, Greg's tree will be
> merged by then. At which time, we can decide if it's best to keep the
> series together or continue to send devbus changes through him. I'm
> fine either way, and but I have a preference for keeping the series
> together.
Ok, I'll ignore this then, as it shouldn't go into 3.11, and I don't
have trees that go beyond that at this point in time.
thanks,
greg k-h
next prev parent reply other threads:[~2013-06-19 22:16 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-19 20:07 [PATCH v4 00/12] MBus device tree binding Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 01/12] bus: mvebu-mbus: Factor out initialization details Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 02/12] bus: mvebu-mbus: Introduce device tree binding Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 03/12] bus: mvebu-mbus: Add static window allocation to the DT binding Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:14 ` Jason Cooper
2013-06-19 20:14 ` Jason Cooper
2013-06-19 20:07 ` [PATCH v4 04/12] ARM: mvebu: Initialize MBus using " Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 05/12] ARM: mvebu: Remove the harcoded BootROM window allocation Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 06/12] memory: mvebu-devbus: Remove address decoding window workaround Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:18 ` Jason Cooper
2013-06-19 20:18 ` Jason Cooper
2013-06-19 22:16 ` Greg Kroah-Hartman [this message]
2013-06-19 22:16 ` Greg Kroah-Hartman
2013-06-19 20:07 ` [PATCH v4 07/12] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 08/12] ARM: mvebu: Add MBus to Armada 370/XP device tree Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 09/12] ARM: mvebu: Add BootROM " Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 10/12] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 11/12] ARM: mvebu: Relocate Armada 370 PCIe " Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
2013-06-19 20:07 ` [PATCH v4 12/12] ARM: mvebu: Relocate Armada XP " Ezequiel Garcia
2013-06-19 20:07 ` Ezequiel Garcia
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=20130619221611.GC9518@kroah.com \
--to=gregkh@linuxfoundation.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 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.