[PATCH V3 1/5] ARM: kirkwood: Basic support for DNS-320 and DNS-325
Jason Cooper
jason at lakedaemon.net
Fri Mar 30 21:30:06 EDT 2012
On Tue, Mar 27, 2012 at 10:54:11PM +0100, Jamie Lentin wrote:
> Add support for the DNS-320 and DNS-325. Describe as much as currently possible
> in the devicetree files, create a board-dnskw.c for everything else.
>
> Use IEEE-compliant "okay", rather than "ok"
>
> Acked-by: Arnd Bergmann <arnd at arndb.de>
> Acked-by: Jason Cooper <jason at lakedaemon.net>
> Signed-off-by: Jamie Lentin <jm at lentin.co.uk>
> ---
> arch/arm/boot/dts/kirkwood-dns320.dts | 29 +++
> arch/arm/boot/dts/kirkwood-dns325.dts | 24 +++
> arch/arm/mach-kirkwood/Kconfig | 23 +++
> arch/arm/mach-kirkwood/Makefile | 1 +
> arch/arm/mach-kirkwood/Makefile.boot | 2 +
> arch/arm/mach-kirkwood/board-dnskw.c | 306 +++++++++++++++++++++++++++++++++
> arch/arm/mach-kirkwood/board-dt.c | 5 +
> arch/arm/mach-kirkwood/common.h | 6 +
> 8 files changed, 396 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/boot/dts/kirkwood-dns320.dts
> create mode 100644 arch/arm/boot/dts/kirkwood-dns325.dts
> create mode 100644 arch/arm/mach-kirkwood/board-dnskw.c
Jamie,
I've applied this locally, thanks. Looks like Grant took #5 through his
tree. As #3 and #4 depend on #2, I'll wait for the next version of #2
incorporating Grant's comments before I apply #2-#4.
thx,
Jason.
More information about the linux-arm-kernel
mailing list