]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: i2c: Rename driver model I2C functions to permit compatibility
authorSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 01:02:07 +0000 (18:02 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:53 +0000 (17:09 -0700)
commitf9a4c2da72d04e13b05deecb800f232d2948eb85
treef0b35b2c40e28bb20a40f2abce1c441f908a6357
parenta08d643dbd855df837724a582babc55e82bd03b7
dm: i2c: Rename driver model I2C functions to permit compatibility

Add a dm_ prefix to driver model I2C functions so that we can keep the old
ones around.

This is a little unfortunate, but on reflection it is too difficult to
change the API. We can undo this rename when most boards and drivers are
converted to use driver model for I2C.

Signed-off-by: Simon Glass <sjg@chromium.org>
12 files changed:
board/avionic-design/common/tamonten-ng.c
board/nvidia/cardhu/cardhu.c
board/nvidia/dalmore/dalmore.c
board/nvidia/whistler/whistler.c
board/toradex/apalis_t30/apalis_t30.c
common/cmd_i2c.c
common/exports.c
drivers/i2c/i2c-uclass.c
drivers/power/as3722.c
drivers/power/tps6586x.c
include/i2c.h
test/dm/i2c.c