aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2013-07-26serial: report base_baud after initializationKees Cook
2013-05-20serial: Move "uart_console" def to core header file.Sourav Poddar
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-15serial_core.c: add put_device() after device_find_child()Federico Vaga
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-13tty: Remove ancient hardpps()Peter Hurley
2013-02-13pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin
2013-01-15drivers/tty/serial: extern function which for release resource, need check po...Chen Gang
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee
2013-01-15tty: serial core: decouple pm states from ACPILinus Walleij
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-11-26drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-11-15serial: cast before shifting on port ioAlan Cox
2012-11-04SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King
2012-11-04SERIAL: core: add hardware assisted h/w flow control supportRussell King
2012-11-04SERIAL: core: add hardware assisted s/w flow control supportRussell King
2012-11-04SERIAL: core: use local variable uport in uart_set_termios()Russell King
2012-10-30uart: add other serial core layer get attributesAlan Cox
2012-10-30uart: tidy the uart_get_info APIAlan Cox
2012-10-30uart: update the sysfs handler to use uart_get_infoAlan Cox
2012-09-26tty/serial/core: Introduce poll_init callbackAnton Vorontsov
2012-09-21serial_core: Fix race in uart_handle_dcd_changeAlan Cox
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu
2012-09-05serial: add a new helper functionHuang Shijie
2012-09-05tty: Split the serial_core helpers for setserial into twoAlan Cox
2012-08-13TTY: use tty_port_register_deviceJiri Slaby
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-12serial_core: Update buffer overrun statistics.Corbin
2012-05-15Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman
2012-05-14tty: Allow uart_register/unregister/registerAlan Cox
2012-05-09serial_core: Update buffer overrun statistics.Corbin Atkinson
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-01-24serial: Fix wakeup init logic to speed up startupSimon Glass
2012-01-04serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König
2011-11-15TTY: serial, extract uart_port_startupJiri Slaby
2011-11-15TTY: serial, fill uart_port_shutdownJiri Slaby
2011-11-15TTY: serial, define uart_port_activate/shutdownJiri Slaby
2011-11-15TTY: serial, inline uart_getJiri Slaby
2011-11-15TTY: serial, do not touch tty->alt_speedJiri Slaby
2011-11-15TTY: serial, document few functionsJiri Slaby
2011-11-15TTY: serial, use tty_port_close_start helperJiri Slaby
2011-11-15TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby
2011-11-15TTY: serial, cleanup include fileJiri Slaby
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds