[U-Boot] [PATCH v2 15/17] dm: Add a simple EEPROM driver
Heiko Schocher
hs at denx.de
Mon Nov 17 07:40:26 CET 2014
Hello Simon,
Am 11.11.2014 18:46, schrieb Simon Glass:
> There seem to be a few EEPROM drivers around - perhaps we should have a
> single standard one? This simple driver is used for sandbox testing, but
> could be pressed into more active service.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Update commit message for EEPROM driver
>
> drivers/misc/Makefile | 1 +
> drivers/misc/i2c_eeprom.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++
> include/dm/uclass-id.h | 1 +
> include/i2c_eeprom.h | 19 ++++++++++++++++++
> 4 files changed, 72 insertions(+)
> create mode 100644 drivers/misc/i2c_eeprom.c
> create mode 100644 include/i2c_eeprom.h
Acked-by: Heiko Schocher <hs at denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list