zephyr/drivers/spi
Andre Guedes b3cb3a1f68 drivers: Replace DEV_INVALID_CONF by -EINVAL
This patch replaces all occurences of the macro DEV_INVALID_CONF by
-EINVAL at the driver level. So this patch touch the files under
drivers/, include/ and samples/drivers/ when applicable.

This patch is part of the effort to transition from DEV_* codes to
errno.h codes.

Change-Id: Idae0d5af8dd780416977c9261a5fb6188c3aab64
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
Kconfig arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
Makefile arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
spi_dw.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
spi_dw.h SPI: Change read/write buffer pointers to void * 2016-03-04 20:13:21 +00:00
spi_dw_quark_se_ss_regs.h spi: dw: arc: add delay between writing DR strobe bit and reading FIFO 2016-03-12 03:18:54 +00:00
spi_dw_regs.h spi: dw: Quark SE Sensor Sub-System support 2016-02-20 15:39:16 +00:00
spi_intel.c drivers: Replace DEV_FAIL by -EIO 2016-03-16 19:30:04 -04:00
spi_intel.h SPI: Change read/write buffer pointers to void * 2016-03-04 20:13:21 +00:00
spi_k64.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
spi_k64_priv.h arm: K64 SPI module driver 2016-03-09 15:50:16 +00:00
spi_qmsi.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00