All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Device tree support for the at91sam9rlek
@ 2014-02-15  1:14 ` Alexandre Belloni
  0 siblings, 0 replies; 20+ messages in thread
From: Alexandre Belloni @ 2014-02-15  1:14 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds DT support for the at91sam9rl SoC, then the at91sam9rl-ek
evaluation board.

While the at91sam9rl dtsi should be almost complete (still missing LCD and
touchscreen bits). The at91sam9rlek DT now support the following tested
features:
 - MMC
 - dbgu
 - usart1
 - watchdog
 - nand
 - leds
 - buttons

Next:
 - spi
 - dataflash
 - i2c
 - lcd
 - touchscreen
 - usb gadget
 - audio
 - common clock framework conversion

Alexandre Belloni (3):
  ARM: at91: Add at91sam9rl DT SoC support
  ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs
  ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek

 arch/arm/boot/dts/Makefile         |   2 +
 arch/arm/boot/dts/at91sam9rl.dtsi  | 626 +++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91sam9rlek.dts | 151 +++++++++
 arch/arm/configs/at91_dt_defconfig |   1 +
 arch/arm/mach-at91/at91sam9rl.c    |  16 +
 5 files changed, 796 insertions(+)
 create mode 100644 arch/arm/boot/dts/at91sam9rl.dtsi
 create mode 100644 arch/arm/boot/dts/at91sam9rlek.dts

-- 
1.8.3.2

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

end of thread, other threads:[~2014-02-17 11:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-15  1:14 [PATCH 0/3] Device tree support for the at91sam9rlek Alexandre Belloni
2014-02-15  1:14 ` Alexandre Belloni
2014-02-15  1:14 ` [PATCH 1/3] ARM: at91: Add at91sam9rl DT SoC support Alexandre Belloni
2014-02-15  1:14   ` Alexandre Belloni
2014-02-17 10:20   ` Thomas Petazzoni
2014-02-17 10:20     ` Thomas Petazzoni
2014-02-17 10:54     ` Alexandre Belloni
2014-02-17 10:54       ` Alexandre Belloni
2014-02-17 11:08       ` Nicolas Ferre
2014-02-17 11:08         ` Nicolas Ferre
2014-02-17 10:40   ` Nicolas Ferre
2014-02-17 10:40     ` Nicolas Ferre
2014-02-15  1:14 ` [PATCH 2/3] ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs Alexandre Belloni
2014-02-15  1:14   ` Alexandre Belloni
2014-02-15  1:14 ` [PATCH 3/3] ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek Alexandre Belloni
2014-02-15  1:14   ` Alexandre Belloni
2014-02-17 10:30   ` Nicolas Ferre
2014-02-17 10:30     ` Nicolas Ferre
2014-02-17 10:52     ` Alexandre Belloni
2014-02-17 10:52       ` Alexandre Belloni

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.