Home
last modified time | relevance | path

Searched hist:fffff7268b6c30dc7058d3615021628d4f60fac5 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Dadi_i2c.cfffff7268b6c30dc7058d3615021628d4f60fac5 Fri Feb 06 04:41:33 UTC 2015 Simon Glass <sjg@chromium.org> dm: i2c: Make API accessible even without CONFIG_DM

Make the driver model I2C API available always, even if driver model
is not enabled. This allows for a 'soft' switch-over, where drivers can
use the new structures in code which is compiled but not yet used. This
makes migration easier in some cases.

Fix up the existing drivers which define their own 'struct i2c_msg'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
H A Dkona_i2c.cfffff7268b6c30dc7058d3615021628d4f60fac5 Fri Feb 06 04:41:33 UTC 2015 Simon Glass <sjg@chromium.org> dm: i2c: Make API accessible even without CONFIG_DM

Make the driver model I2C API available always, even if driver model
is not enabled. This allows for a 'soft' switch-over, where drivers can
use the new structures in code which is compiled but not yet used. This
makes migration easier in some cases.

Fix up the existing drivers which define their own 'struct i2c_msg'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
H A Dmv_i2c.cfffff7268b6c30dc7058d3615021628d4f60fac5 Fri Feb 06 04:41:33 UTC 2015 Simon Glass <sjg@chromium.org> dm: i2c: Make API accessible even without CONFIG_DM

Make the driver model I2C API available always, even if driver model
is not enabled. This allows for a 'soft' switch-over, where drivers can
use the new structures in code which is compiled but not yet used. This
makes migration easier in some cases.

Fix up the existing drivers which define their own 'struct i2c_msg'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
/rk3399_rockchip-uboot/include/
H A Di2c.hfffff7268b6c30dc7058d3615021628d4f60fac5 Fri Feb 06 04:41:33 UTC 2015 Simon Glass <sjg@chromium.org> dm: i2c: Make API accessible even without CONFIG_DM

Make the driver model I2C API available always, even if driver model
is not enabled. This allows for a 'soft' switch-over, where drivers can
use the new structures in code which is compiled but not yet used. This
makes migration easier in some cases.

Fix up the existing drivers which define their own 'struct i2c_msg'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>