zephyr/drivers/adc
Andre Guedes 245e140da6 drivers: Replace DEV_INVALID_OP by -ENOTSUP
This patch replaces all occurences of the macro DEV_INVALID_OP by
-ENOTSUP 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: I46aec3c65963018c479b01602e4a3eec8650eaff
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
adc_dw.c drivers: Replace DEV_FAIL by -EIO 2016-03-16 19:30:04 -04:00
adc_dw.h struct packing 2016-02-10 16:21:26 +00:00
adc_qmsi.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
adc_ti_adc108s102.c drivers: Replace DEV_FAIL by -EIO 2016-03-16 19:30:04 -04:00
adc_ti_adc108s102.h struct packing 2016-02-10 16:21:26 +00:00
Kconfig drivers/adc: fix QMSI ADC config options dependency 2016-03-10 13:28:42 +00:00
Makefile adc: QMSI ADC driver 2016-03-05 18:22:32 +00:00