Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbbEKJtN (ORCPT ); Mon, 11 May 2015 05:49:13 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:47070 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752539AbbEKJtK (ORCPT ); Mon, 11 May 2015 05:49:10 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Gael PORTAY , Ludovic Desroches Subject: [GIT PULL] at91: dt for 4.2 #1 Date: Mon, 11 May 2015 11:49:24 +0200 Message-ID: <1431337764-21824-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 Organization: atmel MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2565 Lines: 61 Arnd, Olof, Kevin, First DT batch for AT91 dedicated to enhancement coming from Overkiz. More to come for 4.2 obviously but I wanted to send this batch as it is ready. Thanks, best regards, The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-dt for you to fetch changes up to 7107bb0b2836f0f9b1ffed1f5189e269ee25e5b9: ARM: at91/dt: drop deprecated mainck node from pmc (2015-05-11 11:24:01 +0200) ---------------------------------------------------------------- First batch of DT changes for 4.2: - cleanup and addition of Overkiz boards - at91sam9x5: pwm0 pinctrl definition - delete deprecated mainck nodes ---------------------------------------------------------------- Gaƫl PORTAY (11): ARM: at91/dt: kizbox: rename to at91-kizbox ARM: at91/dt: at91-kizbox: sanitize file ARM: at91/dt: at91-kizbox: user proper serial uart ARM: at91/dt: at91-kizbox: gpio-keys related changes ARM: at91/dt: at91-kizbox: leds related changes ARM: at91/dt: at91-kizbox: re-size nand partitions ARM: at91/dt: at91-kizbox: update chosen node ARM: at91/dt: sam9x5: add pinctrl for pwm0 ARM: at91/dt: add support for kizboxmini ARM: at91/dt: add support for kizbox2 ARM: at91/dt: drop deprecated mainck node from pmc arch/arm/boot/dts/Makefile | 4 +- arch/arm/boot/dts/at91-kizbox.dts | 159 ++++++++++++++++++++ arch/arm/boot/dts/at91-kizbox2.dts | 216 ++++++++++++++++++++++++++++ arch/arm/boot/dts/at91-kizboxmini.dts | 129 +++++++++++++++++ arch/arm/boot/dts/at91-sama5d3_xplained.dts | 6 - arch/arm/boot/dts/at91sam9rlek.dts | 6 - arch/arm/boot/dts/at91sam9x5.dtsi | 46 ++++++ arch/arm/boot/dts/kizbox.dts | 150 ------------------- arch/arm/boot/dts/sama5d3xcm.dtsi | 6 - 9 files changed, 553 insertions(+), 169 deletions(-) create mode 100644 arch/arm/boot/dts/at91-kizbox.dts create mode 100644 arch/arm/boot/dts/at91-kizbox2.dts create mode 100644 arch/arm/boot/dts/at91-kizboxmini.dts delete mode 100644 arch/arm/boot/dts/kizbox.dts -- Nicolas Ferre -- 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/