zephyr/drivers/pinmux/stm32
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
..
pinmux_stm32.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
pinmux_stm32.h include: drivers: pinmux: stm32: Add missing C linkage 2020-11-30 18:47:08 +01:00
pinmux_stm32f0.h drivers/pinmux: stm32: Deprecate ADC related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32f1.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32f2.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32f3.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32f4.h drivers/pinmux: stm32: Deprecate I2S related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32f7.h drivers/pinmux: stm32: Deprecate SDMMC related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32g0.h drivers/pinmux: stm32: Deprecate I2C related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32g4x.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32h7.h drivers/pinmux: stm32: Deprecate ETH related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32l0.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32l1x.h drivers/pinmux: stm32: Deprecate ADC related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32l4x.h drivers/pinmux: stm32: Deprecate SDMMC related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32l5x.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32mp1x.h drivers/pinmux: stm32: Deprecate SPI related macros 2020-11-03 11:11:04 +01:00
pinmux_stm32wbx.h drivers/pinmux: stm32: Deprecate USB related macros 2020-11-03 11:11:04 +01:00