All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/7]
Date: Thu, 08 Jan 2015 15:56:00 +0100	[thread overview]
Message-ID: <54AE9A80.6080100@free-electrons.com> (raw)
In-Reply-To: <1420727983-23922-1-git-send-email-maxime.ripard@free-electrons.com>

Hi Maxime, Andrew,

On 08/01/2015 15:39, Maxime Ripard wrote:
> Hi everyone,
> 
> This set of patches add the support for the Armada 385 AP board.
> 
> It also adds a few clean ups here and there, a few missing pin
> functions needed for the board, etc.

Maxime,

You forgot to write a topic for this email :)

Andrew,

If you want, in order to ease your job, I can send a series
including the patches from Maxime and my patches for this 2 new
Armada 38x boards: AP and GP.

But before this I really would like to have the answer from Nadav
to switch to the dual license GPL/X11.

Thanks,

Gregory


> 
> Maxime
> 
> Changes from v2:
>   - Removed the i2c1 bus that is not used
>   - Added comments for the i2c0 and the UARTs
>   - Removed the i2c clk-frequency property
>   - Fixed the SPI-NOR maximum frequency
>   - Fixed the phy nodes unit addresses
>   - Add the /chosen/stdout-path property
>   - Changed the filename to match the board compatible
> 
> Changes from v1:
>   - Removed USB3 support. This required some additional patches for
>     the phy and USB drivers that are not really related to this
>     serie. This will be submitted as a separate one.
>   - Removed earlyprintk from the default bootargs
>   - Removed two unneeded ranges
>   - Changed the phy pins node name to mdio
>   - Moved most of the pinctrl nodes to the DTSI
>   - Added a comment to mention why the phy reference clock is needed.
>   - Rebased on top of 3.19-rc1
> 
> Maxime Ripard (7):
>   ARM: mvebu: Rename DEBUG_LL to indicate UART index
>   ARM: mvebu: Add UART1 as DEBUG_LL possible target
>   ARM: mvebu: a38x: Fix node names
>   pinctrl: mvebu: a38x: Add UART1 muxing options
>   ARM: mvebu: A38x: Remove redundant pinctrl informations
>   ARM: mvebu: Add a number of pinctrl functions
>   ARM: mvebu: Add Armada 385 Access Point Development Board support
> 
>  arch/arm/Kconfig.debug                     |  35 +++++--
>  arch/arm/boot/dts/Makefile                 |   1 +
>  arch/arm/boot/dts/armada-380.dtsi          |   3 +-
>  arch/arm/boot/dts/armada-385-db-ap.dts     | 150 +++++++++++++++++++++++++++++
>  arch/arm/boot/dts/armada-385-db.dts        |   2 +-
>  arch/arm/boot/dts/armada-385-rd.dts        |   2 +-
>  arch/arm/boot/dts/armada-385.dtsi          |   3 +-
>  arch/arm/boot/dts/armada-38x.dtsi          |  44 ++++++++-
>  drivers/pinctrl/mvebu/pinctrl-armada-38x.c |   6 +-
>  9 files changed, 226 insertions(+), 20 deletions(-)
>  create mode 100644 arch/arm/boot/dts/armada-385-db-ap.dts
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      parent reply	other threads:[~2015-01-08 14:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08 14:39 [PATCH v3 0/7] Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 1/7] ARM: mvebu: Rename DEBUG_LL to indicate UART index Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 2/7] ARM: mvebu: Add UART1 as DEBUG_LL possible target Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 3/7] ARM: mvebu: a38x: Fix node names Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 4/7] pinctrl: mvebu: a38x: Add UART1 muxing options Maxime Ripard
2015-01-08 14:48   ` Andrew Lunn
2015-01-08 14:39 ` [PATCH v3 5/7] ARM: mvebu: A38x: Remove redundant pinctrl informations Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 6/7] ARM: mvebu: Add a number of pinctrl functions Maxime Ripard
2015-01-08 14:39 ` [PATCH v3 7/7] ARM: mvebu: Add Armada 385 Access Point Development Board support Maxime Ripard
2015-01-08 14:56 ` Gregory CLEMENT [this message]

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=54AE9A80.6080100@free-electrons.com \
    --to=gregory.clement@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.