u-boot-brain/arch/arm/cpu/armv7/uniphier
Masahiro Yamada d064cbffff dm: serial: use Driver Model for UniPhier serial driver
This commit converts UniPhier on-chip serial driver to driver model.

Since UniPhier SoCs do not have Device Tree support, some board files
should be added under arch/arm/cpu/armv7/uniphier/ph1-*/ directories.
(Device Tree support for UniPhier platform is still under way.)

Now the base address and master clock frequency are passed from
platform data, so CONFIG_SYS_UNIPHIER_SERIAL_BASE* and
CONFIG_SYS_UNIPHIER_UART_CLK should be removed.

Tested on UniPhier PH1-LD4 ref board.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
2014-10-23 21:43:09 -06:00
..
ph1-ld4 dm: serial: use Driver Model for UniPhier serial driver 2014-10-23 21:43:09 -06:00
ph1-pro4 dm: serial: use Driver Model for UniPhier serial driver 2014-10-23 21:43:09 -06:00
ph1-sld8 dm: serial: use Driver Model for UniPhier serial driver 2014-10-23 21:43:09 -06:00
board_common.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
board_late_init.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
cache_uniphier.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
cmd_pinmon.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
cpu_info.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
dram_init.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
init_page_table.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
Kconfig ARM: UniPhier: add Kconfig and defconfig 2014-10-05 14:10:09 +09:00
lowlevel_init.S ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
Makefile ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
reset.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
smp.S ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
spl.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
support_card.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00
timer.c ARM: UniPhier: add UniPhier SoC support code 2014-10-05 14:10:09 +09:00