aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-04-04tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Gravatar Jiri Slaby 1-10/+10
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 90-917/+2526
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2022-03-22memcg: enable accounting for tty-related objectsGravatar Vasily Averin 1-1/+1
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Gravatar Linus Torvalds 3-8/+4
2022-03-18vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEGravatar Xiaomeng Tong 1-4/+6
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedGravatar Ilpo Järvinen 3-4/+25
2022-03-18tty: serial: samsung: Add ARTPEC-8 supportGravatar Vincent Whitchurch 2-1/+38
2022-03-18serial: sc16is7xx: Clear RS485 bits in the shutdownGravatar Hui Wang 1-2/+4
2022-03-18tty: serial: samsung: simplify getting OF match dataGravatar Krzysztof Kozlowski 1-11/+2
2022-03-18tty: serial: samsung: constify variables and pointersGravatar Krzysztof Kozlowski 1-23/+23
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersGravatar Krzysztof Kozlowski 1-3/+3
2022-03-18tty: serial: samsung: constify UART nameGravatar Krzysztof Kozlowski 1-1/+1
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataGravatar Krzysztof Kozlowski 1-29/+29
2022-03-18tty: serial: samsung: reduce number of castsGravatar Krzysztof Kozlowski 1-36/+36
2022-03-18tty: serial: samsung: embed s3c2410_uartcfg in parent structureGravatar Krzysztof Kozlowski 1-9/+9
2022-03-18tty: serial: samsung: embed s3c24xx_uart_info in parent structureGravatar Krzysztof Kozlowski 1-9/+9
2022-03-18serial: 8250_tegra: mark acpi_device_id as unused with !ACPIGravatar Krzysztof Kozlowski 1-1/+1
2022-03-18tty: serial: bcm63xx: use more precise Kconfig symbolGravatar Rafał Miłecki 1-1/+2
2022-03-18serial: SERIAL_SUNPLUS should depend on ARCH_SUNPLUSGravatar Geert Uytterhoeven 1-1/+1
2022-03-18tty: serial: jsm: fix two assignments in if conditionsGravatar Alexander Vorwerk 2-2/+4
2022-03-18tty: serial: jsm: remove redundant assignments to variable linestatusGravatar Colin Ian King 1-3/+1
2022-03-18serial: 8250_mtk: make two read-only arrays static constGravatar Colin Ian King 1-2/+2
2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Gravatar Jiri Slaby 1-4/+1
2022-03-18tty: serial: serial_txx9: remove struct uart_txx9_portGravatar Jiri Slaby 1-197/+167
2022-03-18kgdboc: fix return value of __setup handlerGravatar Randy Dunlap 1-3/+3
2022-03-18tty: hvc: fix return value of __setup handlerGravatar Randy Dunlap 1-1/+3
2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocGravatar Woody Lin 1-0/+25
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charGravatar Jiri Slaby 61-75/+76
2022-03-01serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Gravatar Wei Yongjun 1-4/+4
2022-03-01sc16is7xx: Set AUTOCTS and AUTORTS bitsGravatar Tomasz Moń 1-1/+30
2022-03-01sc16is7xx: Handle modem status linesGravatar Tomasz Moń 1-6/+114
2022-03-01sc16is7xx: Properly resume TX after stopGravatar Tomasz Moń 1-6/+41
2022-03-01Revert "tty: serial: meson: *"Gravatar Greg Kroah-Hartman 2-155/+67
2022-03-01serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=nGravatar Hammer Hsieh 1-2/+6
2022-02-28tty: serial: meson: Fix the compile link error reported by kernel test robotGravatar Yu Tu 1-0/+1
2022-02-28mxser: make use of UART_LCR_WLEN() + tty_get_char_size()Gravatar Jiri Slaby 1-15/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Gravatar Jiri Slaby 8-122/+11
2022-02-28Merge 5.17-rc6 into tty-nextGravatar Greg Kroah-Hartman 4-27/+45
2022-02-26serial: sunplus-uart: Add Sunplus SoC UART DriverGravatar Hammer Hsieh 3-0/+796
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingGravatar Uwe Kleine-König 1-0/+12
2022-02-26tty: serial: meson: Added S4 SOC compatibilityGravatar Yu Tu 1-0/+4
2022-02-26tty: serial: meson: The system stuck when you run the stty command on the con...Gravatar Yu Tu 1-0/+5
2022-02-26tty: serial: meson: Make some bit of the REG5 register writableGravatar Yu Tu 1-2/+2
2022-02-26tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Gravatar Yu Tu 1-52/+142
2022-02-26tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryGravatar Yu Tu 1-9/+1
2022-02-26tty: serial: meson: Move request the register region to probeGravatar Yu Tu 1-18/+14
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-22/+42
2022-02-25tty: serial: amba-pl010: use more uart_port pointersGravatar Jiri Slaby 1-90/+84
2022-02-25tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helperGravatar Jiri Slaby 1-6/+4