]> git.baikalelectronics.ru Git - kernel.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)
commit844846037279a26c1707cac22333d10529558ea0
treecf27832a02345c3863b3ad2224c288c6cd98ba47
parentc2cdd3a050bf5f64c2deb02e98ddfba30d18f45e
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