Searched hist:c6202d857ebce5d6c8f0ec1d8d30352195546280 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass.c | c6202d857ebce5d6c8f0ec1d8d30352195546280 Wed Dec 10 09:55:47 CST 2014 Simon Glass <sjg@chromium.org> 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>
|
H A D | Makefile | diff c6202d857ebce5d6c8f0ec1d8d30352195546280 Wed Dec 10 09:55:47 CST 2014 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/include/ |
H A D | config_fallbacks.h | diff c6202d857ebce5d6c8f0ec1d8d30352195546280 Wed Dec 10 09:55:47 CST 2014 Simon Glass <sjg@chromium.org> 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>
|
H A D | i2c.h | diff c6202d857ebce5d6c8f0ec1d8d30352195546280 Wed Dec 10 09:55:47 CST 2014 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | diff c6202d857ebce5d6c8f0ec1d8d30352195546280 Wed Dec 10 09:55:47 CST 2014 Simon Glass <sjg@chromium.org> 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>
|