aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* ns16550: Use correct #define symbol for HAS_IOPORTSAndrew Cooper2013-09-251-1/+1
* ns16550: support DesignWare 8250Ian Campbell2013-09-211-0/+14
* ns16550: make usable on ARMIan Campbell2013-09-211-12/+181
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-281-11/+16
* Fix inactive timer list corruption on second S3 resumeTomasz Wroblewski2013-08-281-1/+3
* PCI: centralize parsing of device coordinates in command line optionsJan Beulich2013-08-281-15/+7
* xen: rename ns16550-uart.h to 8250-uart.h and fix some typosChen Baozi2013-08-221-1/+1
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-161-111/+44
* ns16550: delay resume until dom0 ACPI has a chance to runBen Guthro2013-04-241-1/+54
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-111-0/+4
* PCI: bus scan adjustmentsJan Beulich2012-09-111-2/+9
* drop tx_fifo_sizeJan Beulich2012-09-111-6/+9
* ns16550: command line parsing adjustmentsJan Beulich2012-09-111-28/+22
* ns16550: PCI initialization adjustmentsJan Beulich2012-09-111-4/+10
* ns16550: MMIO adjustmentsJan Beulich2012-09-111-8/+27
* serial: serial_irq() and descendants can be __initJan Beulich2012-05-211-1/+1
* ns16550: adjust suspend/resume logicJan Beulich2012-05-081-17/+13
* Properly compare "pci" token when groking serial port configAndres Lagar-Cavilla2011-11-241-1/+1
* Revert part of 23811:f1349a968a5a "ns16550: Simplify UART..."Keir Fraser2011-10-121-8/+5
* PCI multi-seg: config space accessor adjustmentsJan Beulich2011-09-221-12/+13
* ns16550: Simplify UART and UART-interrupt probing logic.Keir Fraser2011-09-021-23/+11
* ns16550: Clean up code styleKeir Fraser2011-07-141-73/+70
* xen: Update pci_uart_config to save the BAR1 contents if com2 is usedKonrad Rzeszutek Wilk2011-07-141-28/+33
* xen: Restore the BAR and PCI command after resume.Konrad Rzeszutek Wilk2011-07-141-0/+22
* xen: Automatically find serial port on PCI/PCIe and AMT devices.James Mckenzie2011-07-141-1/+72
* ns16550: Implement suspend handler.Konrad Rzeszutek Wilk2011-07-081-0/+7
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+2
* move setup_irq() into .init.textJan Beulich2011-04-021-23/+43
* ns16550: enable PCI serial card usageKeir Fraser2010-03-311-2/+51
* ns16550: Do not re-init active timer on S3 resume.Keir Fraser2010-03-221-1/+3
* x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq toKeir Fraser2010-02-241-3/+15
* Handle bogus serial ports that appear normal, but don't generateKeir Fraser2010-02-081-7/+29
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* properly __initdata-annotate command line option string buffersKeir Fraser2009-08-311-1/+2
* ns16550: check_existence() can be marked __initKeir Fraser2009-07-281-1/+1
* ns16550: More robust check for presence of FIFOKeir Fraser2009-07-281-1/+2
* Fix existence check for MMIO-mapped 16550 UARTsKeir Fraser2008-12-041-0/+7
* Enable PCI serial devices for console messagesKeir Fraser2008-10-171-5/+14
* Check the existence of serial port before usingKeir Fraser2008-09-121-0/+34
* serial: Check index argument before indexing into an array.Keir Fraser2007-10-261-1/+3
* x86: Auto-probe the serial port baud rate if 'com1' or 'com2' isKeir Fraser2007-09-241-9/+9
* Convert __init into __devinit in wakeup path.kfraser@localhost.localdomain2007-07-111-2/+2
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-121-6/+7
* xen: Fix typo in ns16550 driver.kfraser@localhost.localdomain2007-04-051-1/+1
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-1/+1
* Big fixes for the new IO-APIC acknowledging method. The problemskaf24@firebug.cl.cam.ac.uk2006-04-151-1/+8
* Compute actual baud rate from UART divisor latch contentskaf24@firebug.cl.cam.ac.uk2006-03-291-4/+17
* Reduce spin-waiting in Xen serial driver:kaf24@firebug.cl.cam.ac.uk2006-03-231-2/+5
* Rename ac_timer_* interfaces -> timer_*. The ac_ iskaf24@firebug.cl.cam.ac.uk2006-01-121-4/+4