]> Git Repo - J-u-boot.git/commit
dm: i2c: Add a dm_ prefix to driver model bus speed functions
authorSimon Glass <[email protected]>
Fri, 6 Feb 2015 04:41:32 +0000 (21:41 -0700)
committerSimon Glass <[email protected]>
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 <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
common/cmd_i2c.c
drivers/i2c/i2c-uclass.c
include/i2c.h
test/dm/i2c.c
This page took 0.035685 seconds and 4 git commands to generate.