commit | 27693ce5f372c0af3b0730f5152b35432afa0fd7 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Fri Sep 18 22:45:43 2009 +0200 |
committer | Jean Delvare <khali@linux-fr.org> | Fri Sep 18 22:45:43 2009 +0200 |
tree | e408ab73b8f1815a89a935992bec4332f0ff116a | |
parent | 6a891a3111fe701517bb31c2204304724c7299c8 [diff] |
i2c-taos-evm: Switch echo off to improve performance When echo is on, we waste time reading back our orders. Switching echo off makes performance much better: SMBus byte data transactions are 47% faster and byte transactions are 24% faster. Signed-off-by: Jean Delvare <khali@linux-fr.org>