summaryrefslogtreecommitdiffstats
path: root/drivers/tty/ehv_bytechan.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-29serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren1-73/+2
2021-07-28Revert "v253_init: eliminate pointer to string"Greg Kroah-Hartman1-1/+1
2021-07-28Revert "cx20442: tty_ldisc_ops::write_wakeup is optional"Greg Kroah-Hartman1-0/+6
2021-07-27vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman2-30/+30
2021-07-27vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman1-16/+16
2021-07-27serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-07-27dt-bindings: serial: Add compatible for Mediatek MT7986Sam Shih1-0/+1
2021-07-27tty: pdc_cons, free tty_driver upon failureJiri Slaby1-0/+1
2021-07-27tty: drop put_tty_driverJiri Slaby41-89/+82
2021-07-27tty: make tty_set_operations an inlineJiri Slaby2-9/+6
2021-07-27tty: drop alloc_tty_driverJiri Slaby1-12/+0
2021-07-27tty: stop using alloc_tty_driverJiri Slaby31-132/+120
2021-07-27tty: don't store semi-state into tty driversJiri Slaby7-99/+119
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby1-3/+16
2021-07-27xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-07-27tty: tty_flip.h needs only tty_buffer and tty_portJiri Slaby1-1/+2
2021-07-27tty: move tty_port to new tty_port.hJiri Slaby2-195/+209
2021-07-27tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby2-48/+60
2021-07-27tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby2-3/+5
2021-07-27tty: include list & lockdep from tty_ldisc.hJiri Slaby1-0/+2
2021-07-27tty: move ldisc prototypes to tty_ldisc.hJiri Slaby2-10/+15
2021-07-27tty: include kref.h in tty_driver.hJiri Slaby1-0/+1
2021-07-27tty: move tty_driver related prototypes to tty_driver.hJiri Slaby2-17/+17
2021-07-27v253_init: eliminate pointer to stringJiri Slaby1-1/+1
2021-07-27cx20442: tty_ldisc_ops::write_wakeup is optionalJiri Slaby1-6/+0
2021-07-27serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko1-10/+5
2021-07-27serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko1-0/+10
2021-07-27dt-bindings: serial: 8250: Add Exar compatiblesLinus Walleij1-0/+6
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2-1/+3
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-07-21amiserial: remove unused state from shutdownJiri Slaby1-3/+0
2021-07-21amiserial: switch rs_table to a single stateJiri Slaby1-7/+4
2021-07-21amiserial: pack and sort includesJiri Slaby1-28/+22
2021-07-21amiserial: expand "custom"Jiri Slaby1-44/+42
2021-07-21amiserial: expand serial_isrootJiri Slaby1-8/+6
2021-07-21amiserial: use memset to zero serial_stateJiri Slaby1-6/+1
2021-07-21amiserial: simplify rs_openJiri Slaby1-3/+3
2021-07-21amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby1-10/+6
2021-07-21amiserial: remove stale commentJiri Slaby1-14/+1
2021-07-21amiserial: remove serial_* stringsJiri Slaby1-18/+1
2021-07-21amiserial: remove unused DBG_CNTJiri Slaby1-9/+0
2021-07-21serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko1-13/+23
2021-07-21tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King1-1/+1
2021-07-21dt-bindings: serial: convert Cadence UART bindings to YAMLNobuhiro Iwamatsu2-27/+66
2021-07-21tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta1-8/+52
2021-07-21tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta1-0/+1
2021-07-21tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-07-21serial: samsung: use dma_ops of DMA if attachedTamseel Shams1-21/+25
2021-07-21arm pl011 serial: support multi-irq requestBing Fan1-3/+31
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo1-2/+161