From: Alex Smith <alex.smith@imgtec.com>
To: <linux-mtd@lists.infradead.org>
Cc: Alex Smith <alex@alex-smith.me.uk>,
Alex Smith <alex.smith@imgtec.com>,
Brian Norris <computersforpeace@gmail.com>,
David Woodhouse <dwmw2@infradead.org>,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-mips@linux-mips.org>
Subject: [PATCH v5 0/4] mtd: nand: jz4780: Add NAND and BCH drivers
Date: Tue, 8 Sep 2015 10:10:49 +0100 [thread overview]
Message-ID: <1441703453-2838-1-git-send-email-alex.smith@imgtec.com> (raw)
Hi,
This series adds support for the BCH controller and NAND devices on
the Ingenic JZ4780 SoC.
Tested on the MIPS Creator Ci20 board. All dependencies are now in
mainline.
This version of the series is based on current mainline (pre 4.3-rc1).
Review and feedback welcome.
Thanks,
Alex
Alex Smith (4):
mtd: nand: increase ready wait timeout and report timeouts
dt-bindings: binding for jz4780-{nand,bch}
mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs
MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes
.../bindings/mtd/ingenic,jz4780-nand.txt | 57 ++++
arch/mips/boot/dts/ingenic/ci20.dts | 51 +++
arch/mips/boot/dts/ingenic/jz4780.dtsi | 26 ++
drivers/mtd/nand/Kconfig | 7 +
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/jz4780_bch.c | 348 +++++++++++++++++++
drivers/mtd/nand/jz4780_bch.h | 42 +++
drivers/mtd/nand/jz4780_nand.c | 378 +++++++++++++++++++++
drivers/mtd/nand/nand_base.c | 14 +-
9 files changed, 921 insertions(+), 3 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mtd/ingenic,jz4780-nand.txt
create mode 100644 drivers/mtd/nand/jz4780_bch.c
create mode 100644 drivers/mtd/nand/jz4780_bch.h
create mode 100644 drivers/mtd/nand/jz4780_nand.c
--
2.5.0
next reply other threads:[~2015-09-08 9:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-08 9:10 Alex Smith [this message]
2015-09-08 9:10 ` [PATCH v5 1/4] mtd: nand: increase ready wait timeout and report timeouts Alex Smith
2015-09-09 23:49 ` Brian Norris
2015-09-11 11:30 ` Niklas Cassel
2015-09-15 9:38 ` Alex Smith
2015-09-15 9:53 ` Niklas Cassel
2015-09-08 9:10 ` [PATCH v5 2/4] dt-bindings: binding for jz4780-{nand,bch} Alex Smith
2015-09-08 9:10 ` [PATCH v5 3/4] mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs Alex Smith
2015-09-09 14:24 ` Ezequiel Garcia
2015-09-14 18:38 ` Ezequiel Garcia
2015-09-21 22:13 ` Brian Norris
2015-09-15 9:40 ` Alex Smith
2015-09-21 22:08 ` Brian Norris
2015-09-23 6:30 ` Boris Brezillon
2015-09-08 9:10 ` [PATCH v5 4/4] MIPS: dts: jz4780/ci20: Add NEMC, BCH and NAND device tree nodes Alex Smith
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=1441703453-2838-1-git-send-email-alex.smith@imgtec.com \
--to=alex.smith@imgtec.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=alex@alex-smith.me.uk \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--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
all inboxes | Powered by JetHome®