]> git.karo-electronics.de Git - mv-sheeva.git/commit
ARM: S5PV310: Tidy init+disable clock usage and s3c24xx_register_clocks cleanup
authorKukjin Kim <kgene.kim@samsung.com>
Tue, 4 Jan 2011 08:58:22 +0000 (17:58 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 4 Jan 2011 09:27:44 +0000 (18:27 +0900)
commit957c461e82f7a8ddcd7fb25c01c43917f64fde33
treed73bad9ff52640672baf97c38ca226a3c0931ccc
parent3c0fa647159895139d4a25f3d87b90af26789a5c
ARM: S5PV310: Tidy init+disable clock usage and s3c24xx_register_clocks cleanup

This patch changes the clock registration code to use the s3c_register_clocks()
followed by s3c_disable_clocks() instead of the loops it was using and cleanups
the return of s3c24xx_register_clocks() because it includes it.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/clock.c