summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tty: Refactor tty_ldisc_reinit() for reusePeter Hurley2016-01-281-22/+31
* tty: Use 'disc' for line discipline index namePeter Hurley2016-01-282-14/+14
* tty: Move tty_ldisc_kill()Peter Hurley2016-01-281-13/+19
* tty: Handle NULL tty->ldiscPeter Hurley2016-01-281-4/+12
* tty: Prepare for destroying line discipline on hangupPeter Hurley2016-01-283-2/+18
* tty: Fix comments for tty_ldisc_release()Peter Hurley2016-01-281-2/+1
* tty: Fix comments for tty_ldisc_get()Peter Hurley2016-01-281-3/+10
* tty: Reset c_line from driver's init_termiosPeter Hurley2016-01-282-5/+3
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-286-58/+13
* serial: 68328: Remove bogus ldisc resetPeter Hurley2016-01-281-11/+1
* tty: Refactor tty_open()Peter Hurley2016-01-271-53/+67
* tty: Consolidate noctty checks in tty_open()Peter Hurley2016-01-271-9/+8
* tty: Remove __lockfunc annotation from tty lock functionsPeter Hurley2016-01-272-13/+11
* pty: Remove pty_unix98_shutdown()Peter Hurley2016-01-271-10/+1
* tty: Re-declare tty_driver_remove_tty() file scopePeter Hurley2016-01-271-1/+1
* tty: Fix tty_init_termios() declarationPeter Hurley2016-01-272-21/+7
* tty: Remove !tty check from free_tty_struct()Peter Hurley2016-01-271-2/+0
* tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley2016-01-273-22/+8
* n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-271-5/+2
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-01-271-1/+23
* tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-01-271-4/+8
* tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-01-272-1/+15
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-211-1/+1
|\
| * Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2015-12-221-1/+1
| |\
| | * serial: msm_serial: Make config tristateStephen Boyd2015-12-081-1/+1
* | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-172-2/+2
|\ \ \
| * \ \ Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-2114-27/+31
| |\ \ \
| * | | | gpio: change member .dev to .parentLinus Walleij2015-11-192-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-1/+1
|\ \ \ \
| * | | | QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-231-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-1350-1399/+1194
|\ \ \ \
| * | | | drivers/tty/serial: delete unused MODULE_DEVICE_TABLE from atmel_serial.cPaul Gortmaker2016-01-091-2/+0
| * | | | serial: sh-sci: Remove cpufreq notifier to fix crash/deadlockGeert Uytterhoeven2016-01-081-42/+0
| * | | | Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...Greg Kroah-Hartman2016-01-082-152/+413
| |\ \ \ \
| | * | | | serial: sh-sci: Drop the sci_fck clock fallbackLaurent Pinchart2015-12-171-5/+0
| | * | | | serial: sh-sci: Add support for optional BRG on (H)SCIFGeert Uytterhoeven2015-12-171-5/+80
| | * | | | serial: sh-sci: Add support for optional external (H)SCK inputGeert Uytterhoeven2015-12-171-3/+66
| | * | | | serial: sh-sci: Prepare for multiple sampling clock sourcesGeert Uytterhoeven2015-12-171-60/+134
| | * | | | serial: sh-sci: Correct SCIF type on R-Car for BRGGeert Uytterhoeven2015-12-171-0/+11
| | * | | | serial: sh-sci: Correct SCIF type on RZ/A1HGeert Uytterhoeven2015-12-171-0/+6
| | * | | | serial: sh-sci: Replace struct sci_port_info by type/regtype encodingGeert Uytterhoeven2015-12-171-29/+11
| | * | | | serial: sh-sci: Add BRG register definitionsGeert Uytterhoeven2015-12-172-0/+56
| | * | | | serial: sh-sci: Take into account sampling rate for max baud rateGeert Uytterhoeven2015-12-171-1/+4
| | * | | | serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()Geert Uytterhoeven2015-12-171-23/+19
| | * | | | serial: sh-sci: Avoid calculating the receive margin for HSCIFGeert Uytterhoeven2015-12-171-27/+24
| | * | | | serial: sh-sci: Improve bit rate error calculation for HSCIFGeert Uytterhoeven2015-12-171-13/+8
| | * | | | serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()Geert Uytterhoeven2015-12-171-6/+19
| | * | | | serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsignedGeert Uytterhoeven2015-12-171-5/+6
| | * | | | serial: sh-sci: Convert from clk_get() to devm_clk_get()Geert Uytterhoeven2015-12-171-6/+4
| | * | | | serial: sh-sci: Don't overwrite clock selection in serial_console_write()Geert Uytterhoeven2015-12-171-3/+5