drivers: Apply SPI API change to relevant places

Mostly drivers, but also one sample and one test.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2021-09-07 15:39:20 +02:00 committed by Carles Cufí
commit f6be2835bd
31 changed files with 81 additions and 65 deletions

View file

@ -874,7 +874,6 @@ static int lsm6dso_init(const struct device *dev)
#define LSM6DSO_SPI_OP (SPI_WORD_SET(8) | \
SPI_OP_MODE_MASTER | \
SPI_LINES_SINGLE | \
SPI_MODE_CPOL | \
SPI_MODE_CPHA) \