Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751927AbbK1LOZ (ORCPT ); Sat, 28 Nov 2015 06:14:25 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:38216 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751835AbbK1LOU (ORCPT ); Sat, 28 Nov 2015 06:14:20 -0500 From: Sebastian Hesselbarth To: Sebastian Hesselbarth Cc: Jason Cooper , Andrew Lunn , Gregory Clement , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Benoit Masson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] ARM: dt: mvebu: ix4-300d: NAND cleanup and ECC Date: Sat, 28 Nov 2015 12:14:04 +0100 Message-Id: <1448709248-21177-1-git-send-email-sebastian.hesselbarth@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1883 Lines: 50 This is a list of patches cleaning up some things I noticed while working with barebox boot loader support for NAND node of Lenovo ix4-300d. Patch 1 removes a flash partition node for the whole flash. The flash as a whole is already best represented by the NAND device itself. Patch 2 moves the stock flash partitions to a partitions sub-node. This will also ease removal of stock flash partition layout for barebox and other boot loaders. Patch 3 cleans the flash partitions ranges by prefixing them to 32-bit lower-case hex numbers. Also, a stale 'x' is removed from one partition name offset. Patch 4 finally adds ECC properties for 4-bit BCH ECC used by the ix4-300d flash. Sebastian Sebastian Hesselbarth (4): ARM: dt: mvebu: ix4-300d: remove whole flash partition ARM: dt: mvebu: ix4-300d: move partitions to partition sub-node ARM: dt: mvebu: ix4-300d: Cleanup NAND partition ranges ARM: dt: mvebu: ix4-300d: Add ECC properties to NAND flash arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts | 76 +++++++++++++------------ 1 file changed, 39 insertions(+), 37 deletions(-) --- Cc: Jason Cooper Cc: Andrew Lunn Cc: Gregory Clement Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Cc: Russell King Cc: Benoit Masson Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org -- 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/