All of lore.kernel.org
 help / color / mirror / Atom feed
* AT91: dt: basic device tree showcase
@ 2011-08-05 16:24 ` Nicolas Ferre
  0 siblings, 0 replies; 18+ messages in thread
From: Nicolas Ferre @ 2011-08-05 16:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

As a showcase, this is a basic device tree support for at91 SoC.
It add at91sam9g45 SoC with its Evaluation Kit board descriptions.
Only the dmaengine driver is converted at the moment so the support
is fairly simple.

Nicolas Ferre (2):
      AT91: dt: at91sam9g45 family and board device tree files
      AT91: dt: simple device tree support for at91sam9g45 family

 arch/arm/boot/dts/at91sam9g45.dtsi       |   27 ++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts   |   15 ++++++++++++
 arch/arm/mach-at91/Kconfig               |    8 ++++++
 arch/arm/mach-at91/Makefile.boot         |    2 +
 arch/arm/mach-at91/at91sam9g45_devices.c |    3 +-
 arch/arm/mach-at91/board-sam9m10g45ek.c  |   36 ++++++++++++++++++++++++++++++
 6 files changed, 90 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91sam9g45.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9m10g45ek.dts

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-08-08 19:59 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 16:24 AT91: dt: basic device tree showcase Nicolas Ferre
2011-08-05 16:24 ` Nicolas Ferre
2011-08-05 16:24 ` Nicolas Ferre
2011-08-05 16:24 ` [RFC PATCH 1/2] AT91: dt: at91sam9g45 family and board device tree files Nicolas Ferre
2011-08-05 16:24   ` Nicolas Ferre
2011-08-05 16:24   ` Nicolas Ferre
2011-08-07  3:44   ` Grant Likely
2011-08-07  3:44     ` Grant Likely
2011-08-07  3:44     ` Grant Likely
2011-08-05 16:24 ` [RFC PATCH 2/2] AT91: dt: simple device tree support for at91sam9g45 family Nicolas Ferre
2011-08-05 16:24   ` Nicolas Ferre
2011-08-05 16:24   ` Nicolas Ferre
2011-08-07  3:57   ` Grant Likely
2011-08-07  3:57     ` Grant Likely
2011-08-07  3:57     ` Grant Likely
2011-08-08 19:59     ` Nicolas Ferre
2011-08-08 19:59       ` Nicolas Ferre
2011-08-08 19:59       ` Nicolas Ferre

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.