zephyr/drivers/gpio
Kumar Gala 95f78bcacf interrupt: Convert RISC-V plic to use multi-level irq support
Utilize the multi-level irq infrastructure and replace custom handling
for PLIC on riscv-privilege SoCs.  The old code offset IRQs in drivers
and various places with RISCV_MAX_GENERIC_IRQ.  Instead utilize Zephyr's
encoded IRQ and replace offsets in drivers with the IRQ define from DTS.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-09-10 07:34:57 -05:00
..
CMakeLists.txt gpio: remove unused qmsi driver 2019-08-21 09:52:01 -04:00
gpio_altera_nios2.c
gpio_atmel_sam3.c
gpio_cc13xx_cc26xx.c
gpio_cc32xx.c
gpio_cc2650.c
gpio_cmsdk_ahb.c
gpio_cmsdk_ahb.h
gpio_dw_registers.h boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
gpio_dw.c drivers/gpio/gpio_dw: remove support for legacy PCI interface 2019-09-08 22:09:10 -04:00
gpio_dw.h drivers/gpio/gpio_dw: remove support for legacy PCI interface 2019-09-08 22:09:10 -04:00
gpio_esp32.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_gecko.c
gpio_handlers.c
gpio_ht16k33.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
gpio_imx.c
gpio_intel_apl.c
gpio_mchp_xec.c drivers/gpio: Adding missing braces for XEC driver 2019-08-02 23:24:34 +03:00
gpio_mcux_igpio.c
gpio_mcux_lpc.c
gpio_mcux.c
gpio_mmio32.c
gpio_nrfx.c drivers: gpio_nrfx: Correct the way the callbacks are fired 2019-08-14 14:49:55 +02:00
gpio_pcal9535a.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_pcal9535a.h
gpio_qmsi.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_rv32m1.c
gpio_sam.c
gpio_sam0.c
gpio_sch.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_sch.h
gpio_shell.c
gpio_sifive.c interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
gpio_stellaris.c
gpio_stm32.c gpio: stm32: fix build for stm32l0x with no GPIOH 2019-08-26 09:48:54 -05:00
gpio_stm32.h drivers: gpio: Add STM32G0X pinmux support 2019-07-05 10:35:55 -05:00
gpio_sx1509b.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_utils.h
Kconfig
Kconfig.altera_nios2
Kconfig.atmel_sam3
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cc2650
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33 drivers: gpio: Remove redundant GPIO dep. from GPIO_HT16K33 2019-08-07 08:14:10 -05:00
Kconfig.imx
Kconfig.intel
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pcal9535a
Kconfig.qmsi gpio: remove unused qmsi driver 2019-08-21 09:52:01 -04:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sch
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stellaris
Kconfig.stm32 drivers: gpio: add stm32f1x SWJ configuration 2019-08-05 13:22:34 +02:00
Kconfig.sx1509b
Kconfig.xec