[U-Boot] [PATCH v6 08/11] dm: Add a simple EEPROM driver

Simon Glass sjg at chromium.org
Thu Dec 11 14:23:09 CET 2014


On 10 December 2014 at 08:55, Simon Glass <sjg at chromium.org> wrote:
> 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>
> Acked-by: Heiko Schocher <hs at denx.de>
> Reviewed-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> ---
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> 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

Applied to u-boot-dm.


More information about the U-Boot mailing list