zephyr/drivers/i2c
Jani Pajarinen 485dde19da i2c: Fixed i2c_dw spamming when logs are enabled
Added CONFIG_SYS_LOG_I2C_LEVEL define, so that DW I2C driver will
not print traces unless requested with CONFIG_SYS_LOG_I2C_LEVEL.
Currently it doesn't obey it, so DW I2C spams DBG traces when
logging is enabled.

Change-Id: I87dc1d922ba61d39f26945627602864c75d9bf33
Signed-off-by: Jani Pajarinen <jani.pajarinen@intel.com>
2016-07-28 15:43:00 +00:00
..
Kconfig sys_log: replace old debug macros at i2c 2016-07-08 18:20:28 +00:00
Makefile i2c: quark se: Add QMSI 1.1-based I2C shim driver 2016-05-23 21:31:27 +00:00
i2c_atmel_sam3.c sys_log: replace old debug macros at i2c 2016-07-08 18:20:28 +00:00
i2c_atmel_sam3.h
i2c_dw.c i2c: Fixed i2c_dw spamming when logs are enabled 2016-07-28 15:43:00 +00:00
i2c_dw.h i2c: unify kconfig options and share them across drivers 2016-05-12 10:57:22 +00:00
i2c_dw_registers.h i2c: IC_CON_SPEED_MASK should be 2 bit mask 2016-05-11 15:09:15 -07:00
i2c_qmsi.c drivers: i2c: remove i2c master idle check 2016-07-27 14:44:54 +00:00
i2c_qmsi_ss.c drivers: i2c: remove i2c master idle check 2016-07-27 14:44:54 +00:00
i2c_quark_se_ss.c sys_log: replace old debug macros at i2c 2016-07-08 18:20:28 +00:00
i2c_quark_se_ss.h
i2c_quark_se_ss_registers.h