zephyr/drivers/led
Kumar Gala 4e7863dc41 dts: Make instance defines consistent
We generated a define for each instance to convey its existance of the
form:
	#define DT_<COMPAT>_<INSTANCE> 1

However we renamed all other instance defines to be of the form
DT_INST_<INSTANCE>_<FOO>.  To make things consistent we now generate a
define of the form:

	#define DT_INST_<INSTANCE>_<COMPAT> 1

We also now deprecate the DT_<COMPAT>_<INSTANCE> form and fixup all uses
to use the new form.

Fixes: #17650

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-30 17:10:31 -05:00
..
CMakeLists.txt drivers: led: ht16k33: add LED driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
Kconfig drivers: led: ht16k33: add LED driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
Kconfig.ht16k33 drivers: gpio: ht16k33: add GPIO driver for Holtek HT16K33 LED driver 2019-05-07 22:33:06 -04:00
Kconfig.lp3943 drivers: boards: Merge HAS_DTS_I2C_DEVICE with HAS_DTS_I2C 2018-10-01 21:15:06 -05:00
Kconfig.lp5562 drivers: boards: Merge HAS_DTS_I2C_DEVICE with HAS_DTS_I2C 2018-10-01 21:15:06 -05:00
Kconfig.pca9633 drivers: boards: Merge HAS_DTS_I2C_DEVICE with HAS_DTS_I2C 2018-10-01 21:15:06 -05:00
ht16k33.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
led_context.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
led_handlers.c cleanup: include/: move led.h to drivers/led.h 2019-06-27 22:55:49 -04:00
lp3943.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
lp5562.c cleanup: include/: move led.h to drivers/led.h 2019-06-27 22:55:49 -04:00
pca9633.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00