summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
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/vir...Linus 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 po...Chen 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
2012-11-04SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King1-4/+27
2012-11-04SERIAL: core: add hardware assisted h/w flow control supportRussell King1-0/+7
2012-11-04SERIAL: core: add hardware assisted s/w flow control supportRussell King1-2/+14
2012-11-04SERIAL: core: use local variable uport in uart_set_termios()Russell King1-8/+9
2012-10-30uart: add other serial core layer get attributesAlan Cox1-0/+145
2012-10-30uart: tidy the uart_get_info APIAlan Cox1-14/+15
2012-10-30uart: update the sysfs handler to use uart_get_infoAlan Cox1-5/+5
2012-09-26tty/serial/core: Introduce poll_init callbackAnton Vorontsov1-0/+17
2012-09-21serial_core: Fix race in uart_handle_dcd_changeAlan Cox1-4/+7
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-4/+4
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-2/+32
2012-09-06serial_core: fix sizeof(pointer)Fengguang Wu1-1/+1