zephyr/drivers/gpio
Ricardo Salveti 17a62dd268 exti: stm32: fix driver data handling
Since dd5e90ec the device_get_binding call returns NULL unless the
driver_api is set by the driver. Since the exti driver only uses an
internal struct to store the callbacks, remove the need for the device
binding call from other drivers (e.g. gpio).

Change-Id: If0b733c27754108118d87ef02640311f0535ab57
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2016-10-19 11:56:00 +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
gpio_dw.c
gpio_dw.h
gpio_k64.c pinmux: Rename frdm_k64f pinmux driver to k64 2016-10-18 21:42:31 +00:00
gpio_k64.h
gpio_mmio.c
gpio_mmio.h
gpio_nrf5.c
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.h
gpio_stm32.c exti: stm32: fix driver data handling 2016-10-19 11:56:00 +00:00
gpio_stm32.h
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