aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* patches to support booting from my grubroot2013-10-231-2/+2
* 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
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-213-6/+9
* ehci-dbgp: avoid division by zero.Tim Deegan2013-09-121-0/+3
* ehci-dbgp: drop dead code.Tim Deegan2013-09-121-5/+0
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-17/+76
* xen/char: dt-uart: Allow the user to give a path to the nodeJulien Grall2013-09-061-6/+10
* pl011: preserve RTS and DTR signal on UART initAndre Przywara2013-09-031-2/+5
* xen: update tx_ready callback for ARM serial driversTomasz Wroblewski2013-08-283-3/+3
* PCI UART: better cope with UART being temporarily unavailableTomasz Wroblewski2013-08-283-25/+42
* 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-282-30/+16
* pl011: early_panic if baud rate not set in hardwareIan Campbell2013-08-271-0/+2
* drivers/char: pl011: Enable receive timeout interruptJulien Grall2013-08-271-1/+1
* xen/arm: Add the new OMAP UART driver.Chen Baozi2013-08-222-0/+375
* xen: rename ns16550-uart.h to 8250-uart.h and fix some typosChen Baozi2013-08-221-1/+1
* PL011: fix reverse logic for interrupt mask registerAndre Przywara2013-08-211-3/+3
* PL011: don't force baud rate of 38400 bpsAndre Przywara2013-08-201-1/+1
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-08-131-0/+1
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-131-1/+1
* pl011: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* exynos4210: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* xen/arm: New callback in uart_driver to retrieve serial informationJulien Grall2013-08-081-0/+8
* xen/conring: Write to console ring even if console lock is bustedAndrew Cooper2013-08-061-3/+2
* xen/conring: Clean up writing to the console ringAndrew Cooper2013-08-061-9/+10
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-47/+1
* pl011: Use ioreadl/iowritelJulien Grall2013-08-051-38/+42
* extract register definitions from ns16550 into a separated headerChen Baozi2013-07-161-111/+44
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-1/+1
* drivers/exynos4210: Return -ENOMEM when ioremap has failedJulien Grall2013-05-231-0/+1
* xen/arm: Add Exynos 4210 UART supportAnthony PERARD2013-05-132-0/+366
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-131-16/+72
* xen/arm: Add generic UART to get the device in the device treeJulien Grall2013-05-133-0/+76
* xen/arm: New callback in uart_driver to get device tree interrupt structureJulien Grall2013-05-131-0/+10
* 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-214-4/+4
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-151-0/+1
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-5/+8
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-301-6/+1
* xen: print "debug=y|n" during hypervisor startupDario Faggioli2013-01-301-2/+7
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-241-6/+6
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-6/+0
* pl011: set baud and clock_hz to the right defaults for Versatile ExpressStefano Stabellini2012-11-151-2/+2
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-3/+3
* xen/console: introduce a 'w' debug-key that dumps the console ringMatt Wilson2012-10-011-0/+45
* PCI: don't allow guest assignment of devices used by XenJan Beulich2012-09-112-0/+6
* PCI: bus scan adjustmentsJan Beulich2012-09-111-2/+9