All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 07/12] ARM: mvebu: Add Armada 385 Access Point Development Board support
Date: Thu, 8 Jan 2015 18:44:16 +0100	[thread overview]
Message-ID: <20150108184416.3feb0e02@free-electrons.com> (raw)
In-Reply-To: <1420738694-6163-8-git-send-email-gregory.clement@free-electrons.com>

Dear Gregory CLEMENT,

On Thu,  8 Jan 2015 18:38:09 +0100, Gregory CLEMENT wrote:

> +#include "armada-385.dtsi"

Is it an Armada 385 or an Armada 388 ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Gregory CLEMENT
	<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
	Sebastian Hesselbarth
	<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Ezequiel Garcia
	<ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Maxime Ripard
	<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Boris BREZILLON
	<boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v4 07/12] ARM: mvebu: Add Armada 385 Access Point Development Board support
Date: Thu, 8 Jan 2015 18:44:16 +0100	[thread overview]
Message-ID: <20150108184416.3feb0e02@free-electrons.com> (raw)
In-Reply-To: <1420738694-6163-8-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>

Dear Gregory CLEMENT,

On Thu,  8 Jan 2015 18:38:09 +0100, Gregory CLEMENT wrote:

> +#include "armada-385.dtsi"

Is it an Armada 385 or an Armada 388 ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2015-01-08 17:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 17:38 [PATCH v4 00/12] Add Armada 38x GP and AP boards support Gregory CLEMENT
2015-01-08 17:38 ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 01/12] ARM: mvebu: Rename DEBUG_LL to indicate UART index Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 02/12] ARM: mvebu: Add UART1 as DEBUG_LL possible target Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 03/12] ARM: mvebu: a38x: Fix node names Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 04/12] pinctrl: mvebu: a38x: Add UART1 muxing options Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 05/12] ARM: mvebu: A38x: Remove redundant pinctrl informations Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 06/12] ARM: mvebu: Add a number of pinctrl functions Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 07/12] ARM: mvebu: Add Armada 385 Access Point Development Board support Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:44   ` Thomas Petazzoni [this message]
2015-01-08 17:44     ` Thomas Petazzoni
2015-01-08 17:47     ` Gregory CLEMENT
2015-01-08 17:47       ` Gregory CLEMENT
2015-01-08 18:37       ` Thomas Petazzoni
2015-01-08 18:37         ` Thomas Petazzoni
2015-01-08 17:38 ` [PATCH v4 08/12] ARM: mvebu: a38x: Add more pinctrl functions Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 09/12] ARM: mvebu: a38x: Add missing labels Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 10/12] ARM: mvebu: Document the Device Tree binding for the Armada 388 SoC Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 11/12] ARM: mvebu: Add Device Tree description of " Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-08 17:38 ` [PATCH v4 12/12] ARM: mvebu: Add Armada 388 General Purpose Development Board support Gregory CLEMENT
2015-01-08 17:38   ` Gregory CLEMENT
2015-01-09 15:20 ` [PATCH v4 00/12] Add Armada 38x GP and AP boards support Andrew Lunn
2015-01-09 15:20   ` Andrew Lunn

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=20150108184416.3feb0e02@free-electrons.com \
    --to=thomas.petazzoni@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.