zephyr/drivers
Michael Hope ebfed3dca7 spi: sam0: fix txrx, NULL buffers, and add a stub async method.
This patches fixes a few bugs with the SAM0 driver:

- txrx was trasnmitting too many bytes
- adds support for NULL buffers to the fast paths
- fixes a NULL dereference on the rx buffer slow path

The tests under tests/driver/spi/spi_loopback now pass.

Signed-off-by: Michael Hope <mlhx@google.com>
2018-02-05 07:42:58 -08:00
..
adc drivers: ti_adc108s102: remove newline from syslog messages 2018-01-09 10:59:41 -05:00
aio kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
bluetooth dts: add spi device support for SPI bluetooth modules 2018-01-22 18:08:51 -06:00
clock_control drivers: clock_control: simplify CLOCK_STM32_PLL_PREDIV1 config 2018-01-25 15:13:53 -06:00
console native: added stdin handling for shell 2018-02-02 07:48:46 -08:00
counter kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
crypto kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
display kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
dma kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
entropy drivers: entropy: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
ethernet drivers: ethernet: eth_stm32_hal: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
flash drivers: flash: Add Nios-II QSPI flash driver 2018-02-05 06:30:50 -08:00
gpio lpc: Add gpio mcux driver for lpc 2018-01-23 09:18:32 -06:00
grove kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
i2c drivers: i2c: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
i2s drivers: Add Atmel SAM I2S (SSC) driver 2017-11-30 10:30:33 -05:00
ieee802154 drivers: cc2520: Change debug information 2018-02-02 16:50:07 +02:00
interrupt_controller drivers: ioapic: remove pre DTS kconfigs 2018-01-29 10:38:32 -06:00
ipm kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
led_strip kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
net drivers: net: loopback: Simulate real hw device 2017-11-15 12:27:14 +02:00
pci drivers: pci: when enumerating, only print the device info 2018-02-01 02:19:45 -05:00
pinmux boards: arm: stm32f3_disco: Enable SPI_1, SPI_2 ports 2018-02-05 09:21:33 -06:00
pwm pwm: nrf5_sw: don't disable timer if another channel is still active 2018-01-31 19:51:12 -05:00
rtc kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sensor sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. 2018-02-05 14:10:39 +01:00
serial drivers: serial: uart_stm32: fix call to LL_USART_SetBaudRate 2018-02-02 08:22:27 -06:00
spi spi: sam0: fix txrx, NULL buffers, and add a stub async method. 2018-02-05 07:42:58 -08:00
timer timer: Corrected types in nRF system timer functions 2018-02-02 15:28:32 +01:00
usb usb: stm32: Introduce transfer method 2018-01-29 11:26:48 -06:00
watchdog watchdog: add a watchdog driver for the SAM0 family. 2018-01-04 13:18:25 -05:00
CMakeLists.txt irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00
Kconfig irq: move shared irq support under drivers/interrupt_controller 2018-01-23 13:37:01 -06:00