linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: b32955@freescale.com (Huang Shijie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] add gpmi-nand dt support for mx6q-arm2 and imx28evk
Date: Fri, 20 Apr 2012 17:24:16 +0800	[thread overview]
Message-ID: <1334913859-5314-1-git-send-email-b32955@freescale.com> (raw)

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

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

 .../devicetree/bindings/mtd/gpmi-nand.txt          |   30 +++
 arch/arm/boot/dts/imx28.dtsi                       |    9 +-
 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             |  240 +++++++++-----------
 drivers/mtd/nand/gpmi-nand/gpmi-nand.h             |    6 +-
 10 files changed, 202 insertions(+), 164 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/gpmi-nand.txt

             reply	other threads:[~2012-04-20  9:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-20  9:24 Huang Shijie [this message]
2012-04-20  9:24 ` [PATCH 1/3] ARM: mx6q-arm2: add gpmi-nand dt support Huang Shijie
2012-04-23  5:35   ` Shawn Guo
2012-04-20  9:24 ` [PATCH 2/3] ARM: mx28evk: " Huang Shijie
2012-04-23  5:38   ` Shawn Guo
2012-04-20  9:24 ` [PATCH 3/3] mtd: gpmi: add device tree support for mx6q-arm2 and mx28evk Huang Shijie
2012-04-23  6:43   ` Shawn Guo
2012-04-23  8:10     ` Huang Shijie
2012-04-23 13:05       ` Shawn Guo
2012-04-23  5:26 ` [PATCH 0/3] add gpmi-nand dt support for mx6q-arm2 and imx28evk Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334913859-5314-1-git-send-email-b32955@freescale.com \
    --to=b32955@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).