u-boot-brain/arch
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
..
arc common: Move reset_cpu() to the CPU header 2020-01-24 23:06:49 +05:30
arm dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
m68k common: Move clock functions into a new file 2020-01-24 23:06:48 +05:30
microblaze common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
mips dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
nds32 asm: dma-mapping.h: Fix dma mapping functions 2020-01-25 12:04:36 -05:00
nios2 common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
powerpc common: Move hang() to the same header as panic() 2020-01-24 23:06:49 +05:30
riscv dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
sandbox dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sh common: Move reset_cpu() to the CPU header 2020-01-24 23:06:49 +05:30
x86 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
xtensa common: Move relocate_code() to init.h 2020-01-24 23:06:48 +05:30
.gitignore
Kconfig x86: Enable pinctrl in SPL and TPL 2019-12-15 11:44:24 +08:00