commit | 63656b762e50b2f11e228d94fdbb025a84900c71 | [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 | c6202d857ebce5d6c8f0ec1d8d30352195546280 [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>