[U-Boot] [PATCH v2 01/19] dm: i2c: Add a dm_ prefix to driver model bus speed functions
Simon Glass
sjg at chromium.org
Wed Feb 11 20:44:59 CET 2015
On 6 February 2015 at 00:12, Heiko Schocher <hs at denx.de> wrote:
> Hello Simon,
>
> Am 06.02.2015 05:41, schrieb Simon Glass:
>>
>> 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 at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Use a dm_ prefix for remaining conflicting I2C functions
>>
>> common/cmd_i2c.c | 4 ++--
>> drivers/i2c/i2c-uclass.c | 11 +++--------
>> include/i2c.h | 8 ++++----
>> test/dm/i2c.c | 6 +++---
>> 4 files changed, 12 insertions(+), 17 deletions(-)
>
>
> Thanks!
>
> Acked-by: Heiko Schocher <hs at denx.de>
Applied to u-boot-dm.
More information about the U-Boot
mailing list