]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: clock: use the clear and set bits macros.
authorInha Song <ideal.song@samsung.com>
Thu, 6 Feb 2014 05:20:12 +0000 (14:20 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 10 Feb 2014 07:01:44 +0000 (16:01 +0900)
commite25bfecf7ba54a5b56cf991af8a2f2bb22994293
tree9d06238ef6d72d96e7353739940adea00b38f75e
parent3cb007a9f298ff632ea37d86441da238f599dfbe
exynos: clock: use the clear and set bits macros.

Use setbits/clrbits macro instead of readl/writel function.
(Suggested by Wolfgang)

Signed-off-by: Inha Song <ideal.song@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/clock.c