u-boot-brain/drivers/sysreset
Simon Glass 336d4615f8 dm: core: Create a new header file for 'compat' features
At present dm/device.h includes the linux-compatible features. This
requires including linux/compat.h which in turn includes a lot of headers.
One of these is malloc.h which we thus end up including in every file in
U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
which needs to use the system malloc() in some files.

Move the compatibility features into a separate header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00
..
Kconfig sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo 2019-12-13 13:01:53 -05:00
Makefile sysreset_mpc83xx: fix mcp83xx -> mpc83xx typo 2019-12-13 13:01:53 -05:00
sysreset_ast.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysreset_gpio.c sysreset: Add support for gpio-restart 2018-07-19 10:49:55 +02:00
sysreset_microblaze.c sysreset: Add support for Microblaze soft reset jump 2018-07-19 10:49:55 +02:00
sysreset_mpc83xx.c mpc83xx: Add sysreset driver 2018-09-18 00:01:18 -06:00
sysreset_mpc83xx.h mpc83xx: Add sysreset driver 2018-09-18 00:01:18 -06:00
sysreset_psci.c sysreset: switch to using SYSRESET_POWER_OFF for poweroff 2019-08-19 12:43:26 +08:00
sysreset_rockchip.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
sysreset_sandbox.c sysreset: switch to using SYSRESET_POWER_OFF for poweroff 2019-08-19 12:43:26 +08:00
sysreset_socfpga_s10.c sysreset: socfpga: stratix10: add sysreset driver 2019-07-21 12:45:10 +02:00
sysreset_socfpga.c arm: socfpga: Convert reset manager from struct to defines 2020-01-07 14:38:33 +01:00
sysreset_sti.c regmap: clean up regmap allocation 2018-05-07 15:15:27 -04:00
sysreset_syscon.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
sysreset_watchdog.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysreset_x86.c x86: Move acpi_s3.h to a common location 2019-10-08 13:57:46 +08:00
sysreset_xtfpga.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysreset-ti-sci.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sysreset-uclass.c common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00