zephyr/drivers/gpio
Marcus Shawcroft 2d1678c632 gpio/sam3: Move RW data from driver config to runtime.
The callback list within the driver config is updated dynamically
hence the list itself cannot be const.  Create a runtime context
driver data structure and relocate the callback list to the new
structure.

Change-Id: Ied20846e6a78e43967239afa7797456a9abd8548
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
2016-10-15 12:29:19 +00:00
..
gpio_atmel_sam3.c gpio/sam3: Move RW data from driver config to runtime. 2016-10-15 12:29:19 +00:00
gpio_dw_registers.h boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem) 2016-09-16 03:10:30 +00:00
gpio_dw.c power_mgmt: Update sample and drivers according to new pm device API 2016-09-22 00:23:43 +00:00
gpio_dw.h power_mgmt: Update sample and drivers according to new pm device API 2016-09-22 00:23:43 +00:00
gpio_k64.c gpio/k64: Make config_info pointers const. 2016-10-07 08:05:50 -04:00
gpio_k64.h
gpio_mmio.c
gpio_mmio.h
gpio_nrf5.c gpio/nrf5: set and clear just the specific gpio pin 2016-10-06 15:50:10 +00:00
gpio_pcal9535a.c
gpio_pcal9535a.h
gpio_qmsi_ss.c gpio/qmsi_ss: Make config_info pointers const. 2016-10-07 20:33:56 +00:00
gpio_qmsi.c gpio: reduce Kconfigs and use consistent name for GPIOs 2016-10-07 16:15:07 +00:00
gpio_sch.c gpio/sch: Make config_info pointers const. 2016-10-07 12:04:39 +00:00
gpio_sch.h
gpio_stm32.c gpio/stm32: Make config_info pointers const. 2016-10-07 12:04:42 +00:00
gpio_stm32.h gpio: stm32: Fix bug introduced by removing API 1.0 support 2016-09-14 16:16:07 +02:00
gpio_utils.h
Kconfig drivers: gpio: i2c: make logging depend on SYS_LOG 2016-10-07 14:15:24 +00:00
Kconfig.atmel_sam3
Kconfig.dw
Kconfig.k64
Kconfig.mmio
Kconfig.nrf5
Kconfig.pcal9535a
Kconfig.qmsi gpio: reduce Kconfigs and use consistent name for GPIOs 2016-10-07 16:15:07 +00:00
Kconfig.sch
Kconfig.stm32
Makefile