u-boot-brain/drivers/usb/musb-new
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
..
am35x.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
da8xx.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
Kconfig usb: musb-new: mt85xx: add musb-new gadget driver. 2020-01-25 12:04:36 -05:00
linux-compat.h bug.h: introduce WARN_ONCE 2018-06-07 17:08:06 -04:00
Makefile usb: musb-new: mt85xx: add musb-new gadget driver. 2020-01-25 12:04:36 -05:00
mt85xx.c usb: musb-new: mt85xx: add musb-new gadget driver. 2020-01-25 12:04:36 -05:00
musb_core.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_core.h phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect 2018-05-28 16:40:43 +05:30
musb_debug.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
musb_dma.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
musb_dsps.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_gadget_ep0.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_gadget.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_gadget.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
musb_host.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_host.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
musb_io.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
musb_regs.h musb: sunxi: Add support for H3/H5/A64 2018-05-28 16:40:43 +05:30
musb_uboot.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
musb_uboot.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
omap2430.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
omap2430.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
pic32.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sunxi.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ti-musb.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
usb-compat.h usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ 2018-11-26 21:19:03 +01:00