kernel-fxtec-pro1x/arch/arm/mach-s3c2440
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
dma.c
dsc.c
irq.c
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2009-12-09 19:43:33 -08:00
mach-anubis.c ARM: Merge next-s3c24xx-dev-rtp 2009-12-03 21:33:01 +00:00
mach-at2440evb.c
mach-mini2440.c ARM: MINI2440: Fixup __initdata usage 2010-01-15 17:04:42 +09:00
mach-nexcoder.c
mach-osiris-dvs.c
mach-osiris.c ARM: mach-osiris: add NAND_SCAN_SILENT_NODEV to optional devices 2009-12-23 19:28:11 +00:00
mach-rx3715.c ARM: Merge next-s3c24xx-dev-rtp 2009-12-03 21:33:01 +00:00
mach-smdk2440.c
Makefile
s3c2440.c