linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add DT support for AT91RM9200
@ 2012-10-14 21:46 Joachim Eastwood
  2012-10-14 21:46 ` [PATCH 1/5] ARM: AT91: Fix build failure on board-dt Joachim Eastwood
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Joachim Eastwood @ 2012-10-14 21:46 UTC (permalink / raw)
  To: linux-arm-kernel

Hi

This patch series add support for devicetree on AT91RM9200. Series is dependent upon at91-pinctrl.

There isn't support for any boards yet, but I am working on one now. I will submit it once I have a couple of more bindings in place.

Patch 1 is a fix for a build failure which can happen if board-dt is enabled when no AT91SAM machines are enabled.

regards
Joachim Eastwood


Joachim Eastwood (5):
  ARM: AT91: Fix build failure on board-dt
  ARM: AT91: Add DT support to AT91RM9200 System Timer
  ARM: AT91: Add usart/tc/pio DT clock lookup to AT91RM9200
  ARM: AT91: Add AT91RM9200 DT board
  ARM: AT91: Add AT91RM9200 device tree

 .../devicetree/bindings/arm/atmel-at91.txt         |   6 +
 arch/arm/boot/dts/at91rm9200.dtsi                  | 333 +++++++++++++++++++++
 arch/arm/mach-at91/Kconfig                         |   9 +
 arch/arm/mach-at91/Makefile                        |   1 +
 arch/arm/mach-at91/at91rm9200.c                    |  17 ++
 arch/arm/mach-at91/at91rm9200_time.c               |  63 +++-
 arch/arm/mach-at91/board-rm9200-dt.c               |  59 ++++
 arch/arm/mach-at91/generic.h                       |   1 +
 arch/arm/mach-at91/setup.c                         |  14 +
 9 files changed, 501 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91rm9200.dtsi
 create mode 100644 arch/arm/mach-at91/board-rm9200-dt.c

-- 
1.7.12.3

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

end of thread, other threads:[~2012-10-15  7:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-14 21:46 [PATCH 0/5] Add DT support for AT91RM9200 Joachim Eastwood
2012-10-14 21:46 ` [PATCH 1/5] ARM: AT91: Fix build failure on board-dt Joachim Eastwood
2012-10-15  5:59   ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-15  7:12     ` Joachim Eastwood
2012-10-14 21:46 ` [PATCH 2/5] ARM: AT91: Add DT support to AT91RM9200 System Timer Joachim Eastwood
2012-10-14 21:46 ` [PATCH 3/5] ARM: AT91: Add usart/tc/pio DT clock lookup to AT91RM9200 Joachim Eastwood
2012-10-14 21:46 ` [PATCH 4/5] ARM: AT91: Add AT91RM9200 DT board Joachim Eastwood
2012-10-15  6:08   ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-14 21:46 ` [PATCH 5/5] ARM: AT91: Add AT91RM9200 device tree Joachim Eastwood
2012-10-15  6:03   ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-15  7:01     ` Joachim Eastwood
2012-10-15  5:58 ` [PATCH 0/5] Add DT support for AT91RM9200 Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).