zephyr/drivers/dac
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks
Convert from device_get_binding to DEVICE_DT_GET.  In doing this we
no longer need the label in the devicetree node so we remove that.

Removed all __ASSERT_NO_MSG(clk) since we'll get a build error if
DEVICE_DT_GET cant be satisfied, and the clock control api's will
handle reporting if the device_is_ready.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 17:01:37 -06:00
..
CMakeLists.txt drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
dac_dacx0508.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_dacx3608.c drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
dac_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac_mcux_dac.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_mcux_dac32.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_sam0.c drivers: dac: Convert drivers to new DT device macros 2020-12-15 08:04:04 -06:00
dac_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dac_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
Kconfig drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.dacx0508 drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
Kconfig.dacx3608 drivers: dac: added driver for TI DACx3608 2021-01-24 14:28:05 -05:00
Kconfig.mcux drivers: dac: mcux_dac32: add Kconfig option for enabling test output 2020-07-03 08:05:25 -04:00
Kconfig.sam0 drivers: dac: add a driver for the SAM0 DAC 2020-08-04 16:08:48 -05:00
Kconfig.stm32 drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00