android_kernel_motorola_sm6225/arch/arm/mach-s3c2412
Ben Dooks b3bf41be06 ARM: SAMSUNG: Reduce size of struct clk.
Reduce the size of struct clk by 12 bytes and make defining clocks with
common implementation functions easier by moving the set_rate, get_rate,
round_rate and set_parent calls into a new structure called 'struct clk_ops'
and using that instead.

This change does make a few clocks larger as they need their own clk_ops,
but this is outweighed by the number of clocks with either no ops or having
a common set of ops.

Update all the users of this.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2010-01-15 17:10:10 +09:00
..
clock.c ARM: SAMSUNG: Reduce size of struct clk. 2010-01-15 17:10:10 +09:00
cpu-freq.c ARM: S3C: CPUFREQ: Add debugfs support for cpufreq 2009-07-30 23:22:56 +01:00
dma.c [ARM] S3C24XX: DMA: Split hardware regs out of <mach/dma.h> 2009-05-01 11:39:06 +01:00
gpio.c [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
irq.c Merge branch 's3c-move' into devel 2008-10-14 22:24:51 +01:00
Kconfig Kconfig: Remove useless and sometimes wrong comments 2009-11-09 09:40:56 +01:00
mach-jive.c ARM: S3C: Add NAND device platform data set call 2009-12-01 01:34:16 +00:00
mach-smdk2413.c [ARM] S3C24XX: GPIO: Change to macros for GPIO numbering 2009-05-18 16:26:03 +01:00
mach-vstms.c ARM: S3C: Add NAND device platform data set call 2009-12-01 01:34:16 +00:00
Makefile ARM: S3C2412: CPUFREQ: Add core support. 2009-07-30 23:22:54 +01:00
pm.c [ARM] S3C2412: Add missing cache flush in suspend code 2009-05-01 12:28:16 +01:00
s3c2412.c ARM: S3C2412: Update memory register mapping and definitions 2009-07-30 23:22:54 +01:00
sleep.S [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00