[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369797042-22174-1-git-send-email-zhangwm@marvell.com>
Date: Wed, 29 May 2013 11:10:41 +0800
From: Neil Zhang <zhangwm@...vell.com>
To: <haojian.zhuang@...il.com>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: Neil Zhang <zhangwm@...vell.com>
Subject: [PATCH] bring up pxa988 with DT
This patch is supposed to bring up pxa988 SMP.
will change to use CLOCKSOURCE later.
Neil Zhang (1):
ARM: mmp: bring up pxa988 with device tree support
arch/arm/boot/dts/pxa988-dkb.dts | 36 ++++++
arch/arm/boot/dts/pxa988.dtsi | 189 +++++++++++++++++++++++++++++
arch/arm/mach-mmp/Kconfig | 27 ++++
arch/arm/mach-mmp/Makefile | 2 +
arch/arm/mach-mmp/common.c | 11 ++-
arch/arm/mach-mmp/common.h | 2 +
arch/arm/mach-mmp/headsmp.S | 104 ++++++++++++++++
arch/arm/mach-mmp/include/mach/addr-map.h | 6 +
arch/arm/mach-mmp/mmpx-dt.c | 74 +++++++++++
arch/arm/mach-mmp/platsmp.c | 163 +++++++++++++++++++++++++
arch/arm/mach-mmp/reset.c | 66 ++++++++++
arch/arm/mach-mmp/reset.h | 29 +++++
drivers/clk/mmp/Makefile | 1 +
13 files changed, 709 insertions(+), 1 deletions(-)
create mode 100644 arch/arm/boot/dts/pxa988-dkb.dts
create mode 100644 arch/arm/boot/dts/pxa988.dtsi
create mode 100644 arch/arm/mach-mmp/headsmp.S
create mode 100644 arch/arm/mach-mmp/mmpx-dt.c
create mode 100644 arch/arm/mach-mmp/platsmp.c
create mode 100644 arch/arm/mach-mmp/reset.c
create mode 100644 arch/arm/mach-mmp/reset.h
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists