summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE
2014-07-17Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman
2014-07-10tty: serial: Fix termios/port flags mismatchPeter Hurley
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley
2014-07-10serial: core: Preserve termios c_cflag for console resumePeter Hurley
2014-07-09serial: core: Make enable_ms() optionalAlexander Shiyan
2014-06-26of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely
2014-05-28serial: uart: add hw flow control support configurationMurali Karicheri
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson
2014-04-24serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff
2014-04-16serial_core: Fix pm imbalance on unbindGeert Uytterhoeven
2014-04-16serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger
2014-03-17serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven
2014-03-17serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven
2014-03-17serial_core: Grammar s/ports/port's/Geert Uytterhoeven
2014-03-17serial_core: Spelling s/contro/control/Geert Uytterhoeven
2014-02-28serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven
2013-12-08serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt
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