summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250.c
AgeCommit message (Expand)Author
2012-01-24serial: group all the 8250 related code togetherPaul Gortmaker
2011-12-09serial: manually inline serial8250_handle_portPaul Gortmaker
2011-12-09serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker
2011-12-09serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker
2011-12-09serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker
2011-12-09serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker
2011-12-09serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang
2011-11-26serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-268250: ratelimit LSR safety check engaged warning.Konrad Rzeszutek Wilk
2011-09-22serial: Support the EFR-register of XR1715x uarts.Søren Holm
2011-09-20serial/8250: Move UPIO_TSI to powerpcArnd Bergmann
2011-08-26tty: 8250: export serial8250_handle_irqJamie Iles
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles
2011-08-238250: Fix race condition in serial8250_backup_timeout().Al Cooper
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-01tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren
2011-06-07serial: 8250, increase PASS_LIMITJiri Slaby
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com
2011-05-19tty/serial: Fix break handling for PORT_TEGRAStephen Warren
2011-05-19tty/serial: Add explicit PORT_TEGRA typeStephen Warren
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-17serial: change the divisor latch only when prescalar actually changedYin Kangkai
2011-02-17serial: also set the uartclk value in resume after goes to highspeedYin Kangkai
2011-01-22serial: unbreak billionton CF cardPavel Machek
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman