Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326799
b: refs/heads/master
c: 0607fa5
h: refs/heads/master
i:
  326797: 2df6448
  326795: 705a0ad
  326791: dce0347
  326783: 60a29f0
v: v3
  • Loading branch information
Stephen Boyd authored and David Brown committed Sep 13, 2012
1 parent 179ca37 commit 71f8c38
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 224 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c446407c09ce0b339a84931f3d45f3dabb9f0b17
refs/heads/master: 0607fa5884f1759b396a0e1c07be561515daddc8
13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ config ARCH_MSM8X60
config ARCH_MSM8960
bool "MSM8960"
select ARCH_MSM_SCORPIONMP
select MACH_MSM8960_SIM if (!MACH_MSM8960_RUMI3)
select ARM_GIC
select CPU_V7
select MSM_V2_TLMM
Expand Down Expand Up @@ -112,18 +111,6 @@ config MACH_QSD8X50A_ST1_5
help
Support for the Qualcomm ST1.5.

config MACH_MSM8960_SIM
depends on ARCH_MSM8960
bool "MSM8960 Simulator"
help
Support for the Qualcomm MSM8960 simulator.

config MACH_MSM8960_RUMI3
depends on ARCH_MSM8960
bool "MSM8960 RUMI3"
help
Support for the Qualcomm MSM8960 RUMI3 emulator.

endmenu

config MSM_SMD_PKG3
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-msm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o devices-msm7x00.o
obj-$(CONFIG_ARCH_MSM7X30) += board-msm7x30.o devices-msm7x30.o
obj-$(CONFIG_ARCH_QSD8X50) += board-qsd8x50.o devices-qsd8x50.o
obj-$(CONFIG_ARCH_MSM8X60) += board-dt-8660.o
obj-$(CONFIG_ARCH_MSM8960) += board-msm8960.o devices-msm8960.o
obj-$(CONFIG_ARCH_MSM8960) += board-dt-8960.o

obj-$(CONFIG_ARCH_MSM7X30) += gpiomux-v1.o gpiomux.o
Expand Down
110 changes: 0 additions & 110 deletions trunk/arch/arm/mach-msm/board-msm8960.c

This file was deleted.

1 change: 0 additions & 1 deletion trunk/arch/arm/mach-msm/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

extern struct sys_timer msm7x01_timer;
extern struct sys_timer msm7x30_timer;
extern struct sys_timer msm8960_timer;
extern struct sys_timer msm_dt_timer;
extern struct sys_timer qsd8x50_timer;

Expand Down
85 changes: 0 additions & 85 deletions trunk/arch/arm/mach-msm/devices-msm8960.c

This file was deleted.

13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-msm/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#define TIMER_ENABLE_CLR_ON_MATCH_EN BIT(1)
#define TIMER_ENABLE_EN BIT(0)
#define TIMER_CLEAR 0x000C
#define DGT_CLK_CTL 0x0030
#define DGT_CLK_CTL_DIV_4 0x3

#define GPT_HZ 32768
Expand Down Expand Up @@ -346,18 +345,6 @@ struct sys_timer msm7x30_timer = {
.init = msm7x30_timer_init
};

static void __init msm8960_timer_init(void)
{
if (msm_timer_map(0x0200A004, 0x0208A024))
return;
writel_relaxed(DGT_CLK_CTL_DIV_4, event_base + DGT_CLK_CTL);
msm_timer_init(27000000 / 4, 32, 17, true);
}

struct sys_timer msm8960_timer = {
.init = msm8960_timer_init
};

static void __init qsd8x50_timer_init(void)
{
if (msm_timer_map(0xAC100000, 0xAC100010))
Expand Down

0 comments on commit 71f8c38

Please sign in to comment.