]> git.karo-electronics.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>
Tue, 4 Jun 2013 19:25:36 +0000 (12:25 -0700)
committerDavid Brown <davidb@codeaurora.org>
Wed, 12 Jun 2013 21:43:31 +0000 (14:43 -0700)
commit2c82526cc38774120de140f0dd2fb3ab6dd53f80
treecf27832a02345c3863b3ad2224c288c6cd98ba47
parent9ce2bff6c53669c9163e36572fb1cdc6ef181007
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