26 Feb, 2014

1 commit


13 Aug, 2013

1 commit

  • This local symbol is used only in this file.
    Fix the following sparse warnings:

    drivers/fmc/fmc-write-eeprom.c:106:5: warning: symbol 'fwe_probe' was not declared. Should it be static?
    drivers/fmc/fmc-write-eeprom.c:147:5: warning: symbol 'fwe_remove' was not declared. Should it be static?

    Signed-off-by: Jingoo Han
    Acked-by: Alessandro Rubini
    Signed-off-by: Greg Kroah-Hartman

    Jingoo Han
     

19 Jun, 2013

1 commit

  • This driver allows to reprogram the EEPROM in a mezzanine, to store
    its own identifiers during manufacturing or to save other useful data.

    Signed-off-by: Alessandro Rubini
    Acked-by: Juan David Gonzalez Cobas
    Acked-by: Emilio G. Cota
    Acked-by: Samuel Iglesias Gonsalvez
    Signed-off-by: Greg Kroah-Hartman

    Alessandro Rubini