]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: designware: save the preset value of DW_IC_SDA_HOLD
authorZhuo-hao Lee <zhuo-hao.lee@intel.com>
Sat, 27 Aug 2016 07:39:30 +0000 (15:39 +0800)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 8 Sep 2016 20:14:36 +0000 (22:14 +0200)
commit716508daf602af23921c353267d5e70a929b1019
tree8096bcb43ea1dbc7d623313bc14413591168d6da
parentd91096a6a6301b7ed91692fec4bd639801656d15
i2c: designware: save the preset value of DW_IC_SDA_HOLD

There are several ways to set the SDA hold time for i2c controller,
including: Device Tree, built-in device properties and ACPI. However,
if the SDA hold time is not specified by above method, we should
read the value, where it is preset by firmware, and save it to
sda_hold_time. This is needed because when i2c controller enters
runtime suspend, the DW_IC_SDA_HOLD value will be reset to chipset
default value. And during runtime resume, i2c_dw_init will be called
to reconfigure i2c controller. If sda_hold_time is zero, the chipset
default hold time will be used, that will be too short for some
platforms. Therefore, to have a better tolerance, the DW_IC_SDA_HOLD
value should be kept by sda_hold_time.

Signed-off-by: Zhuo-hao Lee <zhuo-hao.lee@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-core.c