From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hesselbarth 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> Return-path: Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: devicetree@vger.kernel.org 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