aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/char/pl011.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-211-2/+3
* 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-281-1/+1
* 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
* 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
* pl011: Implement vuart_info callbackJulien Grall2013-08-081-0/+15
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-47/+1
* pl011: Use ioreadl/iowritelJulien Grall2013-08-051-38/+42
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-131-16/+72
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* pl011: set baud and clock_hz to the right defaults for Versatile ExpressStefano Stabellini2012-11-151-2/+2
* drop tx_fifo_sizeJan Beulich2012-09-111-6/+3
* serial: serial_irq() and descendants can be __initJan Beulich2012-05-211-1/+1
* arm: pl011 UART driverStefano Stabellini2012-02-091-0/+266