zephyr/drivers
Steven Slupsky b39423e0e2 drivers: modem: gpio api and string len
This commit references modem_pin() and modem_shell()

modem_pin(): use new gpio api
The existing pin driver does not respect gpio
configuration in device tree for active high / low
This commit allows for the device tree to determine the
active logic level.

modem_shell(): use correct string length
The ms_send macro uses iface.write() to send a string.
iface.write() requires the length of the string not the
size of the string.
This commit corrects the string length.

drivers: ublox-sara-r4: fix vint polling

This eliminates the implication that the enable and disable values can
be something other than 1 and 0, and fixes the code so it won't enter
an infinite loop if the GPIO read returns an error.

Signed-off-by: Steven Slupsky <sslupsky@gmail.com>
2020-04-21 17:02:22 +03:00
..
adc drivers: adc: mcux_adc12: create macro for device instantiation 2020-04-20 15:23:47 -05:00
audio drivers: audio: mpxxdtyy: Conver to use DT_ANY_INST_ON_BUS macro 2020-04-18 08:43:02 -05:00
bluetooth drivers: bluetooth: rpmsg_nrf53: use new DT API 2020-04-18 07:52:05 -05:00
can
clock_control clock_control: nordic: move to new DT API 2020-04-14 06:32:25 -05:00
console drivers: gsm_mux: Convert to use k_timeout_t 2020-04-17 10:15:54 +03:00
counter drivers: counter: nrf: use new DT API 2020-04-17 18:28:55 +02:00
crypto
dac drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00
debug
display drivers: display: mb_display: Convert to DT_LABEL() macro 2020-04-17 17:22:53 +02:00
dma drivers: dma: initialize peripheral request dma on stm32 2020-04-17 03:13:02 -05:00
eeprom
entropy
espi drivers: espi_mchp_xec: Update driver to espi API changes 2020-04-17 10:33:02 -07:00
ethernet drivers: ethernet: sam_gmac: Add SAM E54 maximum queue count reference 2020-04-17 04:56:28 -05:00
flash drivers: flash: nrfx_qspi_nor: fix semaphore errors 2020-04-20 15:41:35 +02:00
gpio drivers: gpio: gpio_intel_apl: Convert to DT_INST 2020-04-20 15:23:11 -05:00
hwinfo drivers: hwinfo: update stm32 implementation byte order 2020-04-20 19:04:26 +02:00
i2c drivers: i2c: nrfx: Fix log level is ignored 2020-04-20 23:55:46 +02:00
i2s include/devicetree: dma: rename DMAS CELL macros 2020-04-21 06:37:28 -05:00
ieee802154 drivers: ieee802154_nrf5: Handle frame pending bit mode 2020-04-17 09:17:38 +03:00
interrupt_controller interrupt_controller: gic: Fix ICFGRn access and config 2020-04-20 15:48:45 +02:00
ipm drivers: ipm: ipm_mcux: convert to new DT_INST macros 2020-04-20 08:45:37 -05:00
kscan
led
led_strip
lora drivers: lora: sx1276: call DIO handlers in workqueue 2020-04-15 08:30:11 -05:00
modem drivers: modem: gpio api and string len 2020-04-21 17:02:22 +03:00
net net: ppp: Create own workqueue for PPP 2020-04-17 10:15:54 +03:00
neural_net
pcie
peci
pinmux drivers: pinmux: intel_s1000: Convert to DT_INST 2020-04-20 15:21:39 -05:00
ps2
ptp_clock
pwm drivers: pwm: pwm_mcux: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
sensor sensor: lis3mdl: Check possible error in trigger_set 2020-04-20 15:43:23 +02:00
serial drivers: serial: uart_sam0: Fix build error with CONFIG_UART_ASYNC_API 2020-04-21 08:00:49 -05:00
spi drivers: spi: mcux_lpspi: Convert to DT_INST 2020-04-20 15:23:47 -05:00
timer arch: arm: aarch32: Fix incorrect z_arm_{int,exc}_exit usage 2020-04-20 18:22:46 +02:00
usb drivers: usb: device: kinetis: Convert driver to DT_INST macro 2020-04-20 15:40:44 +02:00
video drivers: video: mcux_csi: Convert driver to DT_INST macro 2020-04-20 11:08:46 -05:00
watchdog
wifi
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00