linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add gpmi-nand dt support for mx6q and mx28
@ 2012-04-25  3:06 Huang Shijie
  2012-04-25  3:06 ` [PATCH v2 1/3] mtd: gpmi: add device tree " Huang Shijie
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Huang Shijie @ 2012-04-25  3:06 UTC (permalink / raw)
  To: linux-arm-kernel

The mx6q-arm2 and imx28evk have already support the device tree now.
So i decide to add the gpmi-nand dt support to them.

The mx23 does not support the device tree now. I will add the gpmi dt support
when it is ready.

Test this patch set on both MX6Q(arm2) and mx28(evk).

v1 --> v2
	[1] merge the gpmi/bch device node into one node.
	[2] add partitions support.
	[3] misc

Huang Shijie (3):
  mtd: gpmi: add device tree support for mx6q and mx28
  ARM: mx28: add gpmi-nand dt support
  ARM: mx6q: add gpmi-nand dt support

 .../devicetree/bindings/mtd/gpmi-nand.txt          |   34 +++++
 arch/arm/boot/dts/imx28-evk.dts                    |    4 +
 arch/arm/boot/dts/imx28.dtsi                       |   18 ++--
 arch/arm/boot/dts/imx6q-arm2.dts                   |    4 +
 arch/arm/boot/dts/imx6q.dtsi                       |   12 ++
 arch/arm/mach-imx/clock-imx6q.c                    |    5 +-
 arch/arm/mach-mxs/clock-mx28.c                     |    2 +-
 drivers/mtd/nand/Kconfig                           |    2 +-
 drivers/mtd/nand/gpmi-nand/bch-regs.h              |   42 +++++--
 drivers/mtd/nand/gpmi-nand/gpmi-lib.c              |   18 ++--
 drivers/mtd/nand/gpmi-nand/gpmi-nand.c             |  131 ++++++++++----------
 drivers/mtd/nand/gpmi-nand/gpmi-nand.h             |    6 +-
 include/linux/mtd/gpmi-nand.h                      |    8 +-
 13 files changed, 185 insertions(+), 101 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/gpmi-nand.txt

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

end of thread, other threads:[~2012-05-02  5:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25  3:06 [PATCH v2 0/3] add gpmi-nand dt support for mx6q and mx28 Huang Shijie
2012-04-25  3:06 ` [PATCH v2 1/3] mtd: gpmi: add device tree " Huang Shijie
2012-05-01  7:49   ` Shawn Guo
2012-05-02  2:50     ` Huang Shijie
2012-05-02  5:21       ` Shawn Guo
2012-05-02  2:52     ` Huang Shijie
2012-04-25  3:06 ` [PATCH v2 2/3] ARM: mx28: add gpmi-nand dt support Huang Shijie
2012-04-25  3:06 ` [PATCH v2 3/3] ARM: mx6q: " Huang Shijie
2012-04-25  6:41 ` [PATCH v2 0/3] add gpmi-nand dt support for mx6q and mx28 Dirk Behme
2012-04-25  6:51   ` Huang Shijie
2012-04-25  7:10     ` Dirk Behme
2012-04-25  7:19       ` Huang Shijie
2012-04-28 12:00 ` Artem Bityutskiy
2012-04-28 13:31   ` Huang Shijie

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).