summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-07-21vt: don't reinvent min()Adam Borowski1-10/+4
2018-07-21pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin1-1/+1
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven1-1/+0
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko1-0/+2
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko1-5/+2
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy1-0/+1
2018-07-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven1-0/+1
2018-07-16tty: support CIBAUD without BOTHERJohan Hovold1-6/+7
2018-07-16tty: fix termios input-speed encoding when using BOTHERJohan Hovold1-3/+7
2018-07-16tty: fix termios input-speed encodingJohan Hovold1-0/+3
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan1-31/+230
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin1-0/+4
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin1-1/+1
2018-07-16serial: sh-sci: Add support for R7S9210Chris Brandt1-2/+75
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman4-27/+35
2018-07-15serdev: add dev_pm_domain_attach|detach()Sean Wang1-1/+14
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King1-2/+1
2018-07-13uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang1-0/+45
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-2/+3
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2-4/+27
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap3-0/+3
2018-07-07kbd: complete dead keys definitionsSamuel Thibault1-1/+29
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko1-8/+17
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang1-4/+4
2018-07-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven1-4/+4
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven1-2/+2
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven1-42/+41
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven1-0/+2
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-1/+3
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman4-27/+35
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre2-3/+31
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre2-14/+136
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-28serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne1-2/+0
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne1-12/+7
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne1-1/+1
2018-06-28drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon1-0/+1
2018-06-28atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra1-47/+35
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle1-13/+25
2018-06-28serdev: add controller runtime PM supportJohan Hovold1-3/+30
2018-06-28serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET1-1/+2
2018-06-28serial: max310x: Check the clock readinessJan Kundrát1-4/+10
2018-06-28tty: use 64-bit timstampArnd Bergmann1-14/+5