u-boot-brain/drivers/video/rockchip
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 video: Kconfig: spelling fixes 2019-01-18 09:16:15 -05:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rk_edp.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
rk_hdmi.c video: dw_hdmi: Add support for ddc-i2c-bus property 2019-07-29 00:32:59 +02:00
rk_hdmi.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rk_lvds.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
rk_mipi.c arm: rockchip: Add common cru.h 2020-01-30 11:44:01 +08:00
rk_mipi.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
rk_vop.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
rk_vop.h rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
rk3288_hdmi.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
rk3288_mipi.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
rk3288_vop.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
rk3399_hdmi.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
rk3399_mipi.c dm: core: Require users of devres to include the header 2020-02-05 19:33:46 -07:00
rk3399_vop.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00