]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:50:46 +0000 (13:50 +0200)
commit0c44ea4a32756413131c9fbee104ae2b48d714f5
treeecda648763b21d4fa5c7974ba6fe54c08bbaf913
parent6e78d8596fd161036a69e0e29838d37c6007d5bf
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