summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko2021-08-131-7/+29
| * | serial: stm32: fix the conditional expression writingTang Bin2021-08-131-2/+2
| * | Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-098-13/+37
| |\|
| * | serial: 8250_omap: Handle optional overrun-throttle-ms propertyTony Lindgren2021-08-051-1/+24
| * | serial: omap: Only allow if 8250_omap is not selectedTony Lindgren2021-07-291-1/+1
| * | serial: omap: Disable PM runtime autoidle to remove pm_runtime_irq_safe()Tony Lindgren2021-07-291-73/+2
| * | vt: keyboard.c: make console an unsigned intGreg Kroah-Hartman2021-07-271-15/+15
| * | vt: keyboard: treat kbd_table as an array all the time.Greg Kroah-Hartman2021-07-271-16/+16
| * | serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman2021-07-271-1/+1
| * | tty: drop put_tty_driverJiri Slaby2021-07-2717-39/+33
| * | tty: make tty_set_operations an inlineJiri Slaby2021-07-271-7/+0
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-2714-58/+56
| * | tty: don't store semi-state into tty driversJiri Slaby2021-07-273-44/+54
| * | hvsi: don't panic on tty_register_driver failureJiri Slaby2021-07-271-3/+16
| * | 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
| * | serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-271-1/+2
| * | 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
| * | 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
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\ \ \
| * \ \ Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-098-13/+37
| |\ \ \ | | | |/ | | |/|
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
| | |/ | |/|
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-11/+8
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-138-13/+37
| |\ \ \ | | | |/ | | |/|
| * | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-11/+8
| | |/ | |/|
* | | vt_kdsetmode: extend console lockingLinus Torvalds2021-08-301-4/+6