zephyr/drivers/gpio
Varun Sharma 77c643a5a3 drivers: Modify drivers to use DEVICE_AND_API_INIT()
Modified drivers to use DEVICE_AND_API_INIT() instead of DEVICE_INIT()

This will make sure driver_api,is populated at build time and is exposed
to user space

Signed-off-by: Varun Sharma <varun.sharma@intel.com>
2019-01-15 10:39:34 -08:00
..
CMakeLists.txt drivers: gpio: Add support for Stellaris gpio controller driver. 2019-01-08 13:30:26 -06:00
gpio_altera_nios2.c
gpio_atmel_sam3.c
gpio_cc32xx.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_cc2650.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_cmsdk_ahb.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
gpio_dw.h
gpio_esp32.c
gpio_gecko.c soc: silabs_exx32: Add SWO logger support 2019-01-09 15:30:59 +01:00
gpio_handlers.c
gpio_imx.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_intel_apl.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
gpio_mcux_igpio.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_mcux_lpc.c
gpio_mcux.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_mmio32.c
gpio_nrfx.c drivers: gpio_nrfx: Remove undesired NRF_P0 definition 2018-12-13 07:35:28 -06:00
gpio_pcal9535a.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
gpio_pcal9535a.h
gpio_pulpino.c
gpio_qmsi_ss.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_qmsi.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_sam.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
gpio_sam0.c dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
gpio_sch.c drivers: Modify drivers to use DEVICE_AND_API_INIT() 2019-01-15 10:39:34 -08:00
gpio_sch.h
gpio_shell.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_sifive.c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
gpio_stellaris.c drivers: gpio: Add support for Stellaris gpio controller driver. 2019-01-08 13:30:26 -06:00
gpio_stm32.c soc: arm: st_stm32: Using LL library to implement gpio functions 2019-01-10 13:09:19 -06:00
gpio_stm32.h soc: arm: st_stm32: Using LL library to implement gpio functions 2019-01-10 13:09:19 -06:00
gpio_sx1509b.c
gpio_utils.h
Kconfig drivers: gpio: Add support for Stellaris gpio controller driver. 2019-01-08 13:30:26 -06:00
Kconfig.altera_nios2
Kconfig.atmel_sam3
Kconfig.cc32xx gpio: ti cc32xx: Add device tree support for GPIO 2018-11-05 11:08:35 -06:00
Kconfig.cc2650
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32
Kconfig.gecko soc: silabs_exx32: Add independent Kconfig options for HAL libraries 2019-01-08 13:31:42 -06:00
Kconfig.imx
Kconfig.intel doc: fix kconfig misspellings 2018-11-02 17:58:16 -04:00
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.pcal9535a
Kconfig.pulpino
Kconfig.qmsi
Kconfig.sam
Kconfig.sam0
Kconfig.sch
Kconfig.sifive
Kconfig.stellaris drivers: gpio: Add support for Stellaris gpio controller driver. 2019-01-08 13:30:26 -06:00
Kconfig.stm32
Kconfig.sx1509b