u-boot-brain/drivers/fpga
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
..
ACEX1K.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
altera.c arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table 2018-12-20 17:12:25 +01:00
cyclon2.c fpga: altera: cyclon2: Check function pointer before calling 2019-07-30 10:21:15 +02:00
fpga.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ivm_core.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
lattice.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
socfpga_arria10.c arm: socfpga: Convert system manager from struct to defines 2020-01-07 14:38:33 +01:00
socfpga_gen5.c arm: socfpga: Convert system manager from struct to defines 2020-01-07 14:38:33 +01:00
socfpga.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
spartan2.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
spartan3.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
stratix10.c ARM: socfpga: stratix10: Return valid error code from FPGA driver 2019-02-18 13:00:54 +01:00
stratixII.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
stratixv.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
versalpl.c common: Move ARM cache operations out of common.h 2019-12-02 18:24:58 -05:00
virtex2.c fpga: virtex2: Add slave serial programming support 2019-07-30 10:20:06 +02:00
xilinx.c arm64: versal: fpga: Add PL bit stream load support 2019-10-08 09:11:14 +02:00
zynqmppl.c common: Move ARM cache operations out of common.h 2019-12-02 18:24:58 -05:00
zynqpl.c common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00