commit | 2c098ad786d36a7e0027f3f33330b07a39de3ea6 | [log] [tgz] |
---|---|---|
author | Bence Csókás <bence98@sch.bme.hu> | Wed Mar 31 19:19:20 2021 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 19 10:12:54 2021 +0200 |
tree | fc66497a5510884663560ec618283d1839a0311a | |
parent | c6d2f8ffb145765b635f1fbcb3832578aaa8309a [diff] |
i2c: Add I2C_AQ_NO_REP_START adapter quirk [ Upstream commit aca01415e076aa96cca0f801f4420ee5c10c660d ] This quirk signifies that the adapter cannot do a repeated START, it always issues a STOP condition after transfers. Suggested-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Bence Csókás <bence98@sch.bme.hu> Signed-off-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>