aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl1-1/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
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-05-10Follow coding conventionsPaul Brook1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+2
2008-05-18Collapse omap peripherals on L4 bus into one io entry (temporarily).balrog1-1/+1
2008-04-14Add basic OMAP2 chip support.balrog1-32/+140
2007-11-24Partial SD card SPI mode support.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-2/+4
2007-11-17Convert SD cards code to use qemu_irq too.balrog1-21/+1
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog1-2/+2
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog1-1/+24
2007-07-31Add OMAP MMC/SD host controller.balrog1-0/+531