All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC DT style 0/4] Device Tree implementation for sh_flctl
@ 2012-04-26 14:00 Bastian Hecht
  0 siblings, 0 replies; only message in thread
From: Bastian Hecht @ 2012-04-26 14:00 UTC (permalink / raw)
  To: linux-sh

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-26 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-26 14:00 [RFC DT style 0/4] Device Tree implementation for sh_flctl Bastian Hecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.