commit | 362e4e671fc6e0822dfb2421f1762f870c67b90a | [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 | d133b1e37eb197da5b0f6f306f818eaa72571c17 [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>