tmp_suning_uos_patched/arch/arm/plat-samsung
Ben Dooks f3b464cca9 ARM: SAMSUNG: Fix clksrc-clk's checks for bad register settings
The WARN_ON() was only checking the first clock in the array, instead of
being executed for each clksrc clock being registered.

Since this is an array of clocks, WARN_ON() does not provide a lot of
useful information about the problem, so change to using printk(KERN_ERR)
to report the problem to the console.

As a note, we still try and register the clock even if these problems are
present just in case and to avoid changing the behaviour of the registration
process.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2010-01-18 15:37:25 +09:00
..
include/plat ARM: SAMSUNG: Move S3C24XX ADC driver to plat-samsung 2010-01-18 09:30:49 +09:00
adc.c ARM: S3C64XX: Add S3C64XX support to the generic Samsung ADC driver 2010-01-18 09:30:49 +09:00
clock-clksrc.c ARM: SAMSUNG: Fix clksrc-clk's checks for bad register settings 2010-01-18 15:37:25 +09:00
clock.c ARM: SAMSUNG: Make clk_default_setrate and clk_ops_def_setrate visible 2010-01-15 17:10:12 +09:00
dev-fb.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc1.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc2.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-hsmmc.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-i2c0.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-i2c1.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-nand.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-usb-hsotg.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
dev-usb.c ARM: SAMSUNG: Move device definitions in plat-samsung 2010-01-15 17:10:13 +09:00
gpio-config.c ARM: SAMSUNG: Move gpio-config.c into plat-samsung 2010-01-15 17:10:13 +09:00
irq-uart.c ARM: SAMSUNG: Move IRQ UART handling for newer devices to plat-samsung 2010-01-15 17:10:14 +09:00
irq-vic-timer.c ARM: SAMSUNG: Move IRQ VIC timer handling out to common header files 2010-01-15 17:10:13 +09:00
Kconfig ARM: SAMSUNG: Move S3C24XX ADC driver to plat-samsung 2010-01-18 09:30:49 +09:00
Makefile ARM: SAMSUNG: Move S3C24XX ADC driver to plat-samsung 2010-01-18 09:30:49 +09:00
pwm-clock.c ARM: SAMSUNG: Move pwm-clock code into plat-samsung 2010-01-15 17:10:12 +09:00