zephyr/drivers/i2c
Piotr Mienkowski f33b277e6f drivers: i2c: rename I2C_CLOCK_SPEED Kconfig option
I2C_CLOCK_SPEED Kconfig option is DW driver specific. It does not
define I2C interface speed but rather the I2C DW module clock speed.
It is confusing for a user of any other I2C driver than DW.
This patch renames this option to I2C_DW_CLOCK_SPEED and makes it
visible only for DW I2C driver.

Change-Id: I97f57332fd5cca644eabdef0968a0b2174b885ff
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-04-08 00:12:29 +00:00
..
i2c_atmel_sam3.c i2c: Implement consistent i2c no msgs behaviour 2017-02-07 18:32:35 +00:00
i2c_atmel_sam3.h
i2c_dw_registers.h
i2c_dw.c i2c/dw: Switch from EPERM to EIO 2017-02-07 18:32:37 +00:00
i2c_dw.h drivers: i2c: rename I2C_CLOCK_SPEED Kconfig option 2017-04-08 00:12:29 +00:00
i2c_mcux.c
i2c_nrf5.c arm: spi: spi master support for nrf52 family 2017-04-04 17:55:13 -05:00
i2c_qmsi_ss.c drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
i2c_qmsi.c drivers: Remove unnecessary CONFIG_SYS_POWER_DEEP_SLEEP 2017-02-10 16:27:32 +00:00
i2c_stm32lx.c drivers: i2c: stm32lx: Add support for I2C_2 2017-04-04 17:55:13 -05:00
i2c_stm32lx.h drivers: stm32: clean up after stm23cube based clock control 2017-02-10 14:47:41 -06:00
Kconfig drivers: i2c: rename I2C_CLOCK_SPEED Kconfig option 2017-04-08 00:12:29 +00:00
Makefile