aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_keypad.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-17pxa2xx_keypad: fix unbalanced parenthesis.Andrzej Zaborowski1-1/+1
2012-01-17pxa2xx_keypad: make single automatic scans workVasily Khoruzhick1-36/+36
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-11-24pxa2xx_keypad: convert to memory APIBenoƮt Canet1-19/+15
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-22vmstate: port pxa2xx_keypadJuan Quintela1-36/+17
2011-02-20pxa2xx_keypad: Handle 0xe0xx keycodesVasily Khoruzhick1-0/+10
2011-02-20pxa2xx_keypad: enhance emulation of KPAS, KPASMKP regsVasily Khoruzhick1-52/+62
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
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-10/+10
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-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog1-2/+0
2007-12-16Mainstone keypad support, by Armin Kuster.balrog1-2/+2
2007-12-16Initial PXA27x keypad support, by Armin Kuster.balrog1-0/+344