On Wed, Feb 23 2011, Stephen Boyd wrote: > Migrating to clkdev has several advantages: > > * Less code in mach-msm/clock.c > > * A more robust clk_get() implementation > > * clk_add_alias() support > > * clk_get_sys() support > > In general, this will help board authors setup clock aliases and > break the dependency on device pointers in the clock tables. > > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> > --- > arch/arm/Kconfig | 1 + > arch/arm/mach-msm/board-msm7x30.c | 1 + > arch/arm/mach-msm/board-msm8960.c | 1 + > arch/arm/mach-msm/board-qsd8x50.c | 1 + > arch/arm/mach-msm/board-trout.c | 1 + > arch/arm/mach-msm/clock-7x30.h | 31 +++++++++++++----------- > arch/arm/mach-msm/clock-pcom.h | 16 +++++++----- > arch/arm/mach-msm/clock.c | 39 ++++++++----------------------- > arch/arm/mach-msm/clock.h | 2 - > arch/arm/mach-msm/devices-msm7x00.c | 32 ++++++++++++------------ > arch/arm/mach-msm/devices-msm7x30.c | 5 ++- > arch/arm/mach-msm/devices-qsd8x50.c | 23 +++++++++-------- > arch/arm/mach-msm/devices.h | 8 ++++-- > arch/arm/mach-msm/include/mach/board.h | 4 +- > arch/arm/mach-msm/include/mach/clkdev.h | 19 +++++++++++++++ > 15 files changed, 98 insertions(+), 86 deletions(-) > create mode 100644 arch/arm/mach-msm/include/mach/clkdev.h This doesn't seem to apply cleanly. Do you mind resending this against the msm for/next branch. Thanks, David -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html