summaryrefslogtreecommitdiffstats
path: root/hw/omap2.c
Commit message (Expand)AuthorAgeFilesLines
* omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity2011-11-281-5/+5
* omap_dss: convert to memory APIAvi Kivity2011-11-281-1/+1
* omap2: convert to memory API (part II)Avi Kivity2011-11-281-40/+47
* omap2: convert to memory API (part I)Avi Kivity2011-11-281-48/+55
* omap_dma: convert to memory APIAvi Kivity2011-11-281-1/+1
* omap_sdrc: convert to memory APIAvi Kivity2011-11-281-1/+1
* omap_l4: add memory API variant of omap_l4_attach()Avi Kivity2011-11-281-1/+1
* omap: eliminate l4_register_io_memoryAvi Kivity2011-11-281-6/+6
* omap_uart: convert to memory APIAvi Kivity2011-11-281-4/+5
* hw/omap2: Wire up the IRQ for the 2430's fifth GPIO modulePeter Maydell2011-10-211-0/+5
* omap_intc: QdevifyPeter Maydell2011-09-231-38/+54
* soc_dma: drop soc_dma_port_add_mem_ram()Avi Kivity2011-09-211-2/+4
* omap: Wire up the DMA request line to the GPMCPeter Maydell2011-08-281-1/+2
* omap_gpmc: Take omap_mpu_state* in omap_gpmc_initJuha Riihimäki2011-08-281-1/+1
* char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori2011-08-221-1/+1
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-3/+3
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-5/+5
* hw/omap_gpio.c: Convert to qdevJuha Riihimäki2011-07-301-9/+25
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+2
* hw/omap: Fix default setup for OMAP UART devicesStefan Weil2010-09-101-1/+5
* qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson2010-07-061-2/+4
* hw/omap : make local function static and remove declaration from headercmchao2010-06-301-3/+3
* hw/omwp2.c : separate l4 interconnect modulecmchao2010-06-301-263/+6
* hw/omap2.c : separate tap module(Test-Chip-level)cmchao2010-06-301-90/+0
* hw/omap2.c : separate spi modulecmchao2010-06-301-323/+0
* hw/omap2.c : separate sdrc (sdram controller)cmchao2010-06-301-144/+0
* hw/omap2.c : separate gpmc(general purpose memory controller)cmchao2010-06-301-396/+0
* hw/omap2.c : separate synctimer modulecmchao2010-06-301-70/+2
* hw/omap2.c : separate gptimer modulecmchao2010-06-301-462/+0
* hw/omap2.c : separate gpio modulecmchao2010-06-301-523/+0
* Remove useless device dependency of HAS_AUDIOBlue Swirl2010-06-271-2/+0
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+2
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-55/+55
* Get rid of _t suffixmalc2009-10-011-55/+55
* Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl2009-09-211-1/+1
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-211-8/+8
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-40/+40
* kill drives_tableGerd Hoffmann2009-07-271-4/+4
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-16/+16
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-1/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-1/+0
* Follow coding conventionsPaul Brook2009-05-101-1/+1
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-8/+6
* add an init function parameter to qemu_chr_open()aurel322009-01-181-1/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-2/+2
OpenPOWER on IntegriCloud