zephyr/drivers/serial
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
..
Kconfig uart: qmsi: Add support for IRQ APIs 2016-03-11 23:55:13 +00:00
Kconfig.atmel_sam3
Kconfig.k20
Kconfig.ns16550
Kconfig.nsim
Kconfig.qmsi uart: qmsi: Add support for IRQ APIs 2016-03-11 23:55:13 +00:00
Kconfig.stellaris
Makefile uart: Introduce QMSI shim driver 2016-03-11 23:54:59 +00:00
uart_atmel_sam3.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_k20.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_ns16550.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
uart_ns16550.h
uart_nsim.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
uart_qmsi.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_stellaris.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00