[U-Boot] [PATCH v5 02/11] dm: i2c: Implement driver model support in the i2c command
Masahiro Yamada
yamada.m at jp.panasonic.com
Wed Dec 10 14:24:36 CET 2014
On Fri, 5 Dec 2014 08:32:05 -0700
Simon Glass <sjg at 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 at chromium.org>
> Acked-by: Heiko Schocher <hs at 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 at jp.panasonic.com>
More information about the U-Boot
mailing list