summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang2022-07-281-2/+24
* tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi2022-07-281-35/+53
* serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi2022-07-281-2/+4
* tty: vt: initialize unicode screen bufferTetsuo Handa2022-07-191-1/+1
* serial: remove VR41XX serial driverThomas Bogendoerfer2022-07-164-954/+0
* serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-5/+1
* serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-8/+2
* dt_bindings: rs485: Correct delay valuesLino Sanfilippo2022-07-141-2/+2
* serial: core: sanitize RS485 delays read from device treeLino Sanfilippo2022-07-141-0/+2
* serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo2022-07-141-20/+26
* serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-142-3/+12
* serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo2022-07-141-9/+0
* serial: ar933x: Fix check for RS485 supportLino Sanfilippo2022-07-141-4/+5
* serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-07-141-6/+18
* serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA2022-07-141-0/+13
* tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski2022-07-141-1/+1
* serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven2022-07-141-0/+1
* tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-07-141-0/+109
* tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke2022-07-081-2/+5
* tty: n_gsm: fix flow control handling in tx pathDaniel Starke2022-07-081-1/+1
* tty: n_gsm: fix DM commandDaniel Starke2022-07-081-1/+1
* tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke2022-07-081-2/+2
* serial: RS485 termination is supported if DT provides oneIlpo Järvinen2022-07-081-0/+2
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-0819-27/+27
* MIPS: ath79: Remove one of the identical args in early_printkIlpo Järvinen2022-07-081-10/+6
* serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König2022-07-081-1/+1
* tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke2022-07-011-3/+4
* tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke2022-07-011-128/+279
* tty: n_gsm: fix race condition in gsmld_write()Daniel Starke2022-07-011-4/+17
* tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke2022-07-011-1/+1
* tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke2022-07-011-1/+53
* tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke2022-07-011-8/+35
* tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke2022-07-011-32/+42
* tty: n_gsm: fix tty registration before control channel openDaniel Starke2022-07-011-38/+79
* tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke2022-07-011-2/+29
* dt-bindings: serial: 8250: Add npcm845 compatible stringTomer Maimon2022-06-301-0/+1
* serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen2022-06-301-12/+6
* 8250_dwlib: Convert bitops to newer formIlpo Järvinen2022-06-301-13/+13
* serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko2022-06-301-7/+3
* serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko2022-06-301-8/+9
* earlycon: prevent multiple register_console()Michael Walle2022-06-302-1/+6
* serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen2022-06-301-0/+3
* serial: 8250_port: Fix spelling mistakeZhang Jiaming2022-06-301-2/+2
* tty: serial: samsung_tty: loopback mode supportChanho Park2022-06-302-1/+9
* tty: serial: samsung_tty: support more than 4 uart portsChanho Park2022-06-301-57/+25
* serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen2022-06-271-1/+101
* serial: Support for RS-485 multipoint addressesIlpo Järvinen2022-06-276-4/+71
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-2719-25/+38
* serial: 8250_lpss: Use 32-bit readsIlpo Järvinen2022-06-271-1/+1
* serial: 8250: create lsr_save_maskIlpo Järvinen2022-06-274-2/+7