zephyr/drivers/gpio
Andre Guedes 300bbdc2f4 gpio: Fix returning code from stm32 driver
This patch fixes gpio_stm32 driver since it was merged with a few
occurrences of DEV_* error code.

Change-Id: I025e4f83d8ca07bc0fed7d3dcb9cce3b9d11c3fc
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-23 15:55:11 +00:00
..
gpio_atmel_sam3.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
gpio_dw.c drivers: Replace DEV_NOT_CONFIG by -EPERM 2016-03-16 19:30:04 -04:00
gpio_dw.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
gpio_dw_registers.h gpio: dw: Refactor how general interrupt unmasking is proceeded 2016-02-05 20:25:21 -05:00
gpio_k64.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
gpio_k64.h arm: Add GPIO interrupt/callback support for K64F 2016-03-09 12:54:02 +00:00
gpio_mmio.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
gpio_mmio.h drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
gpio_pcal9535a.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
gpio_pcal9535a.h drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
gpio_qmsi.c drivers: qmsi: Fix gpio, i2c and wdt for D2000 2016-03-18 23:31:45 +00:00
gpio_sch.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
gpio_sch.h struct packing 2016-02-10 16:21:26 +00:00
gpio_stm32.c gpio: Fix returning code from stm32 driver 2016-03-23 15:55:11 +00:00
gpio_stm32.h gpio: Fix returning code from stm32 driver 2016-03-23 15:55:11 +00:00
Kconfig gpio/stm32: add common driver for STM32 GPIO 2016-03-18 16:27:04 +01:00
Kconfig.atmel_sam3 gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.dw gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.k64 drivers: gpio: Make K64 gpio submenu available only for K64 soc 2016-03-21 19:41:06 +02:00
Kconfig.mmio gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.pcal9535a gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.qmsi gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.sch gpio: restructure Kconfig options 2016-03-17 21:05:12 +00:00
Kconfig.stm32 drivers: gpio: Move STM32 gpio driver under its own submenu 2016-03-21 16:51:43 +00:00
Makefile gpio/stm32: add common driver for STM32 GPIO 2016-03-18 16:27:04 +01:00