commit | 4dbfb5f4401f845903679afbfeb4b97b47bb2331 | [log] [tgz] |
---|---|---|
author | Nicola Corna <nicola@corna.info> | Thu Oct 29 12:34:25 2015 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Nov 30 18:37:26 2015 +0100 |
tree | 54f701da0af1ac54954f4ee8d3baad48dadab4a7 | |
parent | a94d306b71a5202cb928a7a1328dedab4fe0e968 [diff] |
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>