aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong1-1/+1
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König1-1/+2
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook6-8/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook6-10/+14
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+12
2018-06-05Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds26-293/+681