From: ezequiel.garcia@free-electrons.com (Ezequiel Garcia)
To: linux-arm-kernel@lists.infradead.org
Subject: DT binding stalemate proposal, was: Re: [PATCH v9 29/30] bus: mvebu-mbus: Add devicetree binding
Date: Tue, 6 Aug 2013 06:31:58 -0300 [thread overview]
Message-ID: <20130806093157.GA2414@localhost> (raw)
In-Reply-To: <CAL_Jsq+D6Np7tK5qCFvcsTVRPZsppYOpBPhR7n+BJPJ1ED-AMQ@mail.gmail.com>
Rob, Jason:
On Mon, Aug 05, 2013 at 04:49:50PM -0500, Rob Herring wrote:
> On Mon, Aug 5, 2013 at 3:36 PM, Jason Cooper <jason@lakedaemon.net> wrote:
[..]
> > As we've said a couple of times, Arnd Bergmann has helped out plenty
> > with developing this binding, but he's not available for the next few
> > months. So unless we do something, we're essentially starting over from
> > scratch.
>
> My read of the history is that Arnd was pretty much in agreement.
>
> The binding looks reasonable to me, but honestly I haven't studied it
> in depth. So given the above conditions:
>
> Acked-by: Rob Herring <rob.herring@calxeda.com>
>
Jason: Thanks a lot for taking care of this. It's really appreaciated.
Rob: Thanks for looking and acking!
If there's anything else you need from me, just let me know.
--
Ezequiel Garc?a, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
next prev parent reply other threads:[~2013-08-06 9:31 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-26 13:17 [PATCH v9 00/30] MBus DT binding for Armada 370/XP and Kirkwood Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 01/30] memory: mvebu-devbus: Remove address decoding window workaround Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 02/30] bus: mvebu-mbus: Add new API for window creation Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 03/30] ARM: kirkwood: Move to ID based MBus " Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 04/30] ARM: mv78xx0: Move to ID based " Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 05/30] ARM: orion5x: " Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 06/30] ARM: dove: " Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 07/30] bus: mvebu-mbus: Factor out initialization details Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 08/30] bus: mvebu-mbus: Introduce device tree binding Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 09/30] bus: mvebu-mbus: Add static window allocation to the DT binding Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 10/30] bus: mvebu-mbus: Add new API for the PCIe memory and IO aperture Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 11/30] PCI: mvebu: Adapt to the new device tree layout Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 12/30] PCI: mvebu: Check valid base address before port setup Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 13/30] bus: mvebu-mbus: Remove the no longer used name-based API Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 14/30] bus: mvebu-mbus: Remove name -> target, attribute mapping tables Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 15/30] bus: mvebu-mbus: Update main description Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 16/30] bus: mvebu-mbus: Factorize Armada 370/XP data structures Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 17/30] ARM: mvebu: Remove the harcoded BootROM window allocation Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 18/30] ARM: mvebu: Initialize MBus using the DT binding Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 19/30] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 20/30] ARM: mvebu: Add MBus to Armada 370/XP device tree Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 21/30] ARM: mvebu: Add BootROM " Ezequiel Garcia
2013-07-26 13:17 ` [PATCH v9 22/30] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 23/30] ARM: mvebu: Relocate Armada 370/XP PCIe " Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 24/30] ARM: kirkwood: Split DT and legacy MBus initialization Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 25/30] ARM: kirkwood: Use the preprocessor on device tree files Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 26/30] ARM: kirkwood: Introduce MBus DT node Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 27/30] ARM: kirkwood: Introduce MBUS_ID Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 28/30] ARM: kirkwood: Relocate PCIe device tree nodes Ezequiel Garcia
2013-07-26 13:18 ` [PATCH v9 29/30] bus: mvebu-mbus: Add devicetree binding Ezequiel Garcia
2013-08-04 1:15 ` Jason Cooper
2013-08-05 10:22 ` Thomas Petazzoni
2013-08-05 20:36 ` DT binding stalemate proposal, was: " Jason Cooper
2013-08-05 20:47 ` Olof Johansson
2013-08-05 21:49 ` Rob Herring
2013-08-05 23:22 ` Jason Cooper
2013-08-06 9:31 ` Ezequiel Garcia [this message]
2013-07-26 13:18 ` [PATCH v9 30/30] PCI: mvebu: Adapt to the new device tree layout Ezequiel Garcia
2013-07-30 16:13 ` Ezequiel Garcia
2013-08-06 15:56 ` [PATCH v9 00/30] MBus DT binding for Armada 370/XP and Kirkwood Jason Cooper
2013-08-06 16:30 ` 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=20130806093157.GA2414@localhost \
--to=ezequiel.garcia@free-electrons.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.