ARM: shmobile: r8a7779: cleanup registration of usb phy
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 26 Jul 2013 07:35:29 +0000 (00:35 -0700)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 30 Jul 2013 02:41:11 +0000 (11:41 +0900)
commitfee529df76ffb95ede5020266820f2a0e1f64adc
tree155adf17e1d11684765c9dd0d1b7aa89dd0a8f62
parentd2ef0b9a5192e921490d2f66f4467f26235412bd
ARM: shmobile: r8a7779: cleanup registration of usb phy

usb phy driver which needs platform data at the time of
registration is used from Marzen 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-marzen.c
arch/arm/mach-shmobile/include/mach/r8a7779.h
arch/arm/mach-shmobile/setup-r8a7779.c
This page took 0.033783 seconds and 5 git commands to generate.