Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751206AbbD3Hnh (ORCPT ); Thu, 30 Apr 2015 03:43:37 -0400 Received: from mo1.mail-out.ovh.net ([178.32.228.1]:43867 "EHLO mo1.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750887AbbD3Hng (ORCPT ); Thu, 30 Apr 2015 03:43:36 -0400 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= To: Nicolas Ferre , Boris Brezillon , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Subject: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox Date: Thu, 30 Apr 2015 09:33:31 +0200 Message-Id: <1430379218-13758-1-git-send-email-g.portay@overkiz.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 15770479997287787372 X-Ovh-Remote: 80.245.18.66 () X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeektddrjedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeektddrjedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1643 Lines: 47 Hi, This patchset renames the kizbox board into at91-kizbox to match AT91 naming convention, sanitize and sorts nodes by address when possible (or alphabetically if not applicable). It also updates the following features: - uses proper serial uart (only USART3 is accessible), - fixes gpio-keys active level and rename, - moves leds to pwm support (using tcb-pwm driver) and rename as well, - re-sizes nand mtd partitions and - updates chosen-node (bootargs + set linux stdout path to DBGU), Regards, Gaël PORTAY Changes since v1: - Split into patches for review Changes since v2: - Rebase onto v4.0.1 - Change board-name in comments at rename (patch 1) Gaël PORTAY (7): 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 arch/arm/boot/dts/Makefile | 2 +- arch/arm/boot/dts/at91-kizbox.dts | 159 ++++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/kizbox.dts | 150 ----------------------------------- 3 files changed, 160 insertions(+), 151 deletions(-) create mode 100644 arch/arm/boot/dts/at91-kizbox.dts delete mode 100644 arch/arm/boot/dts/kizbox.dts -- 1.9.1 -- 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/