
10 Dec
2014
10 Dec
'14
2:24 p.m.
On Fri, 5 Dec 2014 08:32:05 -0700 Simon Glass sjg@chromium.org wrote:
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
Changes in v5: None Changes in v4:
- Update call to i2c_probe()
Changes in v3:
- Add new 'i2c flags' command to get/set chip flags
- Adjust for slightly altered I2C uclass API
Changes in v2:
- Call the deblock() method for 'i2c reset'
- Change alen to int so that it can be -1 (this was a bug)
Reviewed-by: Masahiro Yamada yamada.m@jp.panasonic.com