Re: [PATCH 08/10] ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver

2012-09-26 Thread Stephen Boyd
On 09/26/12 10:35, Pankaj Jangra wrote: > Hi, > > On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote: >> 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

Re: [PATCH 08/10] ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver

2012-09-26 Thread Pankaj Jangra
Hi, On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote: > 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 t

[PATCH 08/10] ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver

2012-09-20 Thread Stephen Boyd
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 ini