devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for DNS-320 and DNS-325 using devicetree
@ 2012-03-11 14:33 Jamie Lentin
       [not found] ` <1331476406-9844-1-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
  0 siblings, 1 reply; 18+ messages in thread
From: Jamie Lentin @ 2012-03-11 14:33 UTC (permalink / raw)
  To: Arnd Bergmann, Jason
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Jamie Lentin,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

As agreed with Arnd Bergmann and Jason Cooper, include any board setup that
cannot be done in devicetree in board-dt.c, then replace with devicetree
entries.

The NAND driver is converted to devicetree as part of this patch series, 
although I don't feel qualified to explain the parameters actually mean so 
have left documentation fields blank.

The patches should apply cleanly to staging/kirkwood/dt, although 
kirkwood-dns320.dts attempts to override the orion-wdt definition with a
lower TCLK, even though the orion-wdt work isn't merged yet. If this would
be better to remove I shall.

Cheers,

Jamie Lentin (2):
  ARM: kirkwood: Basic support for DNS-320 and DNS-325
  ARM: kirkwood: Convert orion-nand to fdt

 .../devicetree/bindings/mtd/orion-nand.txt         |   41 +++
 arch/arm/boot/dts/kirkwood-dns320.dts              |   96 +++++++
 arch/arm/boot/dts/kirkwood-dns325.dts              |   82 ++++++
 arch/arm/mach-kirkwood/Kconfig                     |   18 ++
 arch/arm/mach-kirkwood/Makefile.boot               |    2 +
 arch/arm/mach-kirkwood/board-dt.c                  |  264 ++++++++++++++++++++
 arch/arm/mach-kirkwood/common.c                    |    6 +
 drivers/mtd/nand/orion_nand.c                      |   39 +++-
 8 files changed, 546 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/orion-nand.txt
 create mode 100644 arch/arm/boot/dts/kirkwood-dns320.dts
 create mode 100644 arch/arm/boot/dts/kirkwood-dns325.dts

-- 
1.7.9.1

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-03-12 18:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 14:33 [PATCH 0/2] Add support for DNS-320 and DNS-325 using devicetree Jamie Lentin
     [not found] ` <1331476406-9844-1-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
2012-03-11 14:33   ` [PATCH 1/2] ARM: kirkwood: Basic support for DNS-320 and DNS-325 Jamie Lentin
     [not found]     ` <1331476406-9844-2-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
2012-03-11 17:46       ` Arnd Bergmann
     [not found]         ` <201203111746.09757.arnd-r2nGTMty4D4@public.gmane.org>
2012-03-12  3:17           ` Jason Cooper
     [not found]             ` <20120312031751.GY5050-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2012-03-12  8:11               ` Arnd Bergmann
     [not found]                 ` <201203120811.23137.arnd-r2nGTMty4D4@public.gmane.org>
2012-03-12 16:10                   ` Jason Cooper
     [not found]                     ` <20120312161004.GB5050-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2012-03-12 16:43                       ` Arnd Bergmann
2012-03-12  3:02       ` Jason Cooper
     [not found]         ` <20120312030232.GX5050-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2012-03-12  8:17           ` Arnd Bergmann
     [not found]             ` <201203120817.19777.arnd-r2nGTMty4D4@public.gmane.org>
2012-03-12 14:22               ` Jamie Lentin
     [not found]                 ` <op.wa197mq94cuzmg-x9DHNcFvAEtNwP/n92qj9LVCufUGDwFn@public.gmane.org>
2012-03-12 14:27                   ` Jason Cooper
     [not found]                     ` <20120312142716.GA5050-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2012-03-12 14:58                       ` Arnd Bergmann
2012-03-12 17:59           ` Jamie Lentin
     [not found]             ` <op.wa2j90zu4cuzmg-x9DHNcFvAEtNwP/n92qj9LVCufUGDwFn@public.gmane.org>
2012-03-12 18:56               ` Jason Cooper
2012-03-11 14:33   ` [PATCH 2/2] ARM: kirkwood: Convert orion-nand to fdt Jamie Lentin
     [not found]     ` <1331476406-9844-3-git-send-email-jm-Pj/HzkgeCk7QXOPxS62xeg@public.gmane.org>
2012-03-11 17:52       ` Arnd Bergmann
2012-03-12  3:23       ` Jason Cooper
2012-03-12  2:36   ` [PATCH 0/2] Add support for DNS-320 and DNS-325 using devicetree Jason Cooper

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