summaryrefslogtreecommitdiff
path: root/hw/char/imx_serial.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-23i.MX: Support serial RS-232 break properlyTrent Piepho1-1/+4
2018-03-19char: i.MX: Add support for "TX complete" interruptAndrey Smirnov1-3/+17
2018-03-19char: i.MX: Simplify imx_update()Andrey Smirnov1-8/+16
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-17/+9
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-7/+7
2016-10-24char: rename some frontend functionsMarc-André Lureau1-2/+2
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-9/+10
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2015-10-27i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois1-26/+24
2015-10-08imx_serial: Generate interrupt on tx empty if enabledGuenter Roeck1-1/+3
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois1-35/+0
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois1-2/+6
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois1-17/+17
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois1-16/+19
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois1-80/+2
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-1/+0
2013-07-29imx_serial: QOM cast cleanupAndreas Färber1-6/+10
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+467