From: <dinguyen@altera.com>
To: <linux-mtd@lists.infradead.org>
Cc: dinh.linux@gmail.com
Subject: nand/denali: split the driver into 3 parts: generic, PCI and DT
Date: Thu, 27 Sep 2012 10:58:04 -0600 [thread overview]
Message-ID: <1348765086-27286-1-git-send-email-dinguyen@altera.com> (raw)
Hello,
The following 2 patches attempts to make the current Denali NAND controller,
which is PCI-based, to be both PCI and device tree drivers.
The first patch is a resend of Jami Iles patch with only minor changes on the
commit message and checkpatch errors and warnings. This patch was originally
sent in this message:
http://lists.infradead.org/pipermail/linux-mtd/2011-May/035334.html
The second patch is also based on Jamie Iles' patch to add a MMIO version of
the Denali NAND driver. I converted to be DT based.
I think there were comments to make it fully DT, but since I don't have a
PCI-base hardware to test this, I don't want to break it. I can only test the
DT version on the HW that I have access to.
.../devicetree/bindings/mtd/denali-nand.txt | 23 +++
drivers/mtd/nand/Kconfig | 20 ++-
drivers/mtd/nand/Makefile | 2 +
drivers/mtd/nand/denali.c | 160 ++++---------------
drivers/mtd/nand/denali.h | 5 +
drivers/mtd/nand/denali_dt.c | 167 ++++++++++++++++++++
drivers/mtd/nand/denali_pci.c | 144 +++++++++++++++++
7 files changed, 386 insertions(+), 135 deletions(-)
Thanks,
Dinh
next reply other threads:[~2012-09-27 15:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-27 16:58 dinguyen [this message]
2012-09-27 16:58 ` [PATCH v2 1/2] nand/denali: split the generic driver and PCI layer dinguyen
2012-09-27 16:58 ` [PATCH v2 2/2] nand/denali: add a DT driver dinguyen
2012-10-11 10:17 ` nand/denali: split the driver into 3 parts: generic, PCI and DT Artem Bityutskiy
-- strict thread matches above, loose matches on Subject: below --
2012-10-08 15:59 dinguyen
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=1348765086-27286-1-git-send-email-dinguyen@altera.com \
--to=dinguyen@altera.com \
--cc=dinh.linux@gmail.com \
--cc=linux-mtd@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