aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-07-21tty: hvc: replace BUG_ON() with negative return valueJuergen Gross1-3/+14
2021-07-21serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko1-0/+6
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold3-6/+9
2021-07-21serial: tegra: Only print FIFO error message when an error occursJon Hunter1-2/+4
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-07-21serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko1-1/+2
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-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
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2-0/+5
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki1-0/+8
2021-07-21serial: 8250: extend compile-test coverageJohan Hovold1-4/+6
2021-07-21serial: 8250_bcm7271: use NULL to initialized a null pointerColin Ian King1-1/+1
2021-07-21serial: 8250_pnp: Support configurable clock frequencyJianmin Lv1-0/+2
2021-07-21serial: 8250: 8250_omap: make a const array static, makes object smallerColin Ian King1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-3/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds79-3896/+1643
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-51/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2021-06-25serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár1-1/+0
2021-06-25serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár1-3/+8
2021-06-25serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár1-3/+2
2021-06-25serial: mvebu-uart: fix calculation of clock divisorPali Rohár1-1/+1
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang2-2/+2
2021-06-24serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra1-1/+19
2021-06-24serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov1-1/+3
2021-06-24Revert "tty: serial: Add UART driver for Cortina-Access platform"Greg Kroah-Hartman3-818/+0
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann1-51/+0
2021-06-18tty: serial: Add UART driver for Cortina-Access platformJason Li3-0/+818
2021-06-18mxser: introduce mxser_16550A_or_MUST helperJiri Slaby1-13/+13