aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_dma.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28omap_dma: convert to memory APIAvi Kivity1-32/+39
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+2
2009-10-04hw/omap_dma: add matching {} in if 0Michael S. Tsirkin1-60/+62
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-17/+17
2009-10-01Get rid of _t suffixmalc1-17/+17
2009-09-30omap_dma: fix unbalanced { in commented out codeMichael S. Tsirkin1-1/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-31/+28
2008-07-22Fix a bad comparison, spotted by Paul Brook.balrog1-0/+3
2008-07-21Handle on-chip DMA controllers in one place, convert OMAP DMA to use it.balrog1-157/+396
2008-04-14Add basic OMAP2 chip support.balrog1-97/+582
2008-03-06Split OMAP DMA out to a file apart.balrog1-0/+1356