Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965462AbdIZERH (ORCPT ); Tue, 26 Sep 2017 00:17:07 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:47805 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934826AbdIZERF (ORCPT ); Tue, 26 Sep 2017 00:17:05 -0400 From: Kalyan Kinthada To: dwmw2@infradead.org, computersforpeace@gmail.com, boris.brezillon@free-electrons.com, marek.vasut@gmail.com, richard@nod.at, cyrille.pitchen@wedev4u.fr, robh+dt@kernel.org, mark.rutland@arm.com, ezequiel.garcia@free-electrons.com, devicetree@vger.kernel.org Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, chris.packham@alliedtelesis.co.nz, Kalyan Kinthada Subject: [PATCH 0/2] Implement guideline when NAND, NOR arbitration is enabled Date: Tue, 26 Sep 2017 17:16:58 +1300 Message-Id: <20170926041700.22663-1-kalyan.kinthada@alliedtelesis.co.nz> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 25 When the arbitration between NOR and NAND flash is enabled the field bit[21] in the Data Flash Control Register needs to be set to 1 according to guidleine GL-5830741. This patch series contain the following patches: * Patch 1: "dt-bindings: mtd: pxa3xx: Add "marvell,nand-force-csx" compatible string" * New binding is introduced to implement the guildeline GL-5830741 which will be activated in the appropriate device tree files. * Patch 2: "mtd: nand: pxa3xx: Handle "marvell,nand-force-csx" compatible string" * Set the FORCE_CSX bit in Data Flash Control Register if "marvell,nand-force-csx" compatible string is activated in the device tree. ----------------- Kalyan Kinthada (2): [PATCH 1/2] dt-bindings: mtd: pxa3xx: Add "marvell,nand-force-csx" compatible string [PATCH 2/2] mtd: nand: pxa3xx: Handle "marvell,nand-force-csx" compatible string Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt | 1 + drivers/mtd/nand/pxa3xx_nand.c | 6 ++++++ include/linux/platform_data/mtd-nand-pxa3xx.h | 3 +++ 3 files changed, 10 insertions(+) -- 2.14.1