summaryrefslogtreecommitdiffstats
path: root/drivers/serial/altera_uart.c
AgeCommit message (Expand)AuthorLines
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman-608/+0
2010-10-22altera_uart: Don't use plain integer as NULL pointerAnton Vorontsov-1/+1
2010-10-22altera_uart: Fixup type usage of port flagsAnton Vorontsov-2/+2
2010-10-22altera_uart: Make it possible to use Altera UART and 8250 ports togetherAnton Vorontsov-4/+7
2010-10-22altera_uart: Add support for different address stridesAnton Vorontsov-21/+37
2010-10-22altera_uart: Add support for getting mapbase and IRQ from resourcesAnton Vorontsov-22/+38
2010-10-22altera_uart: Add support for polling mode (IRQ-less)Anton Vorontsov-1/+22
2010-08-10serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixesAndrew Morton-1/+1
2010-06-04serial: altera_uart: Proper section for altera_uart_removeTobias Klauser-1/+1
2010-06-04altera_uart: Simplify altera_uart_console_putcTobias Klauser-15/+8
2010-06-04altera_uart: Don't take spinlock in already protected functionsTobias Klauser-15/+4
2010-05-21serial: Add driver for the Altera UARTTobias Klauser-0/+570