summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun1-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks2-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang1-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi1-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-19tty: vt: initialize unicode screen bufferTetsuo Handa1-1/+1
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer4-954/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2
2022-07-14dt_bindings: rs485: Correct delay valuesLino Sanfilippo1-2/+2
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo1-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo1-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2-3/+12
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo1-9/+0
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo1-4/+5
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger1-6/+18
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA1-0/+13
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski1-1/+1
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven1-0/+1
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams1-0/+109
2022-07-08tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-07-08tty: n_gsm: fix flow control handling in tx pathDaniel Starke1-1/+1
2022-07-08tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-07-08tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen19-27/+27
2022-07-08MIPS: ath79: Remove one of the identical args in early_printkIlpo Järvinen1-10/+6
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-07-01tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke1-3/+4
2022-07-01tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke1-128/+279
2022-07-01tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-07-01tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-07-01tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-07-01tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke1-8/+35
2022-07-01tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-07-01tty: n_gsm: fix tty registration before control channel openDaniel Starke1-38/+79
2022-07-01tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-06-30dt-bindings: serial: 8250: Add npcm845 compatible stringTomer Maimon1-0/+1
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30earlycon: prevent multiple register_console()Michael Walle2-1/+6
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park2-1/+9
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park1-57/+25
2022-06-27serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen1-1/+101
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen6-4/+71