• Alessandro Rubini's avatar
    eeprom: rename "present" to "init" · ab8e3c9c
    Alessandro Rubini authored
    eeprom_present() returned a value nobody used. Rename to eeprom_init()
    instead. Also, save the two parameters so that they are not needed
    in other functions (see later commits).
    
    Also, turn int8_t to int as function arguments (int is better for the
    CPU).
    
    This adds 20 bytes to the legacy case, and removes 4 to the sdb case.
    The legacy size is reduced by later commits.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    ab8e3c9c
Name
Last commit
Last update
..
ad9516.c Loading commit data...
ad9516_config.h Loading commit data...
ad9516_regs.h Loading commit data...
dev.mk Loading commit data...
devicelist.c Loading commit data...
eeprom.c Loading commit data...
endpoint.c Loading commit data...
ep_pfilter.c Loading commit data...
i2c.c Loading commit data...
minic.c Loading commit data...
pps_gen.c Loading commit data...
rxts_calibrator.c Loading commit data...
sdb-eeprom.c Loading commit data...
sfp.c Loading commit data...
syscon.c Loading commit data...
timer-wrs.c Loading commit data...
uart-sw.c Loading commit data...
uart.c Loading commit data...
w1-eeprom.c Loading commit data...
w1-hw.c Loading commit data...
w1-shell.c Loading commit data...
w1-temp.c Loading commit data...
w1.c Loading commit data...