public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement guideline when NAND, NOR arbitration is enabled
@ 2017-09-26  4:16 Kalyan Kinthada
  2017-09-26  4:16 ` [PATCH 1/2] dt-bindings: mtd: pxa3xx: Add "marvell,nand-force-csx" compatible string Kalyan Kinthada
  2017-09-26  4:17 ` [PATCH 2/2] mtd: nand: pxa3xx: Handle " Kalyan Kinthada
  0 siblings, 2 replies; 5+ messages in thread
From: Kalyan Kinthada @ 2017-09-26  4:16 UTC (permalink / raw)
  To: dwmw2, computersforpeace, boris.brezillon, marek.vasut, richard,
	cyrille.pitchen, robh+dt, mark.rutland, ezequiel.garcia,
	devicetree
  Cc: linux-mtd, linux-kernel, chris.packham, Kalyan Kinthada

When the arbitration between NOR and NAND flash is enabled
the <FORCE_CSX> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-27  0:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26  4:16 [PATCH 0/2] Implement guideline when NAND, NOR arbitration is enabled Kalyan Kinthada
2017-09-26  4:16 ` [PATCH 1/2] dt-bindings: mtd: pxa3xx: Add "marvell,nand-force-csx" compatible string Kalyan Kinthada
2017-09-26  4:17 ` [PATCH 2/2] mtd: nand: pxa3xx: Handle " Kalyan Kinthada
2017-09-26  7:18   ` [PATCH 2/2] mtd: nand: pxa3xx: Handle "marvell, nand-force-csx" " Miquel RAYNAL
2017-09-27  0:54     ` Kalyan Kinthada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox