aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/stm32-usart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30serial: stm32: Fix unused-variable warningRen Zhijie1-3/+3
2022-09-22serial: stm32: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-47/+53
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+78
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks1-0/+69
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-30serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen1-0/+2
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: stm32: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-05-19serial: stm32-usart: Correct CSIZE, bits, and parityIlpo Järvinen1-3/+12
2022-05-05serial: stm32: Use TC interrupt to deassert GPIO RTS in RS485 modeMarek Vasut1-2/+40
2022-05-05serial: stm32: Factor out GPIO RTS toggling into separate functionMarek Vasut1-21/+38
2022-04-22serial: stm32: add earlycon supportValentin Caron1-0/+51
2022-04-22serial: stm32: add KGDB supportValentin Caron1-2/+35
2022-04-22serial: stm32: remove infinite loop possibility in putchar functionValentin Caron1-3/+9
2022-04-15serial: stm32: remove redundant code in rs485_configLino Sanfilippo1-7/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray1-1/+2
2022-01-26serial: stm32: fix software flow control transferValentin Caron1-1/+1
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-01-06serial: stm32: correct loop for dma error handlingValentin Caron1-3/+2
2022-01-06serial: stm32: fix flow control transfer in DMA modeValentin Caron1-0/+3
2022-01-06serial: stm32: rework TX DMA state conditionValentin Caron1-18/+48
2022-01-06serial: stm32: move tx dma terminate DMA to shutdownValentin Caron1-1/+5
2021-10-26serial: stm32: push DMA RX data before suspendingErwan Le Ray1-27/+53
2021-10-26serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray1-43/+84
2021-10-26serial: stm32: rework RX dma initialization and releaseErwan Le Ray1-28/+41
2021-10-21serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray1-4/+33
2021-10-21serial: stm32: rework RX over DMAErwan Le Ray1-48/+158
2021-10-21serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray1-8/+13
2021-08-16serial: stm32: use devm_platform_get_and_ioremap_resource()Tang Bin1-2/+1
2021-08-16serial: stm32: use the defined variable to simplify codeTang Bin1-2/+2
2021-08-13serial: stm32: fix the conditional expression writingTang Bin1-2/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-31/+1
2021-06-15serial: stm32: defer probe for dma devicesErwan Le Ray1-86/+77
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-1/+1
2021-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier1-6/+47
2021-04-22serial: stm32: defer sysrq processingJohan Hovold1-10/+6
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-04-05tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera1-1/+10
2021-03-23serial: stm32: update wakeup IRQ managementAlexandre Torgue1-21/+11
2021-03-23serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray1-2/+0
2021-03-23serial: stm32: rework wakeup managementErwan Le Ray1-3/+3
2021-03-10serial: stm32: add support for "flush_buffer" opsErwan Le Ray1-0/+14
2021-03-10serial: stm32: fix tx_empty conditionErwan Le Ray1-1/+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