aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Revert "serial/core: Initialize the console pm state"Greg Kroah-Hartman1-3/+0
2014-09-28serial/core: Initialize the console pm stateSudhir Sreedharan1-0/+3
2014-09-23serial: core: Use spin_lock_irq() in uart_set_termios()Peter Hurley1-5/+4
2014-09-23serial: core: Privatize tty->hw_stoppedPeter Hurley1-15/+13
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley1-12/+17
2014-09-23serial: core: Document and assert lock requirements for irq helpersPeter Hurley1-0/+8
2014-09-08serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()Peter Hurley1-5/+8
2014-09-08serial: core: Remove unsafe x_char optimizationPeter Hurley1-6/+2
2014-09-08serial: core: Fix x_char racePeter Hurley1-4/+3
2014-09-08serial: Style fixPeter Hurley1-2/+1
2014-09-08Revert "serial: uart: add hw flow control support configuration"Peter Hurley1-9/+3
2014-09-08serial: serial_core.c: printk replacementSudip Mukherjee1-15/+11
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+3
2014-07-23serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE1-1/+1
2014-07-17Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman1-7/+17
2014-07-10tty: serial: Fix termios/port flags mismatchPeter Hurley1-2/+3
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley1-8/+0
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley1-1/+1
2014-07-10serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-07-09serial: core: Make enable_ms() optionalAlexander Shiyan1-6/+11
2014-06-26of: Enable console on serial ports specified by /chosen/stdout-pathGrant Likely1-0/+3
2014-05-28serial: uart: add hw flow control support configurationMurali Karicheri1-3/+9
2014-04-27Merge 3.15-rc3 into tty-nextGreg Kroah-Hartman1-18/+21
2014-04-24serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson1-0/+3
2014-04-24serial_core: fix uart PORT_UNKNOWN handlingThomas Pfaff1-18/+21
2014-04-16serial_core: Fix pm imbalance on unbindGeert Uytterhoeven1-0/+2
2014-04-16serial_core: Fix conditional start_tx on ring buffer not emptySeth Bollinger1-2/+1
2014-03-17serial_core: Avoid NULL pointer dereference in uart_close()Geert Uytterhoeven1-2/+2
2014-03-17serial_core: Get a reference for port->tty in uart_remove_one_port()Geert Uytterhoeven1-1/+5
2014-03-17serial_core: Grammar s/ports/port's/Geert Uytterhoeven1-1/+1
2014-03-17serial_core: Spelling s/contro/control/Geert Uytterhoeven1-1/+1
2014-02-28serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven1-0/+6
2013-12-08serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt1-2/+6
2013-07-26serial: report base_baud after initializationKees Cook1-2/+2
2013-05-20serial: Move "uart_console" def to core header file.Sourav Poddar1-6/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-15serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-02-13tty: Remove ancient hardpps()Peter Hurley1-4/+0
2013-02-13pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin1-10/+7
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-4/+1
2013-01-15drivers/tty/serial: extern function which for release resource, need check pointer, before free itChen Gang1-1/+8
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-4/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+3
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee1-9/+9
2013-01-15tty: serial core: decouple pm states from ACPILinus Walleij1-14/+16
2012-12-12Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-14/+57
2012-11-26drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+6
2012-11-15serial: cast before shifting on port ioAlan Cox1-1/+1