]> Pileus Git - ~andy/linux/commit
ARM: shmobile: r8a7778: cleanup registration of vin
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 24 Sep 2013 06:04:10 +0000 (23:04 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 26 Sep 2013 01:25:10 +0000 (10:25 +0900)
commitfd131d0d4024a39259c41290451e728515ed7300
treef4ce87e274f522727b8d4c27f6f2ed377ce6e5dc
parentcde214a890f81797a5eee94fffc89c1de21ed991
ARM: shmobile: r8a7778: cleanup registration of vin

vin driver which needs platform data at the time of
registration is used from BockW only.
Now, ARM/shmobile aims to support DT,
and the C code base board support will be removed
if DT support is completed.
Current driver registration method which needs platform data
and which is not shared complicates codes.
This means legacy C code cleanup after DT supporting
will be more complicated
This patch registers it on board code as cleanup C code

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-bockw.c
arch/arm/mach-shmobile/include/mach/r8a7778.h
arch/arm/mach-shmobile/setup-r8a7778.c