commit | c11ddd448136c8902b1e1ed7a3b411ffeef9d669 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 10 08:55:48 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 11 13:18:42 2014 -0700 |
tree | 01c00d23e3cf865cdcc6065742cdcd9a61f9ce60 | |
parent | c7a589019d0abd132dbee27a16716e72ae7bada3 [diff] |
dm: i2c: Implement driver model support in the i2c command The concept of a 'current bus' is now implemented in the command line rather than in the uclass. Also the address length does not need to be specified with each command - really we should consider dropping this from most commands but it works OK for now. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de> Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>