• Federico Vaga's avatar
    drv: convert to platform · ba43309b
    Federico Vaga authored
    fmc-bus has been replaced by a simpler platform driver, this means
    that:
    - IRQ needs to come through the standard kernel API
    - Calibration data cannot be read from the fmc-bus, the user (through an
      udev rule for example) should pass this information to the driver
      instance. By default the card will run uncalibrated.
    - registration must happen by other means and not from fmc-bus like
      before.
    - FPGA must be programmed before, the driver cannot do it anymore
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    ba43309b
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...
onewire.c Loading commit data...
spi.c Loading commit data...