commit | f9a4c2da72d04e13b05deecb800f232d2948eb85 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 12 18:02:07 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:53 2015 -0700 |
tree | f0b35b2c40e28bb20a40f2abce1c441f908a6357 | |
parent | a08d643dbd855df837724a582babc55e82bd03b7 [diff] |
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>