aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa2xx.c
AgeCommit message (Expand)Author
2012-06-20hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regsPeter Maydell
2012-06-20hw/pxa2xx: Convert cp14 perf registers to new schemePeter Maydell
2012-06-11pxa2xx: Pass ARMCPU to pxa2xx_pic_init()Andreas Färber
2012-06-04pxa2xx: Use cpu_arm_init() and store ARMCPUAndreas Färber
2012-03-30arm: switch real-time clocks to rtc_clockPaolo Bonzini
2012-03-16hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within regionPeter Maydell
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24pxa2xx_lcd: convert to memory APIBenoît Canet
2011-11-24pxa2xx_mmci: convert to memory APIBenoît Canet
2011-11-24pxa2xx_keypad: convert to memory APIBenoît Canet
2011-11-24pxa2xx_pcmcia.c: convert common memory space to memory APIBenoît Canet
2011-11-14hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell
2011-11-11hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell
2011-10-17pxa2xx: convert to memory API (part II)Avi Kivity
2011-10-17pxa2xx: convert to memory API (part I)Avi Kivity
2011-10-02pxa: Pass in address_space to pxa{255, 270}_initRichard Henderson
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-04-22vmstate: port pxa2xx_pmJuan Quintela
2011-04-22vmstate: port pxa2xx_mmJuan Quintela
2011-04-22vmstate: port pxa2xx_cmJuan Quintela
2011-04-22vmstate: port pxa2xx_i2sJuan Quintela
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini
2011-03-03pxa2xx: port pxa2xx_rtc to using qdev/vmstateAndrzej Zaborowski
2011-03-03pxa2xx_dma: port to qdev/vmstateAndrzej Zaborowski
2011-03-03pxa2xx_timer: switch to using qdev/vmstateDmitry Eremin-Solenikov
2011-02-25pxa2xx_pic: update to use qdevDmitry Eremin-Solenikov
2011-02-20Fix obvious mistake in pxa2xx i2s driverVasily Khoruzhick
2011-02-11pxa2xx: convert i2c master to use qdev/vmsdDmitry Eremin-Solenikov
2011-01-29pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov
2011-01-20pxa2xx: fix vmstate_pxa2xx_i2cDmitry Eremin-Solenikov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl
2010-09-18pxa2xx: fix SSSR TFN logicBlue Swirl
2010-09-18pxa2xx: remove useless checksBlue Swirl
2010-08-24Rearrange block headersBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson