From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753241Ab3AXICF (ORCPT ); Thu, 24 Jan 2013 03:02:05 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:39591 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751653Ab3AXICD (ORCPT ); Thu, 24 Jan 2013 03:02:03 -0500 From: Philip Avinash To: , , CC: , , , , , , , , , Philip Avinash Subject: [PATCH v2 0/3] Add device tree support for NAND flash in am335x-evm Date: Thu, 24 Jan 2013 13:32:26 +0530 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds device tree support for NAND flash in am335x-evm. Also ELM node is populated in device tree and been used for BCH error correction in NAND flash part. Also this patch series ensures RBL ecc layout maintained in Linux kernel with BCH8 ecc scheme. This patch series based on [1] and depends on [2]. 1. http://git.kernel.org/?p=linux/kernel/git/bcousson/linux-omap-dt.git;a=tree;h=refs/heads/for_3.9/dts;hb=refs/heads/for_3.9/dts 2.mtd: devices: elm: Removes literals in elm DT node https://lkml.org/lkml/2013/1/24/30 Philip Avinash (1): ARM: dts: AM33XX: Add NAND flash device tree data to am335x-evm Philip, Avinash (2): ARM: dts: AM33XX: Add ELM node ARM: dts: AM33XX: Add GPMC node arch/arm/boot/dts/am335x-evm.dts | 98 +++++++++++++++++++++++++++++++++++++- arch/arm/boot/dts/am33xx.dtsi | 20 ++++++++ 2 files changed, 117 insertions(+), 1 deletion(-) -- 1.7.9.5