u-boot-brain/drivers/dma
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
..
ti dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
apbh_dma.c common: Move ARM cache operations out of common.h 2019-12-02 18:24:58 -05:00
bcm6348-iudma.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
dma-uclass.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
fsl_dma.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig dma: ti: add driver to K3 UDMA 2019-04-11 20:07:12 -04:00
keystone_nav_cfg.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
keystone_nav.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
lpc32xx_dma.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile dma: ti: add driver to K3 UDMA 2019-04-11 20:07:12 -04:00
MCD_dmaApi.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
MCD_tasks.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
MCD_tasksInit.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox-dma-test.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ti-edma3.c dma: move dma_ops to dma-uclass.h 2018-12-07 08:13:45 -05:00