commit | d3826fb052af9e6df22abaefb1b0c7496e469f9e | [log] [tgz] |
---|---|---|
author | Melin Tomas <tomas.melin@vaisala.com> | Fri Jun 28 12:08:40 2019 +0000 |
committer | Heiko Schocher <hs@denx.de> | Tue Jul 09 07:02:11 2019 +0200 |
tree | b5dea82b58a7ef9ec570e53cbafa3ddbd9a9988d | |
parent | 5324e8ef6c3d6b6183b3aadeadeeb7822b4fd68a [diff] |
xilinx_xiic: Fix transfer initialisation Prior to starting a new transfer, conditionally wait for bus to not be busy. Reinitialise controller as otherwise operation is not stable. For reference, see linux kernel commit 9656eeebf3f1 ("i2c: Revert i2c: xiic: Do not reset controller before every transfer") hs: Fixed DOS line endings added missing '\n' Fixed git commit description style Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>