Searched hist:"73845350 b6281a7afeeb279475e6eb613d7a89f9" (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass-compat.c | 73845350b6281a7afeeb279475e6eb613d7a89f9 Mon Jan 12 19:02:08 CST 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a compatbility layer
For boards which use multiple I2C devices, or for SOCs which support multiple boards, we might want to convert these to driver model at different times. At present this is difficult because we need to either use CONFIG_DM_I2C for a board or not.
Add a compatibility layer which implements the old API, thus allowing a board to move to driver model for I2C without requiring that everything it uses is moved in the same commit.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | Makefile | diff 73845350b6281a7afeeb279475e6eb613d7a89f9 Mon Jan 12 19:02:08 CST 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a compatbility layer
For boards which use multiple I2C devices, or for SOCs which support multiple boards, we might want to convert these to driver model at different times. At present this is difficult because we need to either use CONFIG_DM_I2C for a board or not.
Add a compatibility layer which implements the old API, thus allowing a board to move to driver model for I2C without requiring that everything it uses is moved in the same commit.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/include/ |
H A D | i2c.h | diff 73845350b6281a7afeeb279475e6eb613d7a89f9 Mon Jan 12 19:02:08 CST 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a compatbility layer
For boards which use multiple I2C devices, or for SOCs which support multiple boards, we might want to convert these to driver model at different times. At present this is difficult because we need to either use CONFIG_DM_I2C for a board or not.
Add a compatibility layer which implements the old API, thus allowing a board to move to driver model for I2C without requiring that everything it uses is moved in the same commit.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/ |
H A D | Makefile | diff 73845350b6281a7afeeb279475e6eb613d7a89f9 Mon Jan 12 19:02:08 CST 2015 Simon Glass <sjg@chromium.org> dm: i2c: Add a compatbility layer
For boards which use multiple I2C devices, or for SOCs which support multiple boards, we might want to convert these to driver model at different times. At present this is difficult because we need to either use CONFIG_DM_I2C for a board or not.
Add a compatibility layer which implements the old API, thus allowing a board to move to driver model for I2C without requiring that everything it uses is moved in the same commit.
Signed-off-by: Simon Glass <sjg@chromium.org>
|