summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray1-0/+14
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray2-4/+4
2021-03-10serial: stm32: add FIFO flush when port is closedErwan Le Ray1-0/+5
2021-03-10serial: stm32: fix FIFO flush in startup and set_termiosErwan Le Ray1-3/+3
2021-03-10serial: stm32: call stm32_transmit_chars lockedErwan Le Ray1-0/+3
2021-03-10serial: stm32: fix tx dma completion, release channelErwan Le Ray1-0/+1
2021-03-10serial: stm32: fix a deadlock in set_termiosErwan Le Ray1-6/+6
2021-03-10serial: stm32: fix wake-up flag handlingErwan Le Ray1-13/+19
2021-03-10serial: stm32: fix a deadlock condition with wakeup eventErwan Le Ray1-12/+15
2021-03-10serial: stm32: fix TX and RX FIFO thresholdsErwan Le Ray1-14/+9
2021-03-10serial: stm32: fix incorrect characters on consoleErwan Le Ray1-1/+11
2021-03-10serial: stm32: fix startup by enabling usart for receptionErwan Le Ray1-1/+2
2021-03-10serial: stm32: fix probe and remove order for dmaErwan Le Ray1-13/+44
2021-03-10dt-bindings: serial: samsung: add DMA propertiesKrzysztof Kozlowski1-0/+10
2021-03-10serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun1-2/+2
2021-03-10serial: 8250_exar: Constify the software nodesHeikki Krogerus1-4/+13
2021-03-10tty: serial: samsung_tty: Add earlycon support for Apple UARTsHector Martin1-0/+17
2021-03-10tty: serial: samsung_tty: Add support for Apple UARTsHector Martin3-9/+247
2021-03-10dt-bindings: serial: samsung: Add apple,s5l-uart compatibleHector Martin1-1/+3
2021-03-10tty: serial: samsung_tty: Use devm_ioremap_resourceHector Martin1-22/+3
2021-03-10tty: serial: samsung_tty: IRQ reworkHector Martin1-14/+20
2021-03-10tty: serial: samsung_tty: Add s3c24xx_port_typeHector Martin1-42/+70
2021-03-10tty: serial: samsung_tty: Separate S3C64XX ops structureHector Martin1-17/+54
2021-03-10tty: serial: samsung_tty: Add ucon_mask parameterHector Martin1-7/+4
2021-03-10drivers: tty: serial: IMX_EARLYCON: fix Kconfig dependency on SERIAL_COREJulian Braha1-0/+1
2021-03-10tty: make everyone's write_room return >= 0Jiri Slaby5-6/+6
2021-03-10tty: make everyone's chars_in_buffer return >= 0Jiri Slaby2-2/+2
2021-03-10tty: cleanup tty_chars_in_bufferJiri Slaby1-2/+1
2021-03-10tty: n_gsm, remove duplicates of parametersJiri Slaby1-8/+5
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby1-25/+0
2021-03-10tty: synclink_gt, drop unneeded forward declarationsJiri Slaby1-56/+1
2021-03-10tty: localise ptychar and make it constJiri Slaby1-2/+1
2021-03-10tty: let tty_unregister_driver return voidJiri Slaby2-9/+2
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby6-27/+7
2021-03-10tty: xtensa/iss, make rs_init staticJiri Slaby1-1/+1
2021-03-10tty: xtensa/iss, setup the timer staticallyJiri Slaby1-7/+4
2021-03-10tty: xtensa/iss, remove stale commentsJiri Slaby1-18/+0
2021-03-10tty: xtensa/iss, don't reassign to tty->portJiri Slaby1-1/+0
2021-03-10tty: xtensa/iss, drop serial_version & serial_nameJiri Slaby1-6/+1
2021-03-10tty: vcc, remove useless tty checksJiri Slaby1-45/+0
2021-03-10tty: vcc, use name strings directlyJiri Slaby1-4/+2
2021-03-10tty: vcc, drop version dumpJiri Slaby1-10/+1
2021-03-10tty: vcc, make globals staticJiri Slaby1-3/+3
2021-03-10tty: nozomi, remove useless debug printsJiri Slaby1-11/+0
2021-03-10tty: nozomi, remove init/exit messagesJiri Slaby1-8/+1
2021-03-10tty: nozomi, remove struct bufferJiri Slaby1-6/+0
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby1-10/+14
2021-03-10tty: con3215, remove tty->driver_data castsJiri Slaby1-21/+11
2021-03-10tty: con3215, remove unneeded tty checksJiri Slaby1-4/+0
2021-03-10tty: con3215, remove tasklet for tty_wakeupJiri Slaby1-19/+1