summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty: drop put_tty_driverJiri Slaby2021-07-2741-89/+82
* tty: make tty_set_operations an inlineJiri Slaby2021-07-272-9/+6
* tty: drop alloc_tty_driverJiri Slaby2021-07-271-12/+0
* tty: stop using alloc_tty_driverJiri Slaby2021-07-2731-132/+120
* tty: don't store semi-state into tty driversJiri Slaby2021-07-277-99/+119
* hvsi: don't panic on tty_register_driver failureJiri Slaby2021-07-271-3/+16
* xtensa: ISS: don't panic in rs_initJiri Slaby2021-07-271-3/+14
* tty: tty_flip.h needs only tty_buffer and tty_portJiri Slaby2021-07-271-1/+2
* tty: move tty_port to new tty_port.hJiri Slaby2021-07-272-195/+209
* tty: move tty_buffer definitions to new tty_buffer.hJiri Slaby2021-07-272-48/+60
* tty: move tty_ldisc_receive_buf to tty_flip.hJiri Slaby2021-07-272-3/+5
* tty: include list & lockdep from tty_ldisc.hJiri Slaby2021-07-271-0/+2
* tty: move ldisc prototypes to tty_ldisc.hJiri Slaby2021-07-272-10/+15
* tty: include kref.h in tty_driver.hJiri Slaby2021-07-271-0/+1
* tty: move tty_driver related prototypes to tty_driver.hJiri Slaby2021-07-272-17/+17
* v253_init: eliminate pointer to stringJiri Slaby2021-07-271-1/+1
* cx20442: tty_ldisc_ops::write_wakeup is optionalJiri Slaby2021-07-271-6/+0
* serial: max310x: Use clock-names property matching to recognize EXTCLKAndy Shevchenko2021-07-271-10/+5
* serial: 8250_lpss: Enable DMA on Intel Elkhart LakeAndy Shevchenko2021-07-271-0/+10
* dt-bindings: serial: 8250: Add Exar compatiblesLinus Walleij2021-07-271-0/+6
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-272-1/+3
* tty: hvc: replace BUG_ON() with negative return valueJuergen Gross2021-07-211-3/+14
* amiserial: remove unused state from shutdownJiri Slaby2021-07-211-3/+0
* amiserial: switch rs_table to a single stateJiri Slaby2021-07-211-7/+4
* amiserial: pack and sort includesJiri Slaby2021-07-211-28/+22
* amiserial: expand "custom"Jiri Slaby2021-07-211-44/+42
* amiserial: expand serial_isrootJiri Slaby2021-07-211-8/+6
* amiserial: use memset to zero serial_stateJiri Slaby2021-07-211-6/+1
* amiserial: simplify rs_openJiri Slaby2021-07-211-3/+3
* amiserial: remove serial_state::xmit_fifo_sizeJiri Slaby2021-07-211-10/+6
* amiserial: remove stale commentJiri Slaby2021-07-211-14/+1
* amiserial: remove serial_* stringsJiri Slaby2021-07-211-18/+1
* amiserial: remove unused DBG_CNTJiri Slaby2021-07-211-9/+0
* serial: 8250_exar: Add ->unregister_gpio() callbackAndy Shevchenko2021-07-211-13/+23
* tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"Colin Ian King2021-07-211-1/+1
* dt-bindings: serial: convert Cadence UART bindings to YAMLNobuhiro Iwamatsu2021-07-212-27/+66
* tty: serial: uartlite: Add runtime pm supportShubhrajyoti Datta2021-07-211-8/+52
* tty: serial: uartlite: Disable clocks in case of errorsShubhrajyoti Datta2021-07-211-0/+1
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-07-211-2/+19
* serial: samsung: use dma_ops of DMA if attachedTamseel Shams2021-07-211-21/+25
* arm pl011 serial: support multi-irq requestBing Fan2021-07-211-3/+31
* serial: amba-pl011: add RS485 supportLino Sanfilippo2021-07-211-2/+161
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-07-212-0/+5
* serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki2021-07-211-0/+8
* serial: 8250: extend compile-test coverageJohan Hovold2021-07-211-4/+6
* serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King2021-07-211-1/+1
* serial: 8250_pnp: Support configurable clock frequencyJianmin Lv2021-07-211-0/+2
* serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King2021-07-211-1/+1
* Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\