summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker1-3357/+0
2011-12-10serial: manually inline serial8250_handle_portPaul Gortmaker1-15/+8
2011-12-10serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker1-4/+1
2011-12-10serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker1-14/+15
2011-12-10serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker1-6/+11
2011-12-10serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker1-26/+0
2011-12-10serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang1-1/+1
2011-11-27serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams1-1/+3
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-23/+0
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-75/+57
2011-09-278250: ratelimit LSR safety check engaged warning.Konrad Rzeszutek Wilk1-2/+2
2011-09-23serial: Support the EFR-register of XR1715x uarts.Søren Holm1-1/+19
2011-09-20serial/8250: Move UPIO_TSI to powerpcArnd Bergmann1-23/+0
2011-08-26tty: 8250: export serial8250_handle_irqJamie Iles1-0/+1
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles1-68/+0
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles1-4/+35
2011-08-238250: Fix race condition in serial8250_backup_timeout().Al Cooper1-3/+5
2011-07-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2011-07-02tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren1-1/+1
2011-06-07serial: 8250, increase PASS_LIMITJiri Slaby1-1/+1
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com1-0/+1
2011-05-20tty/serial: Fix break handling for PORT_TEGRAStephen Warren1-0/+28
2011-05-20tty/serial: Add explicit PORT_TEGRA typeStephen Warren1-2/+12
2011-04-20tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17serial: change the divisor latch only when prescalar actually changedYin Kangkai1-12/+20
2011-02-17serial: also set the uartclk value in resume after goes to highspeedYin Kangkai1-0/+1
2011-01-23serial: unbreak billionton CF cardPavel Machek1-1/+2
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+3377