zephyr/drivers/gpio
Charles E. Youse 68f45fd6d4 drivers/gpio/gpio_dw: remove support for legacy PCI interface
Only Quark SoCs used this IP block hanging off a PCI bus, and the PCI
support is written for the deprecated legacy PCI subsystem, so remove.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
2019-09-08 22:09:10 -04:00
..
CMakeLists.txt gpio: remove unused qmsi driver 2019-08-21 09:52:01 -04:00
gpio_altera_nios2.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_atmel_sam3.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cc13xx_cc26xx.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
gpio_cc32xx.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cc2650.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cmsdk_ahb.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cmsdk_ahb.h cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
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 cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_handlers.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_ht16k33.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
gpio_imx.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_intel_apl.c cleanup: include/: move misc/speculation.h to sys/speculation.h 2019-06-27 22:55:49 -04:00
gpio_mchp_xec.c drivers/gpio: Adding missing braces for XEC driver 2019-08-02 23:24:34 +03:00
gpio_mcux_igpio.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mcux_lpc.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mcux.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mmio32.c drivers/gpio: Act relevantly if GPIO_INT is an unsupported flag 2019-01-25 11:24:29 -05:00
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 cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
gpio_qmsi.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_rv32m1.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_sam0.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_sam.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_sch.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gpio_sch.h cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_shell.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
gpio_sifive.c drivers: sifiv: make them 64-bit compatible 2019-08-08 00:29:24 -04:00
gpio_stellaris.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
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 drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
Kconfig drivers: gpio: Introduce microchip gpio driver 2019-05-08 16:39:54 -07:00
Kconfig.altera_nios2 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.atmel_sam3 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.cc13xx_cc26xx soc: ti_simplelink: add support for TI CC13x2 / CC26x2 series 2019-05-04 09:13:43 -05:00
Kconfig.cc32xx license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.cc2650 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.cmsdk_ahb kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.dw kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.esp32 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.gecko kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.ht16k33 drivers: gpio: Remove redundant GPIO dep. from GPIO_HT16K33 2019-08-07 08:14:10 -05:00
Kconfig.imx kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.intel kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux_igpio kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux_lpc kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mmio32 drivers: gpio: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.pcal9535a kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.qmsi gpio: remove unused qmsi driver 2019-08-21 09:52:01 -04:00
Kconfig.rv32m1 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.sam soc: sam0: Enable generic peripheral selection 2019-04-19 14:37:17 -05:00
Kconfig.sam0 soc: sam0: Enable generic peripheral selection 2019-04-19 14:37:17 -05:00
Kconfig.sch kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.sifive riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stellaris kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.stm32 drivers: gpio: add stm32f1x SWJ configuration 2019-08-05 13:22:34 +02:00
Kconfig.sx1509b kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.xec drivers: gpio: Introduce microchip gpio driver 2019-05-08 16:39:54 -07:00