zephyr/drivers/gpio
Iván Briano 34cf9773b1 gpio qmsi: Differentiate between the SoC GPIO and SS GPIO
The SoC level peripherals are accesible by both cores, while the SS
ones are only available to the sensor subsystem. Since the ARC core can
make use of both drivers at the same time, we need to be able to
differentiate their configuration values somehow.

Also disable the SoC GPIO for the ARC by default, as it still needs
more changes to be usable.

Jira: ZEP-1030
Change-Id: Ic5415c404ecd32a3e560467b6f5eaa873a515d72
Signed-off-by: Iván Briano <ivan.briano@intel.com>
2016-11-02 22:24:52 +00:00
..
gpio_atmel_sam3.c driver/gpio/sam3: Limit name space, add static. 2016-10-26 20:51:06 +00:00
gpio_dw_registers.h
gpio_dw.c driver/gpio/dw: Limit name space, add static. 2016-10-26 20:51:06 +00:00
gpio_dw.h driver/gpio/dw: Limit name space, add static. 2016-10-26 20:51:06 +00:00
gpio_k64.c drivers/gpio_k64: Make driver_api structure const. 2016-10-25 18:45:24 +00:00
gpio_k64.h
gpio_mmio.c
gpio_mmio.h
gpio_nrf5.c drivers/gpio_nrf5: Make driver_api structure const. 2016-10-25 18:45:25 +00:00
gpio_pcal9535a.c gpio/pcal9535a: Limit name space, add static. 2016-10-28 10:54:16 +00:00
gpio_pcal9535a.h gpio/pcal9535a: Limit name space, add static. 2016-10-28 10:54:16 +00:00
gpio_qmsi_ss.c gpio qmsi: Differentiate between the SoC GPIO and SS GPIO 2016-11-02 22:24:52 +00:00
gpio_qmsi.c gpio qmsi: Remove unnecesary callback wrappers 2016-11-02 22:24:26 +00:00
gpio_sch.c gpio/sch: Limit name space, add static. 2016-10-28 10:54:17 +00:00
gpio_sch.h
gpio_stm32.c gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00
gpio_stm32.h gpio: stm32: add support for STM32F4 2016-10-28 18:58:03 +00:00
gpio_utils.h
Kconfig
Kconfig.atmel_sam3
Kconfig.dw
Kconfig.k64 gpio/k64: Fix Kconfig help text formatting. 2016-10-28 07:02:20 +01:00
Kconfig.mmio
Kconfig.nrf5
Kconfig.pcal9535a
Kconfig.qmsi gpio qmsi: Differentiate between the SoC GPIO and SS GPIO 2016-11-02 22:24:52 +00:00
Kconfig.sch
Kconfig.stm32
Makefile