summaryrefslogtreecommitdiffstats
path: root/hw/pxa2xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pxa2xx_gpio: switch to using qdevDmitry Eremin-Solenikov2011-01-291-2/+2
* pxa2xx: fix vmstate_pxa2xx_i2cDmitry Eremin-Solenikov2011-01-201-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-12/+13
* Use gcc warning flag -Wempty-bodyBlue Swirl2010-09-181-2/+3
* pxa2xx: fix SSSR TFN logicBlue Swirl2010-09-181-4/+4
* pxa2xx: remove useless checksBlue Swirl2010-09-181-1/+1
* Rearrange block headersBlue Swirl2010-08-241-0/+1
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-4/+8
* savevm: Add DeviceState paramAlex Williamson2010-07-061-12/+15
* OHCI qdev conversionPaul Brook2010-04-051-2/+4
* Revert "Compile usb-ohci only once"Paul Brook2010-04-041-11/+2
* Fix recent pxa270 serial breakageLars Munch2010-03-231-1/+1
* Compile usb-ohci only onceBlue Swirl2010-03-211-2/+11
* Compile serial only onceBlue Swirl2010-03-211-4/+17
* vmstate: port pxa2xx_i2c deviceJuan Quintela2009-10-051-28/+26
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-22/+22
* Get rid of _t suffixmalc2009-10-011-22/+22
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-2/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-16/+16
* kill drives_tableGerd Hoffmann2009-07-271-8/+8
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-12/+12
* qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann2009-06-111-2/+3
OpenPOWER on IntegriCloud