13 Sep, 2015

3 commits


30 Jan, 2015

1 commit


07 Nov, 2014

1 commit


09 Oct, 2014

1 commit


09 Sep, 2014

1 commit

  • Create CONFIG_SYS_I2C_EEPROM_BUS #define to tell the EEPROM
    module what I2C bus the EEPROM is located at. Make cl_eeprom_read()
    switch to that bus when reading EEPROM.

    Cc: Igor Grinberg
    Cc: Dmitry Lifshitz
    Cc: Tom Rini
    Cc: Marek Vasut
    Acked-by: Igor Grinberg
    Acked-by: Dmitry Lifshitz
    Reviewed-by: Marek Vasut
    Signed-off-by: Nikita Kiryanov

    Nikita Kiryanov
     

24 May, 2014

1 commit


02 Nov, 2013

1 commit

  • Compulab boards use the same eeprom code, so move the eeprom related
    code to live under board/compulab/common directory.
    Also make several adjustments to eeprom functions namespace, so it will
    be generic for compulab boards.

    Signed-off-by: Igor Grinberg
    Tested-by: Nikita Kiryanov

    Igor Grinberg