Age | Commit message (Expand) | Author |
2011-09-23 | omap_intc: Qdevify | Peter Maydell |
2011-09-21 | soc_dma: drop soc_dma_port_add_mem_ram() | Avi Kivity |
2011-08-28 | omap: Wire up the DMA request line to the GPMC | Peter Maydell |
2011-08-28 | omap_gpmc: Take omap_mpu_state* in omap_gpmc_init | Juha Riihimäki |
2011-08-22 | char: rename qemu_chr_open() -> qemu_chr_new() | Anthony Liguori |
2011-08-22 | char: rename qemu_chr_write() -> qemu_chr_fe_write() | Anthony Liguori |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-07-30 | hw/omap_gpio.c: Convert to qdev | Juha Riihimäki |
2010-12-11 | Add endianness as io mem parameter | Alexander Graf |
2010-09-10 | hw/omap: Fix default setup for OMAP UART devices | Stefan Weil |
2010-07-06 | qemu_ram_alloc: Add DeviceState and name parameters | Alex Williamson |
2010-06-30 | hw/omap : make local function static and remove declaration from header | cmchao |
2010-06-30 | hw/omwp2.c : separate l4 interconnect module | cmchao |
2010-06-30 | hw/omap2.c : separate tap module(Test-Chip-level) | cmchao |
2010-06-30 | hw/omap2.c : separate spi module | cmchao |
2010-06-30 | hw/omap2.c : separate sdrc (sdram controller) | cmchao |
2010-06-30 | hw/omap2.c : separate gpmc(general purpose memory controller) | cmchao |
2010-06-30 | hw/omap2.c : separate synctimer module | cmchao |
2010-06-30 | hw/omap2.c : separate gptimer module | cmchao |
2010-06-30 | hw/omap2.c : separate gpio module | cmchao |
2010-06-27 | Remove useless device dependency of HAS_AUDIO | Blue Swirl |
2010-06-04 | blockdev: Collect block device code in new blockdev.c | Markus Armbruster |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-21 | Fix Sparse warning about invalid access past the end of 'mode' | Blue Swirl |
2009-09-21 | Fix Sparse warnings about using plain integer as NULL pointer | Blue Swirl |
2009-09-11 | Unexport ticks_per_sec variable. Create get_ticks_per_sec() function | Juan Quintela |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl |
2009-07-27 | kill drives_table | Gerd Hoffmann |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity |
2009-05-22 | Introduce reset notifier order | Jan Kiszka |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc |
2009-05-12 | Push AUD_init down to devices | Paul Brook |
2009-05-10 | Follow coding conventions | Paul Brook |
2009-05-08 | Replace cpu_abort with hw_error | Paul Brook |
2009-01-18 | add an init function parameter to qemu_chr_open() | aurel32 |
2009-01-16 | graphical_console_init change (Stefano Stabellini) | aliguori |
2009-01-04 | Update FSF address in GPL/LGPL boilerplate | aurel32 |
2008-12-07 | Remove a duplicate omap_l4_attach(), add one missing elsewhere. | balrog |
2008-12-03 | Make audio violate POSIX less | malc |
2008-12-01 | Change MMIO callbacks to use offsets, not absolute addresses. | pbrook |
2008-11-01 | Malta & OMAP: add a name to char devices | aurel32 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-09-20 | Allow attaching devices to OMAP UARTs. | balrog |
2008-07-29 | Correct audio api usage in OMAP EAC (spotted by malc). | balrog |
2008-07-25 | Fix OMAP GPMC register offsets and SYSCTL 8bit io (Kyungmin Park). | balrog |
2008-07-21 | Handle on-chip DMA controllers in one place, convert OMAP DMA to use it. | balrog |