commit | bcd11c4dbba53bfa84b2e52051a817ce5a9ab5b1 | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Thu Aug 18 20:08:41 2016 +0100 |
committer | Heiko Schocher <hs@denx.de> | Tue Sep 13 06:57:16 2016 +0200 |
tree | 1f94bc9bd0042e39ace3114ac5438c30060e4340 | |
parent | febe7634eb0359c7e5771faac49ec64ddd22f08b [diff] |
rockchip: i2c: move register write out of inner loop There is no point in writing intermediate values to the txdata registers. Also add padding to the debug logging to make it easier to read when there are leading zeroes. Signed-off-by: John Keeping <john@metanate.com> Acked-by: Simon Glass <sjg@chromium.org>