linux/arch/arm/plat-s3c64xx
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
..
include/plat ARM: S3C64XX: Remove unused clock definitions from clock header 2010-01-15 17:10:09 +09:00
clock.c
cpu.c ARM: S3C64XX: fix USB OTG compilation 2009-12-01 01:35:39 +00:00
cpufreq.c ARM: S3C64XX: Redo voltage ranges for cpufreq 2009-12-01 01:35:39 +00:00
dev-audio.c S3C64XX: Staticise platform data for PCM devices 2009-12-04 10:46:08 +00:00
dev-uart.c
dma.c ARM: S3C64XX: DMA: Free node for non-circular queues 2009-11-09 23:51:19 +00:00
gpiolib.c ARM: S3C64XX: add support for all group 0 external interrupts 2009-12-01 01:35:40 +00:00
irq-eint.c ARM: S3C64XX: add support for all group 0 external interrupts 2009-12-01 01:35:40 +00:00
irq-pm.c
irq.c
Kconfig ARM: S3C64XX: Use new clock-clksrc.c code for clocks. 2010-01-15 17:10:09 +09:00
Makefile
pm.c
s3c6400-clock.c ARM: SAMSUNG: Reduce size of struct clk. 2010-01-15 17:10:10 +09:00
s3c6400-init.c
setup-fb-24bpp.c
setup-i2c0.c
setup-i2c1.c
setup-sdhci-gpio.c ARM: S3C64XX: add HSMMC2 support 2009-12-01 01:35:41 +00:00
sleep.S