aboutsummaryrefslogtreecommitdiff
path: root/hw/omap2.c
AgeCommit message (Expand)Author
2011-07-11omap_uart updatesJuha Riihimäki
2011-07-11qdev conversionsPeter Maydell
2011-07-11OMAP: Refactor DSS/DSIPeter Maydell
2011-07-11i2c qdev conversionRiku Voipio
2011-07-11hw/omap2.c prepare for omap3 supportRiku Voipio
2011-07-11hw/omap_dss.c prepare for omap3Riku Voipio
2011-07-11hw/omap_spi.c prepare for omap3Riku Voipio
2011-07-11hw/omap_l4.c overhaulRiku Voipio
2011-07-11hw/omap_intc.c overhaulRiku Voipio
2011-07-11OMAP: Wire up the DMA request line to the GPMCPeter Maydell
2011-07-11hw/omap_gpmc.c prepare for omap3Riku Voipio
2011-07-08hw/omap_gpio.c: Convert to qdevJuha Riihimäki
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-06-30hw/omap : make local function static and remove declaration from headercmchao
2010-06-30hw/omwp2.c : separate l4 interconnect modulecmchao
2010-06-30hw/omap2.c : separate tap module(Test-Chip-level)cmchao
2010-06-30hw/omap2.c : separate spi modulecmchao
2010-06-30hw/omap2.c : separate sdrc (sdram controller)cmchao
2010-06-30hw/omap2.c : separate gpmc(general purpose memory controller)cmchao
2010-06-30hw/omap2.c : separate synctimer modulecmchao
2010-06-30hw/omap2.c : separate gptimer modulecmchao
2010-06-30hw/omap2.c : separate gpio modulecmchao
2010-06-27Remove useless device dependency of HAS_AUDIOBlue Swirl
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-21Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-27kill drives_tableGerd Hoffmann
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Push AUD_init down to devicesPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-01-18add an init function parameter to qemu_chr_open()aurel32
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-07Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog
2008-12-03Make audio violate POSIX lessmalc
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-11-01Malta & OMAP: add a name to char devicesaurel32
2008-10-26Fix undeclared symbol warnings from sparseblueswir1