zephyr/drivers/pinmux
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
..
stm32 soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
CMakeLists.txt
Kconfig pinmux: hsdk: Convert ARC HSDK pinmux to be devicetree based 2021-02-15 08:29:56 -05:00
Kconfig.beetle
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.hsdk
Kconfig.intel_s1000
Kconfig.it8xxx2 riscv: ite: it8xxx2: Rework device_get_binding for pinmux 2021-02-16 09:45:57 -05:00
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_lpc kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.npcx
Kconfig.rv32m1
Kconfig.sam0
Kconfig.sifive pinmux: sifive: Convert SiFive pinmux to be devicetree based 2021-02-15 08:33:00 -05:00
Kconfig.stm32
Kconfig.xec
dummy.c
pinmux.h
pinmux_cc13xx_cc26xx.c pinmux: Convert drivers to be devicetree based 2020-12-19 20:04:23 -05:00
pinmux_esp32.c boards: esp32: add XIP support and enable bootloader build 2021-01-13 09:10:46 -05:00
pinmux_hsdk.c pinmux: hsdk: Convert ARC HSDK pinmux to be devicetree based 2021-02-15 08:29:56 -05:00
pinmux_intel_s1000.c pinmux: Convert drivers to be devicetree based 2020-12-19 20:04:23 -05:00
pinmux_ite_it8xxx2.c pinmux: Convert drivers to be devicetree based 2020-12-19 20:04:23 -05:00
pinmux_lpc11u6x.c drivers: pinmux: Convert drivers to new DT device macros 2020-12-19 20:06:45 -05:00
pinmux_mchp_xec.c drivers: pinmux: Convert drivers to new DT device macros 2020-12-19 20:06:45 -05:00
pinmux_mcux.c
pinmux_mcux_lpc.c
pinmux_npcx.c driver: gpio: add 1p8v level detection support in npcx series. 2021-01-18 19:09:34 +01:00
pinmux_rv32m1.c drivers: pinmux: Convert drivers to new DT device macros 2020-12-19 20:06:45 -05:00
pinmux_sam0.c drivers: pinmux: Convert drivers to new DT device macros 2020-12-19 20:06:45 -05:00
pinmux_sifive.c pinmux: sifive: Convert SiFive pinmux to be devicetree based 2021-02-15 08:33:00 -05:00