All of lore.kernel.org
 help / color / mirror / Atom feed
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 06/28] ARM: dove: Move to ID based window creation
Date: Wed, 24 Jul 2013 13:20:33 +0200	[thread overview]
Message-ID: <51EFB881.4030901@gmail.com> (raw)
In-Reply-To: <1374586292-4941-7-git-send-email-ezequiel.garcia@free-electrons.com>

On 07/23/13 15:31, Ezequiel Garcia wrote:
> From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>
> With the introduction of the ID based MBus API, it's better
> to switch to use it instead of the current name based scheme.
>
> This will allow to deprecate the name based API, once every
> user is removed.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>   arch/arm/mach-dove/common.c | 68 ++++++++++++++++++++++++++++++---------------
>   1 file changed, 45 insertions(+), 23 deletions(-)

Ezequiel,

for the whole patch series on Dove DT:

Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

Sebastian

  reply	other threads:[~2013-07-24 11:20 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 13:31 [PATCH v8 00/28] MBus DT binding for Armada 370/XP and Kirkwood Ezequiel Garcia
2013-07-23 13:31 ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 01/28] memory: mvebu-devbus: Remove address decoding window workaround Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 02/28] bus: mvebu-mbus: Add new API for window creation Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 03/28] ARM: kirkwood: Move to ID based MBus " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 04/28] ARM: mv78xx0: Move to ID based " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 05/28] ARM: orion5x: " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 06/28] ARM: dove: " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-24 11:20   ` Sebastian Hesselbarth [this message]
2013-07-23 13:31 ` [PATCH v8 07/28] bus: mvebu-mbus: Factor out initialization details Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 08/28] bus: mvebu-mbus: Introduce device tree binding Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 09/28] bus: mvebu-mbus: Add static window allocation to the DT binding Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 10/28] bus: mvebu-mbus: Add new API for the PCIe memory and IO aperture Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 11/28] PCI: mvebu: Adapt to the new device tree layout Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 12/28] PCI: mvebu: Check valid base address before port setup Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 13/28] bus: mvebu-mbus: Remove the no longer used name-based API Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 14/28] bus: mvebu-mbus: Remove name -> target, attribute mapping tables Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 15/28] bus: mvebu-mbus: Update main description Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 16/28] bus: mvebu-mbus: Factorize Armada 370/XP data structures Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 17/28] ARM: mvebu: Remove the harcoded BootROM window allocation Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 18/28] ARM: mvebu: Initialize MBus using the DT binding Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 19/28] ARM: mvebu: Use the preprocessor on Armada 370/XP device tree files Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 20/28] ARM: mvebu: Add MBus to Armada 370/XP device tree Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 21/28] ARM: mvebu: Add BootROM " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 22/28] ARM: mvebu: Relocate Armada 370/XP DeviceBus device tree nodes Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 23/28] ARM: mvebu: Relocate Armada 370/XP PCIe " Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 24/28] ARM: kirkwood: Split DT and legacy MBus initialization Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 25/28] ARM: kirkwood: Use the preprocessor on device tree files Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 26/28] ARM: kirkwood: Introduce MBus DT node Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 27/28] ARM: kirkwood: Introduce MBUS_ID Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 13:31 ` [PATCH v8 28/28] ARM: kirkwood: Relocate PCIe device tree nodes Ezequiel Garcia
2013-07-23 13:31   ` Ezequiel Garcia
2013-07-23 15:24 ` [PATCH v8 00/28] MBus DT binding for Armada 370/XP and Kirkwood Andrew Lunn
2013-07-23 15:24   ` Andrew Lunn
2013-07-23 15:36   ` Ezequiel Garcia
2013-07-23 15:36     ` Ezequiel Garcia
2013-07-23 17:10 ` Olof Johansson
2013-07-23 17:10   ` Olof Johansson
2013-07-23 17:35   ` Ezequiel Garcia
2013-07-23 17:35     ` Ezequiel Garcia
2013-07-24 15:52 ` Jason Cooper
2013-07-24 15:52   ` Jason Cooper

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=51EFB881.4030901@gmail.com \
    --to=sebastian.hesselbarth@gmail.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.