u-boot-brain/drivers/usb
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
..
cdns3 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
common usb: Introduce CONFIG_SPL_DM_USB 2018-11-26 21:19:03 +01:00
dwc3 dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
emul dm: test: usb: rework keyboard test 2019-11-25 13:28:53 +01:00
eth usb: composite: Move bitmap related operations to ./include/linux/bitmap.h 2018-12-14 17:59:08 +01:00
gadget dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
host dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
musb-new dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
phy dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ulpi SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig usb: kbd: implement special keys 2019-11-25 13:28:53 +01:00