11 May, 2017

1 commit


22 Jul, 2016

1 commit

  • This patch implements the reading functionality for the generic I2C
    EEPROM driver, which was just a non-functional stub until now.

    Since the page size will be of importance for the writing support, we
    add suitable members to the private data structure to keep track of it.

    Compatibility strings for a range of at24c* chips are added.

    Signed-off-by: Mario Six
    Reviewed-by: Simon Glass
    Reviewed-by: Heiko Schocher

    mario.six@gdsys.cc
     

12 Dec, 2014

1 commit

  • 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
    Acked-by: Heiko Schocher
    Reviewed-by: Masahiro Yamada

    Simon Glass