]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: bcm2835: add I2C_AQ_NO_CLK_STRETCH
authorNicola Corna <nicola@corna.info>
Thu, 29 Oct 2015 11:34:25 +0000 (12:34 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 30 Nov 2015 17:37:26 +0000 (18:37 +0100)
commit20dab16ea2f7d8a7858acc4e5a2936d8e33b0516
tree54f701da0af1ac54954f4ee8d3baad48dadab4a7
parentecdb3efea24c7877e1e662fe79c3aae31144c7e7
i2c: bcm2835: add I2C_AQ_NO_CLK_STRETCH

As reported in the links given below. the BCM2835 has a hardware bug in
its i2c module which prevents a correct clock stretching. This patch
adds the I2C_AQ_NO_CLK_STRETCH quirk flag to i2c-bcm2835.

Signed-off-by: Nicola Corna <nicola@corna.info>
[wsa: put the links into the code as comments]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-bcm2835.c