Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1157523
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 00/16] AT91 DT for 4.2 |
| Date | 2015-06-03 14:40 +0200 |
| Message-ID | <pxfXY-SD-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 Changes in v2: - renamed the ariette device tree - added an aliases node to the arietta 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-ariettag25.dts | 79 +++++++++++++++++++++++++++++ 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, 120 insertions(+), 21 deletions(-) create mode 100644 arch/arm/boot/dts/at91-ariettag25.dts -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 00/16] AT91 DT for 4.2 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 09/16] ARM: at91/dt: at91sam9n12ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 07/16] ARM: at91/dt: at91sam9g20ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 08/16] ARM: at91/dt: at91sam9m10g45ek use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 06/16] ARM: at91/dt: at91sam9263ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 11/16] ARM: at91/dt: at91sam9x5ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 15/16] ARM: at91/dt: sama5d4 xplained: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 02/16] ARM: at91/dt: at91sam9rlek: add RTC Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 [PATCH v2 04/16] ARM: at91/dt: at91rm9200ek: use stdout-path Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-06-03 14:40 +0200 Re: [PATCH v2 00/16] AT91 DT for 4.2 Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-06-04 10:00 +0200
csiph-web