u-boot-brain/drivers/led
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 led: bcm6858: allow to use this driver on arm bcm68360 2020-01-23 07:29:58 -05:00
led_bcm6328.c led: bcm6328: read base address in the parent node 2018-07-11 14:23:55 +02:00
led_bcm6358.c led: bcm6358: convert to use live dt 2018-06-01 15:56:02 +02:00
led_bcm6858.c led: add initial support for bcm6858 2019-04-22 18:13:24 -04:00
led_gpio.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
led-uclass.c dm: led: move default state support in led uclass 2018-08-10 10:27:32 -04:00
Makefile led: add initial support for bcm6858 2019-04-22 18:13:24 -04:00