zephyr/drivers
Andrzej Głąbek 377002d4b5 drivers: spi_nrfx_spim: Fix handling of extended SPIM configuration (2)
This is a follow-up to commit 84f8235005.

Default initialization to 0 of the .dcx_pin field in the extended part
of the SPIM configuration is incorrect, because this means that pin 0
should be used as the D/CX line. For the SPIM instance that provides
the extended functionality, this results in undesired assignment of
the pin 0, and for the other SPIM instances, this causes that their
initialization fails with the NRFX_ERROR_NOT_SUPPORTED code.

This commit sets this field to NRFX_SPIM_PIN_NOT_USED, to indicate that
the D/CX line is not supposed to be used.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-12-09 16:07:55 +01:00
..
adc drivers: nrfx: Update implementations after switching to nrfx 2.0.0 2019-11-08 14:54:12 +01:00
audio kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
bluetooth bluetooth: h5: sending priority events through bt_recv_pri 2019-12-09 17:04:24 +02:00
can drivers: CAN: MCP2515: Optimise TX SPI data length 2019-11-06 21:45:08 +01:00
clock_control drivers: nrf_clock_calibration: wait for sensor initialization 2019-11-28 14:21:49 -05:00
console driver: uart: make deprecation effective 2019-11-07 12:44:15 -06:00
counter counter: mchp_xec: fix logical/bit-wise AND 2019-11-28 07:14:02 -05:00
crypto kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
display kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
dma kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
eeprom drivers: eeprom: add driver for Atmel AT24 I2C and AT25 SPI EEPROMs 2019-11-07 16:32:15 -05:00
entropy kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
espi drivers: espi: Implement peripheral api in the driver 2019-11-20 15:02:08 -05:00
ethernet drivers: eth_enc424j600: check received frame length 2019-11-20 17:00:38 +01:00
flash drivers: flash_handlers fixes stray semicolon 2019-11-28 13:39:00 -05:00
gpio soc: gecko: Enable SWO output during SoC initialization 2019-11-19 13:56:06 -05:00
hwinfo kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
i2c drivers: i2c_sifive: fix deprecation warnings 2019-11-19 13:55:27 -05:00
i2s drivers: i2s: fix block size for DMA interface 2019-11-06 14:14:39 +01:00
ieee802154 kconfig: Clean up 'config FOO' (two spaces) definitions 2019-11-04 17:31:27 -05:00
interrupt_controller Revert "interrupt_controller: ioapic_intr: revert CPU target change" 2019-12-03 20:34:47 -06:00
ipm drivers: ipm: nrfx: add event_index assertion 2019-11-27 12:14:22 -05:00
kscan drivers: kscan_mchp_xec: fix memory corruption 2019-12-02 15:46:11 -06:00
led kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
led_strip kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
modem drivers: modem: Document UART device name 2019-12-02 15:34:45 +01:00
net kconfig: Clean up 'config FOO' (two spaces) definitions 2019-11-04 17:31:27 -05:00
neural_net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pcie kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pinmux soc: stm32f103Xb: Enable CAN support for this SoC 2019-11-13 10:30:19 -06:00
ps2 drivers: ps2: Compile out PS/2 in terms of an eSPI peripheral 2019-11-20 15:02:08 -05:00
ptp_clock kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
pwm drivers/pwm: Fix abs() usage in xec driver 2019-12-03 13:34:19 -05:00
sensor drivers: nrf_clock_calibration: wait for sensor initialization 2019-11-28 14:21:49 -05:00
serial drivers: nrf: Add CTS and RTS pins to UART and UARTE PM 2019-11-29 09:04:55 +01:00
spi drivers: spi_nrfx_spim: Fix handling of extended SPIM configuration (2) 2019-12-09 16:07:55 +01:00
timer drivers: timer: nrf_rtc_timer: avoid starving clock announcements 2019-12-02 15:28:12 +01:00
usb usb: usb_dc_native_posix: Refactor similar code to function 2019-11-29 07:54:14 -05:00
video video: mt9m114: Fix integer handling issues 2019-11-15 10:11:05 +01:00
watchdog driver: watchdog: Error handling issues in wdt_wwdg_stm32.c #20503 2019-11-18 09:18:13 -06:00
wifi kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
CMakeLists.txt drivers: eeprom: add API for EEPROM devices 2019-11-07 16:32:15 -05:00
Kconfig drivers: eeprom: add API for EEPROM devices 2019-11-07 16:32:15 -05:00