devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] ARM: dts: OMAP2+: Enable gpio controller for GPMC and add NAND ready pin
@ 2016-04-07 10:25 Roger Quadros
       [not found] ` <1460024740-19716-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Roger Quadros @ 2016-04-07 10:25 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, fcooper-l0cyMroinI0,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Roger Quadros

Hi Tony,

We will be adding gpio controller support to GPMC in [1].
The GPIO controller can also be used to provide the Read/Busy#
pin status to the OMAP2+ nand driver.

These patches enable the gpio controller in the gpmc nodes
and add ready pin information to the NAND nodes.

Tested on dra-evm, am437x-gp-evm, beagleboard-c4.

[1] - http://thread.gmane.org/gmane.linux.kernel/2192971

cheers,
-roger

Roger Quadros (13):
  ARM: dts: omap24xx: Enable gpio and interrupt controller for GPMC
  ARM: dts: omap4: Enable gpio and interrupt controller for GPMC
  ARM: dts: omap5: Enable gpio and interrupt controller for GPMC
  ARM: dts: dra7: Enable gpio controller for GPMC
  ARM: dts: am335x: Enable gpio controller for GPMC
  ARM: dts: am4372: Enable gpio controller for GPMC
  ARM: dts: omap3: Enable gpio controller for GPMC
  ARM: dts: dm814x: Enable gpio controller for GPMC
  ARM: dts: dm816x: Enable gpio controller for GPMC
  ARM: dts: dra7x-evm: Provide NAND ready pin
  ARM: dts: am437x: Provide NAND ready pin
  ARM: dts: am335x: Provide NAND ready pin
  ARM: dts: omap3-beagle: Provide NAND ready pin

 arch/arm/boot/dts/am335x-baltos-ir5221.dts | 1 +
 arch/arm/boot/dts/am335x-chilisom.dtsi     | 1 +
 arch/arm/boot/dts/am335x-cm-t335.dts       | 1 +
 arch/arm/boot/dts/am335x-evm.dts           | 1 +
 arch/arm/boot/dts/am335x-igep0033.dtsi     | 1 +
 arch/arm/boot/dts/am335x-phycore-som.dtsi  | 1 +
 arch/arm/boot/dts/am33xx.dtsi              | 2 ++
 arch/arm/boot/dts/am4372.dtsi              | 2 ++
 arch/arm/boot/dts/am437x-gp-evm.dts        | 1 +
 arch/arm/boot/dts/am43x-epos-evm.dts       | 1 +
 arch/arm/boot/dts/dm814x.dtsi              | 2 ++
 arch/arm/boot/dts/dm816x.dtsi              | 2 ++
 arch/arm/boot/dts/dra7-evm.dts             | 1 +
 arch/arm/boot/dts/dra7.dtsi                | 2 ++
 arch/arm/boot/dts/dra72-evm.dts            | 1 +
 arch/arm/boot/dts/omap2420.dtsi            | 4 ++++
 arch/arm/boot/dts/omap2430.dtsi            | 4 ++++
 arch/arm/boot/dts/omap3-beagle.dts         | 1 +
 arch/arm/boot/dts/omap3.dtsi               | 2 ++
 arch/arm/boot/dts/omap4.dtsi               | 4 ++++
 arch/arm/boot/dts/omap5.dtsi               | 4 ++++
 21 files changed, 39 insertions(+)

-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-04-12 21:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 10:25 [PATCH 00/13] ARM: dts: OMAP2+: Enable gpio controller for GPMC and add NAND ready pin Roger Quadros
     [not found] ` <1460024740-19716-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org>
2016-04-07 10:25   ` [PATCH 01/13] ARM: dts: omap24xx: Enable gpio and interrupt controller for GPMC Roger Quadros
2016-04-07 10:25   ` [PATCH 02/13] ARM: dts: omap4: " Roger Quadros
2016-04-07 10:25   ` [PATCH 03/13] ARM: dts: omap5: " Roger Quadros
2016-04-07 10:25   ` [PATCH 04/13] ARM: dts: dra7: Enable gpio " Roger Quadros
2016-04-07 10:25   ` [PATCH 05/13] ARM: dts: am335x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 06/13] ARM: dts: am4372: " Roger Quadros
2016-04-07 10:25   ` [PATCH 07/13] ARM: dts: omap3: " Roger Quadros
2016-04-07 10:25   ` [PATCH 08/13] ARM: dts: dm814x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 09/13] ARM: dts: dm816x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 10/13] ARM: dts: dra7x-evm: Provide NAND ready pin Roger Quadros
2016-04-07 10:25   ` [PATCH 11/13] ARM: dts: am437x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 12/13] ARM: dts: am335x: " Roger Quadros
2016-04-07 10:25   ` [PATCH 13/13] ARM: dts: omap3-beagle: " Roger Quadros
2016-04-12 21:28   ` [PATCH 00/13] ARM: dts: OMAP2+: Enable gpio controller for GPMC and add " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).