aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_dma.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+0
2009-01-07ETRAX: Process out channels immediately when the channel is started.edgar_igl1-20/+31
2008-12-07ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl1-18/+7
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-9/+7
2008-11-13ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl1-14/+27
2008-11-04ETRAX-FS: Make etraxfs_dmac_run local.edgar_igl1-1/+1
2008-11-04ETRAX-FS: Fix DMA warnings.edgar_igl1-8/+11
2008-10-31Make DMA bottom-half driven (v2)aliguori1-6/+12
2008-10-27ETRAX-FS: Process outgoing DMA channels until EOL.edgar_igl1-67/+69
2008-09-03ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl1-2/+21
2008-06-30Avoid refering to CRIS specific cpu-state to be able to use these blocks with...edgar_igl1-12/+10
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-24/+28
2008-06-10ETRAX: More DMA context level related fixes.edgar_igl1-40/+70
2008-06-06ETRAX machine updates.edgar_igl1-1/+11
2008-05-11Add support for parts of the etraxfs dma controller.edgar_igl1-0/+694