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 device tree basics
Date: Tue, 25 Oct 2011 13:21:45 +0200	[thread overview]
Message-ID: <4EA69BC9.8040402@atmel.com> (raw)

Hi Arnd,

The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

are available in the git repository at:
  git://github.com/at91linux/linux-at91.git for-arnd/at91-dt

They cover the basic device tree work done during the last moths around both 
at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
Rob. More device tree related stuff is comming ;-)


Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: add at91sam9g20 and Calao USB A9G20 DT support

Nicolas Ferre (1):
      ARM: at91: dt: at91sam9g45 family and board device tree files

 arch/arm/boot/dts/at91sam9g20.dtsi     |  119 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9g45.dtsi     |  106 +++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts |   35 +++++++++
 arch/arm/boot/dts/usb_a9g20.dts        |   30 ++++++++
 arch/arm/mach-at91/Kconfig             |   11 +++
 arch/arm/mach-at91/Makefile            |    3 +
 arch/arm/mach-at91/Makefile.boot       |    2 +
 arch/arm/mach-at91/at91sam9260.c       |    8 ++
 arch/arm/mach-at91/at91sam9g45.c       |    6 ++
 arch/arm/mach-at91/board-dt.c          |  123 ++++++++++++++++++++++++++++++++
 10 files changed, 443 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91sam9g20.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts
 create mode 100644 arch/arm/boot/dts/usb_a9g20.dts
 create mode 100644 arch/arm/mach-at91/board-dt.c

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>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	"'linux-arm-kernel@lists.infradead.org'" 
	<linux-arm-kernel@lists.infradead.org>,
	Rob Herring <robherring2@gmail.com>,
	Grant Likely <grant.likely@secretlab.ca>
Subject: [GIT PULL] at91 device tree basics
Date: Tue, 25 Oct 2011 13:21:45 +0200	[thread overview]
Message-ID: <4EA69BC9.8040402@atmel.com> (raw)

Hi Arnd,

The following changes since commit c3b92c8787367a8bb53d57d9789b558f1295cc96:

  Linux 3.1 (2011-10-24 09:10:05 +0200)

are available in the git repository at:
  git://github.com/at91linux/linux-at91.git for-arnd/at91-dt

They cover the basic device tree work done during the last moths around both 
at91sam9g45 and at91sam9g20 based board. They have been review by Grant and
Rob. More device tree related stuff is comming ;-)


Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: at91: add at91sam9g20 and Calao USB A9G20 DT support

Nicolas Ferre (1):
      ARM: at91: dt: at91sam9g45 family and board device tree files

 arch/arm/boot/dts/at91sam9g20.dtsi     |  119 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9g45.dtsi     |  106 +++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts |   35 +++++++++
 arch/arm/boot/dts/usb_a9g20.dts        |   30 ++++++++
 arch/arm/mach-at91/Kconfig             |   11 +++
 arch/arm/mach-at91/Makefile            |    3 +
 arch/arm/mach-at91/Makefile.boot       |    2 +
 arch/arm/mach-at91/at91sam9260.c       |    8 ++
 arch/arm/mach-at91/at91sam9g45.c       |    6 ++
 arch/arm/mach-at91/board-dt.c          |  123 ++++++++++++++++++++++++++++++++
 10 files changed, 443 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91sam9g20.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts
 create mode 100644 arch/arm/boot/dts/usb_a9g20.dts
 create mode 100644 arch/arm/mach-at91/board-dt.c

Thanks, best regards,
-- 
Nicolas Ferre

             reply	other threads:[~2011-10-25 11:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 11:21 Nicolas Ferre [this message]
2011-10-25 11:21 ` [GIT PULL] at91 device tree basics Nicolas Ferre
2011-10-30 19:57 ` Arnd Bergmann
2011-10-30 19:57   ` 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=4EA69BC9.8040402@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.