summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber2013-02-011-1/+1
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* cpu: Move cpu_index field to CPUStateAndreas Färber2013-01-151-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-4/+4
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* Add USB option in machine optionszhlcindy@gmail.com2012-10-291-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-21/+21
* serial: split serial.cGerd Hoffmann2012-10-221-1/+1
* hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regsPeter Maydell2012-06-201-100/+71
* hw/pxa2xx: Convert cp14 perf registers to new schemePeter Maydell2012-06-201-81/+61
* pxa2xx: Pass ARMCPU to pxa2xx_pic_init()Andreas Färber2012-06-111-2/+2
* pxa2xx: Use cpu_arm_init() and store ARMCPUAndreas Färber2012-06-041-20/+20
* arm: switch real-time clocks to rtc_clockPaolo Bonzini2012-03-301-14/+14
* hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within regionPeter Maydell2012-03-161-2/+1
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-25/+31
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-20/+49
* i2c: smbus: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+14
* i2c: rename i2c_slave -> I2CSlaveAnthony Liguori2012-01-271-5/+5
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-4/+8
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-3/+3
* pxa2xx_lcd: convert to memory APIBenoît Canet2011-11-241-2/+2
* pxa2xx_mmci: convert to memory APIBenoît Canet2011-11-241-2/+2
* pxa2xx_keypad: convert to memory APIBenoît Canet2011-11-241-1/+1
* pxa2xx_pcmcia.c: convert common memory space to memory APIBenoît Canet2011-11-241-4/+4
* hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell2011-11-141-0/+1
* hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell2011-11-111-1/+3
* pxa2xx: convert to memory API (part II)Avi Kivity2011-10-171-87/+61
* pxa2xx: convert to memory API (part I)Avi Kivity2011-10-171-68/+48
* pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson2011-10-021-5/+5
* serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson2011-10-021-2/+3
* serial: Remove ioregister parameter from serial_mm_initRichard Henderson2011-10-021-2/+2
* serial: Use enum device_endian in serial_mm_init parameterRichard Henderson2011-10-021-20/+13
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* vmstate: port pxa2xx_pmJuan Quintela2011-04-221-21/+12
* vmstate: port pxa2xx_mmJuan Quintela2011-04-221-21/+12
* vmstate: port pxa2xx_cmJuan Quintela2011-04-221-25/+14
* vmstate: port pxa2xx_i2sJuan Quintela2011-04-221-35/+18
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-1/+1
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-14/+14
* pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski2011-03-031-73/+100
* pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski2011-03-031-15/+30
* pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov2011-03-031-2/+13
* pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov2011-02-251-31/+45
* Fix obvious mistake in pxa2xx i2s driverVasily Khoruzhick2011-02-201-1/+1
* pxa2xx: convert i2c master to use qdev/vmsdDmitry Eremin-Solenikov2011-02-111-11/+42
OpenPOWER on IntegriCloud