zephyr/drivers/i2c
Andre Guedes afcc923172 drivers: Replace DEV_USED by -EBUSY
This patch replaces all occurences of the macro DEV_USED by -EBUSY
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: I21eb3ffe9bdfde98593dcf63c50a8bdcd376e49e
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
i2c_atmel_sam3.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
i2c_atmel_sam3.h
i2c_dw_registers.h
i2c_dw.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
i2c_dw.h
i2c_qmsi.c drivers: Replace DEV_USED by -EBUSY 2016-03-16 19:30:04 -04:00
i2c_quark_se_ss_registers.h
i2c_quark_se_ss.c drivers: Replace DEV_USED by -EBUSY 2016-03-16 19:30:04 -04:00
i2c_quark_se_ss.h
Kconfig
Kconfig.atmel_sam3
Makefile