aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_pcmcia.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-11-24pxa2xx_pcmcia.c: convert io memory space to memory APIBenoît Canet1-18/+13
2011-11-24pxa2xx_pcmcia.c: convert attribute memory space to memory APIBenoît Canet1-17/+14
2011-11-24pxa2xx_pcmcia.c: convert common memory space to memory APIBenoît Canet1-18/+15
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-3/+3
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-2/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-6/+6
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-3/+3
2009-05-10Follow coding conventionsPaul Brook1-18/+18
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-15/+3
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+2
2007-06-03Fix off-by-one memory region sizes.pbrook1-3/+3
2007-05-23Implement the PXA2xx I2C master controller.balrog1-0/+1
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog1-0/+224