Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326458
b: refs/heads/master
c: 3a84d17
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer committed Sep 12, 2012
1 parent 9bea6aa commit 301dcd4
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 287 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: a6dd3c812e774b876d440c1a9ec1bd0fd5659390
refs/heads/master: 3a84d17bb39754ff9ff51cb7c6bcbde8c4b924c9
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ obj-$(CONFIG_SOC_IMX35) += mm-imx3.o cpu-imx35.o clk-imx35.o ehci-imx35.o pm-imx
obj-$(CONFIG_SOC_IMX5) += cpu-imx5.o mm-imx5.o clk-imx51-imx53.o ehci-imx5.o pm-imx5.o cpu_op-mx51.o

obj-$(CONFIG_COMMON_CLK) += clk-pllv1.o clk-pllv2.o clk-pllv3.o clk-gate2.o \
clk-pfd.o clk-busy.o
clk-pfd.o clk-busy.o clk.o

# Support for CMOS sensor interface
obj-$(CONFIG_MX1_VIDEO) += mx1-camera-fiq.o mx1-camera-fiq-ksym.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/clk-pllv1.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <linux/err.h>
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/clock.h>

#include "clk.h"

/**
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-imx/clk.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include <linux/spinlock.h>

DEFINE_SPINLOCK(imx_ccm_lock);
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-imx/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

#include <linux/spinlock.h>
#include <linux/clk-provider.h>
#include <mach/clock.h>

extern spinlock_t imx_ccm_lock;

struct clk *imx_clk_pllv1(const char *name, const char *parent,
void __iomem *base);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-imx/mach-kzm_arm11_01.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <asm/mach/map.h>
#include <asm/mach/time.h>

#include <mach/clock.h>
#include <mach/common.h>
#include <mach/hardware.h>
#include <mach/iomux-mx3.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Common support
obj-y := clock.o time.o devices.o cpu.o system.o irq-common.o
obj-y := time.o devices.o cpu.o system.o irq-common.o

obj-$(CONFIG_MXC_TZIC) += tzic.o
obj-$(CONFIG_MXC_AVIC) += avic.o
Expand Down
212 changes: 0 additions & 212 deletions trunk/arch/arm/plat-mxc/clock.c

This file was deleted.

1 change: 0 additions & 1 deletion trunk/arch/arm/plat-mxc/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <linux/err.h>
#include <linux/slab.h>
#include <mach/hardware.h>
#include <mach/clock.h>

#define CLK32_FREQ 32768
#define NANOSECOND (1000 * 1000 * 1000)
Expand Down
68 changes: 0 additions & 68 deletions trunk/arch/arm/plat-mxc/include/mach/clock.h

This file was deleted.

0 comments on commit 301dcd4

Please sign in to comment.