• Federico Vaga's avatar
    kernel: add the possibility to provide custum calibration · fdf2ee65
    Federico Vaga authored
    Here we do a little hack because I'm already thinking about
    a future verison of this driver.
    
    Instead of providing a calibration binary attribute the driver
    offers an eeprom_config binary attribute where you can write
    data as if it was on the eeprom (calibration data included).
    The driver will extract the calibration and configure the ADC.
    
    I'm doing this because we plan to move to platform devices
    instead of fmc devices. For this reason the access to the eeprom
    will not be easy as today. To begin with we will have a binary
    attrbibute where you can write your eeprom content.
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    fdf2ee65
Name
Last commit
Last update
..
.gitignore Loading commit data...
Kbuild Loading commit data...
Makefile Loading commit data...
fa-calibration.c Loading commit data...
fa-core.c Loading commit data...
fa-debug.c Loading commit data...
fa-irq.c Loading commit data...
fa-regtable.c Loading commit data...
fa-spec-core.c Loading commit data...
fa-spec-dma.c Loading commit data...
fa-spec-irq.c Loading commit data...
fa-spec-regtable.c Loading commit data...
fa-spec.h Loading commit data...
fa-svec-core.c Loading commit data...
fa-svec-dma.c Loading commit data...
fa-svec-regtable.c Loading commit data...
fa-svec.h Loading commit data...
fa-zio-drv.c Loading commit data...
fa-zio-trg.c Loading commit data...
field-desc.h Loading commit data...
fmc-adc-100m14b4cha.h Loading commit data...
fmc-util.c Loading commit data...
onewire.c Loading commit data...
spi.c Loading commit data...