summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-01-28tty: Reset c_line from driver's init_termiosPeter Hurley2-5/+3
2016-01-28tty: Remove chars_in_buffer() line discipline methodPeter Hurley6-58/+13
2016-01-28serial: 68328: Remove bogus ldisc resetPeter Hurley1-11/+1
2016-01-28tty: Refactor tty_open()Peter Hurley1-53/+67
2016-01-28tty: Consolidate noctty checks in tty_open()Peter Hurley1-9/+8
2016-01-28tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley2-13/+11
2016-01-28pty: Remove pty_unix98_shutdown()Peter Hurley1-10/+1
2016-01-28tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley1-1/+1
2016-01-28tty: Fix tty_init_termios() declarationPeter Hurley2-21/+7
2016-01-28tty: Remove !tty check from free_tty_struct()Peter Hurley1-2/+0
2016-01-28tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley3-22/+8
2016-01-27n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-01-27tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-01-27tty: Retry failed reopen if tty teardown in-progressPeter Hurley1-4/+8
2016-01-27tty: Wait interruptibly for tty lock on reopenPeter Hurley2-1/+15
2016-01-21Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-2/+2
2016-01-16Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-01-13Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds50-1399/+1194
2016-01-09drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker1-2/+0
2016-01-08serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven1-42/+0
2016-01-08Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...Greg Kroah-Hartman2-152/+413
2016-01-08serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi2-3/+2
2016-01-07tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi1-7/+9
2016-01-07tty: amba-pl011: fix earlycon register offsetsRussell King1-3/+3
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+6
2015-12-30sysrq: Fix warning in sysrq generated crash.Ani Sinha1-0/+6
2015-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-5/+7
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar1-2/+4
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz1-3/+3
2015-12-23QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-1/+1
2015-12-22Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-1/+1
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman5-17/+19
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij14-27/+31
2015-12-17serial: sh-sci: Drop the sci_fck clock fallbackLaurent Pinchart1-5/+0
2015-12-17serial: sh-sci: Add support for optional BRG on (H)SCIFGeert Uytterhoeven1-5/+80
2015-12-17serial: sh-sci: Add support for optional external (H)SCK inputGeert Uytterhoeven1-3/+66
2015-12-17serial: sh-sci: Prepare for multiple sampling clock sourcesGeert Uytterhoeven1-60/+134
2015-12-17serial: sh-sci: Correct SCIF type on R-Car for BRGGeert Uytterhoeven1-0/+11
2015-12-17serial: sh-sci: Correct SCIF type on RZ/A1HGeert Uytterhoeven1-0/+6
2015-12-17serial: sh-sci: Replace struct sci_port_info by type/regtype encodingGeert Uytterhoeven1-29/+11
2015-12-17serial: sh-sci: Add BRG register definitionsGeert Uytterhoeven2-0/+56
2015-12-17serial: sh-sci: Take into account sampling rate for max baud rateGeert Uytterhoeven1-1/+4
2015-12-17serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()Geert Uytterhoeven1-23/+19
2015-12-17serial: sh-sci: Avoid calculating the receive margin for HSCIFGeert Uytterhoeven1-27/+24
2015-12-17serial: sh-sci: Improve bit rate error calculation for HSCIFGeert Uytterhoeven1-13/+8
2015-12-17serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()Geert Uytterhoeven1-6/+19
2015-12-17serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsignedGeert Uytterhoeven1-5/+6
2015-12-17serial: sh-sci: Convert from clk_get() to devm_clk_get()Geert Uytterhoeven1-6/+4
2015-12-17serial: sh-sci: Don't overwrite clock selection in serial_console_write()Geert Uytterhoeven1-3/+5