u-boot-brain/arch/arm/mach-uniphier
Simon Glass 4af0d7e870 dm: Fix up inclusion of common.h
It is good practice to include common.h as the first header. This ensures
that required features like the DECLARE_GLOBAL_DATA_PTR macro,
configuration options and common types are available.

Fix up some files which currently don't do this. This is necessary because
driver model will soon start using global data and configuration in the
dm/read.h header file, included via dm.h. The gd->fdt_blob value will be
used to access the device tree and CONFIG options will be used to
determine whether to support inline functions in the header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:03 -06:00
..
arm32
arm64 ARM: uniphier: add weird workaround code for LD20 2017-05-17 21:50:31 +09:00
bcu
boot-device ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
clk ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
debug-uart
dram
sbc
board_init.c ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
board_late_init.c ARM: uniphier: show STM (SCP) status on boot and pinmon command 2017-04-20 23:49:56 +09:00
boards.c
cpu-info.c
debug.h
dram_init.c board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
init.h ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
Kconfig
Makefile ARM: uniphier: enable PSCI sysreset for uniphier_v8_defconfig 2017-04-20 23:49:50 +09:00
memconf.c
micro-support-card.c
micro-support-card.h
mmc-boot-mode.c
mmc-first-dev.c
pinctrl-glue.c dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
reset.c
sc64-regs.h
sc-regs.h
sg-regs.h ARM: uniphier: add more init code for PXs3 2017-05-17 21:56:17 +09:00
soc-info.c ARM: uniphier: fix MODEL field of REVISION register 2017-05-17 21:46:14 +09:00
soc-info.h
spl_board_init.c