• Federico Vaga's avatar
    sw:drv: DMA bugfix · c235529f
    Federico Vaga authored
    The kernel API sg_alloc_table_from_pages() takes a start offset. The
    problem is that we may use vmalloc() which have a start offset, but it
    could have an offset on each page. Not considering this offset leads
    to DMA transfers which are partially performed on the wrong buffer
    Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
    c235529f
Name
Last commit
Last update
..
hw Loading commit data...
platform_data Loading commit data...
.gitignore Loading commit data...
Kbuild Loading commit data...
Makefile Loading commit data...
acam.c Loading commit data...
calibration.c Loading commit data...
fmc-tdc-spec-core.c Loading commit data...
fmc-tdc-svec-core.c Loading commit data...
fmc-tdc.h Loading commit data...
ft-buf.c Loading commit data...
ft-core.c Loading commit data...
ft-debug.c Loading commit data...
ft-fifo.c Loading commit data...
ft-time.c Loading commit data...
ft-zio.c Loading commit data...