aboutsummaryrefslogtreecommitdiffstats
path: root/hw/omap_uart.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28omap_l4: rename omap_l4_attach_region() to omap_l4_attach()Avi Kivity1-1/+1
2011-11-28omap_uart: convert to memory APIAvi Kivity1-19/+22
2011-10-02serial: Add MemoryRegion parameter to serial_mm_initRichard Henderson1-2/+4
2011-10-02serial: Remove ioregister parameter from serial_mm_initRichard Henderson1-2/+2
2011-10-02serial: Use enum device_endian in serial_mm_init parameterRichard Henderson1-15/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-4/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil1-5/+7
2010-06-30hw/omap1.c : separate uart modulecmchao1-0/+194