summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2018-11-09serial-uartlite: Add runtime supportShubhrajyoti Datta
2018-11-09serial-uartlite: Do not use static struct uart_driver out of probe()Shubhrajyoti Datta
2018-11-09serial-uartlite: Add get serial id if not providedShubhrajyoti Datta
2018-11-09serial-uartlite: Move the uart registerShubhrajyoti Datta
2018-11-09serial: lantiq: Change init_lqasc to static declarationSongjun Wu
2018-11-09serial: lantiq: Replace lantiq_soc.h with lantiq.hSongjun Wu
2018-11-09serial: lantiq: Reorder the head filesSongjun Wu
2018-11-09serial: lantiq: Add CCF supportSongjun Wu
2018-11-09serial: lantiq: Replace clk_enable/clk_disable with clk generic APISongjun Wu
2018-11-09serial: lantiq: Rename fpiclk to freqclkSongjun Wu
2018-11-09serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32Songjun Wu
2018-11-09serial: lantiq: Change ltq_w32_mask to asc_update_bitsSongjun Wu
2018-11-09serial: lantiq: Get serial id from dtsSongjun Wu
2018-11-09serial: sh-sci: Improve type-safety calling sci_receive_chars()Geert Uytterhoeven
2018-11-08termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-25Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-15serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven
2018-10-15of: base: Change logic in of_alias_get_alias_list()Michal Simek
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedUlrich Hecht
2018-10-13kill TIOCSERGSTRUCTAl Viro
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-10-13kill TIOCSER[SG]WILDAl Viro
2018-10-13synclink_gt(): fix compat_ioctl()Al Viro
2018-10-13pty: fix compat ioctlsAl Viro
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro
2018-10-13remove fallback to drivers for TIOCGICOUNTAl Viro
2018-10-13take compat TIOC[SG]SERIAL treatment into tty_compat_ioctl()Al Viro
2018-10-13synclink: reduce pointless checks in ->ioctl()Al Viro
2018-10-13complete ->[sg]et_serial() switchoverAl Viro
2018-10-13serial_core: switch to ->[sg]et_serial()Al Viro
2018-10-13mxser: switch to ->[sg]et_serial()Al Viro
2018-10-13moxa: switch to ->[sg]et_serial()Al Viro
2018-10-13isicom: switch to ->[sg]et_serial()Al Viro
2018-10-13ipwireless: switch to ->[sg]et_serial()Al Viro
2018-10-13cyclades: switch to ->[sg]et_serial()Al Viro
2018-10-13amiserial: switch to ->[sg]et_serial()Al Viro
2018-10-11serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCESMichal Simek
2018-10-11tty: check name length in tty_find_polling_driver()Miles Chen
2018-10-11tty: wipe buffer if not echoing dataGreg KH
2018-10-11tty: wipe buffer.Linus Torvalds
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-10serial: fsl_lpuart: Remove the alias node dependenceVabhav Sharma
2018-10-08Merge 4.19-rc7 into tty-nextGreg Kroah-Hartman