Hi,
On Thu, Mar 8, 2012 at 3:13 AM, Kukjin Kim<kgene.kim@xxxxxxxxxxx> wrote:
Kukjin Kim (2):
ARM: EXYNOS: cleanup clock part for new EXYNOS SoCs
This is one large commit that does many things in one change. As the
patch message says:
ARM: EXYNOS: cleanup clock part for new EXYNOS SoCs
- the prefix of clk register replace S5P_ with EXYNOS4_
- move mach-exynos/clock.c to mach-exynos/clock-exynos4.c
- according to moving clock-exynos4.c,
move<mach/exynos4-clock.h> to "clock-exynos4.h"
- add prefix exynos4_ on clk declaration
It makes it hard to review, especially when you combine a move with
other changes. It's better to do the move in a separate commit that
doesn't change code (or only changes very very little) and then do the
other changes in separate commits later.