u-boot-brain/drivers/sysreset
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
..
Kconfig dm: sysreset: add watchdog-reboot driver 2017-05-31 14:49:54 +02:00
Makefile dm: sysreset: add watchdog-reboot driver 2017-05-31 14:49:54 +02:00
sysreset_ast.c aspeed: Refactor AST2500 RAM Driver and Sysreset Driver 2017-05-08 11:57:32 -04:00
sysreset_psci.c dm: Fix up inclusion of common.h 2017-06-01 07:03:03 -06:00
sysreset_rk3036.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_rk3188.c rockchip: sysreset: rk3188: Make sure remap is off on warm-resets 2017-04-15 10:13:17 -06:00
sysreset_rk3288.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_rk3328.c rockchip: rk3328: add sysreset driver 2017-03-16 16:03:46 -06:00
sysreset_rk3399.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00
sysreset_sandbox.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sysreset_snapdragon.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
sysreset_sti.c STiH410: Add STi sysreset driver 2017-03-14 20:40:19 -04:00
sysreset_syscon.c sysreset: add syscon-reboot driver 2017-05-10 16:16:09 +02:00
sysreset_watchdog.c dm: sysreset: add watchdog-reboot driver 2017-05-31 14:49:54 +02:00
sysreset_xtfpga.c xtensa: add support for the 'xtfpga' evaluation board 2016-08-15 18:46:40 -04:00
sysreset-uclass.c drivers/sysreset: group sysreset drivers 2016-08-12 09:22:17 -04:00