zephyr/drivers/pwm
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 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig
Kconfig.dw
Kconfig.esp32
Kconfig.imx
Kconfig.mcux_ftm
Kconfig.nrf5_sw drivers: pwm: nrf: Migrate SW PWM Kconfig options to DT 2019-03-12 13:34:01 +01:00
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.pca9685
Kconfig.qmsi
Kconfig.sam
Kconfig.sifive
Kconfig.stm32
pwm_dw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_handlers.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_imx.c drivers: pwm: imx: replace deprecated DTS macros 2019-07-12 05:54:16 -07:00
pwm_led_esp32.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_mcux_ftm.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrf5_sw.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_nrfx.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.c cleanup: include/: move pwm.h to drivers/pwm.h 2019-06-27 22:55:49 -04:00
pwm_pca9685.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
pwm_qmsi.c drivers: pwm_qmsi: Do not use CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 2019-07-24 15:10:02 +02:00
pwm_sam.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
pwm_sifive.c drivers: pwm: sifive: fix DTS defines 2019-07-12 05:54:16 -07:00
pwm_stm32.c drivers: pwm: Add STM32G0XX pwm support 2019-07-05 10:35:55 -05:00
pwm_stm32.h