summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-5/+5
* Get rid of _t suffixmalc2009-10-011-5/+5
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-1/+1
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-7/+7
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Follow coding conventionsPaul Brook2009-05-101-11/+11
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-4/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-6/+0
* Resurrect the safe part of r5274blueswir12008-10-021-4/+4
* Revert r5274 which breaks savevm/loadvmblueswir12008-09-251-4/+4
* Add signed versions of save/load functionsblueswir12008-09-201-4/+4
* Hush pointer target signedness warnings from gcc 4.balrog2008-04-221-8/+8
* Break up vl.h.pbrook2007-11-171-1/+4
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog2007-05-241-0/+71
* Implement the PXA2xx I2C master controller.balrog2007-05-231-13/+9
* Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA...balrog2007-05-081-21/+16
* Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fa...balrog2007-05-081-1/+1
* Add remaining PXA2xx on-chip peripherals except I2C master.balrog2007-04-301-0/+433
OpenPOWER on IntegriCloud