Files
u-boot/drivers/i2c
Simon Glass c6202d857e dm: i2c: Add a uclass for I2C
The uclass implements the same operations as the current I2C framework but
makes some changes to make it fit driver model better:

- Remove the chip address from API calls
- Remove the address length from API calls
- Remove concept of 'current' I2C bus
- Drop all existing init functions

Acked-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-12-11 13:18:42 -07:00
..
2014-12-08 07:27:22 +01:00
2014-12-11 13:18:42 -07:00
2014-09-24 18:30:28 -04:00
2014-12-11 13:18:42 -07:00
2014-10-25 07:27:37 -04:00