All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: dt for 3.10 #1
Date: Thu, 21 Mar 2013 16:26:58 +0100	[thread overview]
Message-ID: <514B26C2.5020804@atmel.com> (raw)

Arnd, Olof,

This is an AT91 pull-request about Device Tree material for -next.


The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-dt

for you to fetch changes up to 6901d947be5ba1245a0f63271355b95f9056a362:

  ARM: at91/at91sam9x5cm: add 1-wire chip on CM board (2013-03-21 16:07:15 +0100)

----------------------------------------------------------------
DT modifications for at91rm9200 and at91sam9x5 SoCs, mainly around
I2C. Also some cleanup of some unneeded properties and conflicting
nodes.
One more DT-only board based on at91rm9200.

----------------------------------------------------------------
Joachim Eastwood (3):
      ARM: at91: add TWI bindings to RM9200 DT
      ARM: at91: add pinctrl nodes to i2c-gpio on RM92000 DT
      ARM: at91: add MPA 1600 DT board

Nicolas Ferre (1):
      ARM: at91/dt: gpio-keys: remove address-cells and size-cells properties

Richard Genoud (4):
      ARM: at91: dt: at91sam9x5: add i2c pinctrl
      ARM: at91: dt: at91sam9x5: add i2c-gpio pinctrl
      ARM: at91/at91sam9x5ek: i2c1 and i2c2 conflict with macb and lcd
      ARM: at91/at91sam9x5cm: add 1-wire chip on CM board

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/at91rm9200.dtsi           | 28 ++++++++++++++
 arch/arm/boot/dts/at91sam9263ek.dts         |  2 -
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |  2 -
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |  2 -
 arch/arm/boot/dts/at91sam9n12ek.dts         |  2 -
 arch/arm/boot/dts/at91sam9x5.dtsi           | 60 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9x5cm.dtsi         | 20 ++++++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |  8 ----
 arch/arm/boot/dts/mpa1600.dts               | 69 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/at91rm9200.c             |  1 +
 11 files changed, 179 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/mpa1600.dts

Thanks, best regards,
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	Joachim Eastwood <manabian@gmail.com>,
	Richard Genoud <richard.genoud@gmail.com>,
	Douglas Gilbert <dgilbert@interlog.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: [GIT PULL] at91: dt for 3.10 #1
Date: Thu, 21 Mar 2013 16:26:58 +0100	[thread overview]
Message-ID: <514B26C2.5020804@atmel.com> (raw)

Arnd, Olof,

This is an AT91 pull-request about Device Tree material for -next.


The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

  git://github.com/at91linux/linux-at91.git tags/at91-dt

for you to fetch changes up to 6901d947be5ba1245a0f63271355b95f9056a362:

  ARM: at91/at91sam9x5cm: add 1-wire chip on CM board (2013-03-21 16:07:15 +0100)

----------------------------------------------------------------
DT modifications for at91rm9200 and at91sam9x5 SoCs, mainly around
I2C. Also some cleanup of some unneeded properties and conflicting
nodes.
One more DT-only board based on at91rm9200.

----------------------------------------------------------------
Joachim Eastwood (3):
      ARM: at91: add TWI bindings to RM9200 DT
      ARM: at91: add pinctrl nodes to i2c-gpio on RM92000 DT
      ARM: at91: add MPA 1600 DT board

Nicolas Ferre (1):
      ARM: at91/dt: gpio-keys: remove address-cells and size-cells properties

Richard Genoud (4):
      ARM: at91: dt: at91sam9x5: add i2c pinctrl
      ARM: at91: dt: at91sam9x5: add i2c-gpio pinctrl
      ARM: at91/at91sam9x5ek: i2c1 and i2c2 conflict with macb and lcd
      ARM: at91/at91sam9x5cm: add 1-wire chip on CM board

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/at91rm9200.dtsi           | 28 ++++++++++++++
 arch/arm/boot/dts/at91sam9263ek.dts         |  2 -
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |  2 -
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |  2 -
 arch/arm/boot/dts/at91sam9n12ek.dts         |  2 -
 arch/arm/boot/dts/at91sam9x5.dtsi           | 60 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9x5cm.dtsi         | 20 ++++++++++
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |  8 ----
 arch/arm/boot/dts/mpa1600.dts               | 69 +++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/at91rm9200.c             |  1 +
 11 files changed, 179 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/mpa1600.dts

Thanks, best regards,
-- 
Nicolas Ferre

             reply	other threads:[~2013-03-21 15:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 15:26 Nicolas Ferre [this message]
2013-03-21 15:26 ` [GIT PULL] at91: dt for 3.10 #1 Nicolas Ferre
2013-03-21 16:28 ` Arnd Bergmann
2013-03-21 16:28   ` Arnd Bergmann

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=514B26C2.5020804@atmel.com \
    --to=nicolas.ferre@atmel.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.