summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx_timer.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move timer devices to hw/timer/, configure with default-configs/Paolo Bonzini2013-04-081-583/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* hw/pxa2xx_timer: Explicitly mark fallthroughsPeter Maydell2013-01-261-0/+47
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* qom: Unify type registrationAndreas Färber2012-02-151-3/+4
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-16/+20
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-24/+42
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* pxa2xx_timer: convert to memory APIBenoît Canet2011-11-241-16/+11
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-14/+14
* pxa2xx_timer: Get rid of .level in PXA2xxTimer0.Andrzej Zaborowski2011-03-101-20/+8
* pxa2xx_timer: separate irq for pxa27x handlingDmitry Eremin-Solenikov2011-03-101-4/+5
* pxa2xx_timer: Store relevant irq line in each timer.Andrzej Zaborowski2011-03-031-7/+8
* pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov2011-03-031-103/+141
* pxa2xx_timer: change info struct name to comply with guidelinesDmitry Eremin-Solenikov2011-03-031-14/+14
* pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov2011-02-251-8/+8
* 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