
4 May
2015
4 May
'15
4:20 p.m.
On 20 April 2015 at 23:05, Heiko Schocher hs@denx.de wrote:
Hello Simon,
Am 20.04.2015 20:37, schrieb Simon Glass:
Add driver model versions of the legacy functions to read and write a single byte register. These are a useful shortcut in many cases.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/i2c/i2c-uclass.c | 19 +++++++++++++++++++ include/i2c.h | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+)
Acked-by: Heiko Schocher hs@denx.de
Applied to u-boot-dm. [snip]