From: Bastian Hecht <hechtb@googlemail.com>
To: linux-sh@vger.kernel.org
Subject: [RFC DT style 0/4] Device Tree implementation for sh_flctl
Date: Thu, 26 Apr 2012 14:00:58 +0000 [thread overview]
Message-ID: <1335448862-5201-1-git-send-email-hechtb@gmail.com> (raw)
This is a prototype implementation of a device tree version of the flctl flash controller. I thought before posting anything on the mtd list, I get a review first at the "arch corner". Patch 3 contains all the stuff I was unable to figure out where to put - gpio setup and power domain handling. The controller runs smooth with the series booting with DT. So my main concerns are:
- Do I miss anything important?
- naming style is ok?
- will patch 3 become completely unneccessary when DT support grows mature for
mackerel?
- how to handle the evt2irq transformation? Simply supply the result to the device tree? (I omitted irqs in my patches)
Thanks,
Bastian Hecht
Bastian Hecht (4):
ARM: sh-mobile: Add sh_flctl to sh7372-mackerel device tree
mtd: sh_flctl: Add device tree support
Out-of-tree: sh_flctl: Add dirty hardware init code
mtd: sh_flctl: Initial device tree binding specification
.../devicetree/bindings/mtd/rmobile-flctl.txt | 58 ++++++
arch/arm/boot/dts/sh7372-mackerel.dts | 36 ++++
drivers/mtd/nand/sh_flctl.c | 207 +++++++++++++++++++-
3 files changed, 300 insertions(+), 1 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mtd/rmobile-flctl.txt
--
1.7.5.4
reply other threads:[~2012-04-26 14:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1335448862-5201-1-git-send-email-hechtb@gmail.com \
--to=hechtb@googlemail.com \
--cc=linux-sh@vger.kernel.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).