zephyr/drivers/pinmux
Kumar Gala c54005235c riscv: ite: it8xxx2: Rework device_get_binding for pinmux
Switch to use DEVICE_DT_GET instead of device_get_binding for pinmux
device.  As part of this change drop the "label" property from
the pinmux devicetree node and update the binding and dts files to
reflect that.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-02-16 09:45:57 -05:00
..
stm32 include: drivers: pinmux: stm32: Add missing C linkage 2020-11-30 18:47:08 +01:00
CMakeLists.txt drivers/pinmux: it8xxx2 pinmux driver 2020-12-16 08:47:36 -05:00
dummy.c
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 drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
Kconfig.mcux drivers: pinmux: pinmux_mcux: Remove Kconfig options 2020-12-18 07:52:52 -06:00
Kconfig.mcux_lpc
Kconfig.npcx driver: npcx7: fixed typo in Kconfig.npcx files. 2020-12-07 12:11:17 -05:00
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
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_lpc.c drivers: pinmux: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 19:59:41 -05:00
pinmux_mcux.c drivers: pinmux: pinmux_mcux: Convert to devicetree 2020-12-18 07:52:52 -06:00
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
pinmux.h