Skip to content

Commit

Permalink
arm: msm: add cpu frequency controls
Browse files Browse the repository at this point in the history
This adds acpuclock-arm11.c from Google. This provides control
over the cpu frequency for arm11 cpu's.

This has shared authorship between Google, and Qualcomm. Most
of it was written by Mike Chan at Google.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Daniel Walker committed May 12, 2010
1 parent 9f68fcd commit 43b39f9
Show file tree
Hide file tree
Showing 4 changed files with 567 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ obj-y += io.o idle.o irq.o timer.o dma.o
obj-y += devices.o
obj-y += proc_comm.o
obj-y += vreg.o
obj-y += acpuclock-arm11.o
obj-y += clock.o clock-7x01a.o

obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
Expand Down
Loading

0 comments on commit 43b39f9

Please sign in to comment.