linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] AT91 DT for 4.2
@ 2015-05-29 17:47 Alexandre Belloni
  2015-05-29 17:47 ` [PATCH 01/16] ARM: at91/dt: at91sam9rl: fix rtc node Alexandre Belloni
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Alexandre Belloni @ 2015-05-29 17:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

A dt series for 4.2:
 - Fix at91sam9rl RTC node and use it on at91sam9rlek
 - correct stdout-path for the various kizboxes
 - add stdout-path to the atme evaluation boards
 - add  Acme arietta g25 device tree

Alexandre Belloni (16):
  ARM: at91/dt: at91sam9rl: fix rtc node
  ARM: at91/dt: at91sam9rlek: add RTC
  ARM: at91/dt: kizbox: use stdout-path
  ARM: at91/dt: at91rm9200ek: use stdout-path
  ARM: at91/dt: at91sam9261ek: use stdout-path
  ARM: at91/dt: at91sam9263ek: use stdout-path
  ARM: at91/dt: at91sam9g20ek: use stdout-path
  ARM: at91/dt: at91sam9m10g45ek use stdout-path
  ARM: at91/dt: at91sam9n12ek: use stdout-path
  ARM: at91/dt: at91sam9rlek: use stdout-path
  ARM: at91/dt: at91sam9x5ek: use stdout-path
  ARM: at91/dt: sama5d3xek: use stdout-path
  ARM: at91/dt: sama5d3 xplained: use stdout-path
  ARM: at91/dt: sama5d4ek: use stdout-path
  ARM: at91/dt: sama5d4 xplained: use stdout-path
  ARM: at91/dt: Add Acme Arietta G25

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/at91-acme-arietta.dts     | 75 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/at91-kizbox.dts           |  2 +-
 arch/arm/boot/dts/at91-kizbox2.dts          |  2 +-
 arch/arm/boot/dts/at91-kizboxmini.dts       |  2 +-
 arch/arm/boot/dts/at91-sama5d3_xplained.dts |  2 +-
 arch/arm/boot/dts/at91-sama5d4_xplained.dts |  3 +-
 arch/arm/boot/dts/at91-sama5d4ek.dts        |  3 +-
 arch/arm/boot/dts/at91rm9200ek.dts          |  4 ++
 arch/arm/boot/dts/at91sam9261ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9263ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi |  3 +-
 arch/arm/boot/dts/at91sam9m10g45ek.dts      |  3 +-
 arch/arm/boot/dts/at91sam9n12ek.dts         |  3 +-
 arch/arm/boot/dts/at91sam9rl.dtsi           | 15 +++---
 arch/arm/boot/dts/at91sam9rlek.dts          |  7 ++-
 arch/arm/boot/dts/at91sam9x5ek.dtsi         |  3 +-
 arch/arm/boot/dts/sama5d3xcm.dtsi           |  3 +-
 18 files changed, 116 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/boot/dts/at91-acme-arietta.dts

-- 
2.1.4

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

end of thread, other threads:[~2015-06-01 16:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29 17:47 [PATCH 00/16] AT91 DT for 4.2 Alexandre Belloni
2015-05-29 17:47 ` [PATCH 01/16] ARM: at91/dt: at91sam9rl: fix rtc node Alexandre Belloni
2015-05-29 17:47 ` [PATCH 02/16] ARM: at91/dt: at91sam9rlek: add RTC Alexandre Belloni
2015-05-29 17:47 ` [PATCH 03/16] ARM: at91/dt: kizbox: use stdout-path Alexandre Belloni
2015-05-29 17:47 ` [PATCH 04/16] ARM: at91/dt: at91rm9200ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 05/16] ARM: at91/dt: at91sam9261ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 06/16] ARM: at91/dt: at91sam9263ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 07/16] ARM: at91/dt: at91sam9g20ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 08/16] ARM: at91/dt: at91sam9m10g45ek " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 09/16] ARM: at91/dt: at91sam9n12ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 10/16] ARM: at91/dt: at91sam9rlek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 11/16] ARM: at91/dt: at91sam9x5ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 12/16] ARM: at91/dt: sama5d3xek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 13/16] ARM: at91/dt: sama5d3 xplained: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 14/16] ARM: at91/dt: sama5d4ek: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 15/16] ARM: at91/dt: sama5d4 xplained: " Alexandre Belloni
2015-05-29 17:47 ` [PATCH 16/16] ARM: at91/dt: Add Acme Arietta G25 Alexandre Belloni
2015-05-29 18:11   ` Sergio Tanzilli
2015-06-01 16:18   ` Nicolas Ferre
2015-06-01 16:26     ` Sergio Tanzilli
2015-06-01 16:40       ` Alexandre Belloni
2015-06-01 16:48     ` Alexandre Belloni

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).