aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-16/+16
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-4/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2007-11-17Better STOPINTR bit semantics in the PXA2xx DMA.balrog1-0/+5
2007-11-17Break up vl.h.pbrook1-1/+2
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog1-21/+20
2007-10-04Several corrections in the spitzkbd keymap (patch by Juergen Lock).balrog1-0/+7
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-0/+48
2007-04-30Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.balrog1-0/+290