]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 17 Jun 2013 17:43:17 +0000 (10:43 -0700)
committerDavid Brown <davidb@codeaurora.org>
Mon, 24 Jun 2013 20:06:43 +0000 (13:06 -0700)
commit2dfd9c1f7722bcaa9d2d4af090af2050df85203b
treecf27832a02345c3863b3ad2224c288c6cd98ba47
parent42a9ed5dbed44ee24c2775ad53904b7908f8ed2b
ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver

In the near future we'll be moving clock-pcom to a platform
driver, in which case these two users of clk_get() in mach-msm
need to be updated. Have board-trout-panel.c make the proc_comm
call directly so that we don't have to port this board specific
code to the driver right now and reorder the initcall order of
dma.c so that it initializes after the clock driver probes but
before any drivers use dma APIs.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/board-trout-panel.c
arch/arm/mach-msm/dma.c