]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: i2c: Add a dm_ prefix to driver model bus speed functions
authorSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 04:41:32 +0000 (21:41 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Feb 2015 17:35:33 +0000 (10:35 -0700)
commitca88b9b93916f66c6737527aa955d2c1b4758080
tree619adac0941b976447496e49648e8e26adc79479
parent0da0fcd51f6566d84eb24cbbd4c8ad784c702849
dm: i2c: Add a dm_ prefix to driver model bus speed functions

As with i2c_read() and i2c_write(), add a dm_ prefix to the driver model
versions of these functions to avoid conflicts.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
common/cmd_i2c.c
drivers/i2c/i2c-uclass.c
include/i2c.h
test/dm/i2c.c