summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.Mario Kleiner2021-07-301-0/+1
* serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao2021-07-291-0/+5
* tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun2021-07-291-1/+1
* serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driverAndy Shevchenko2021-07-211-0/+6
* serial: 8250: fix handle_irq lockingJohan Hovold2021-07-213-6/+9
* serial: tegra: Only print FIFO error message when an error occursJon Hunter2021-07-211-2/+4
* serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-07-211-3/+9
* serial: max310x: Unprepare and disable clock in error pathAndy Shevchenko2021-07-211-1/+2
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-3/+2
|\
| * um: allow disabling NO_IOMEMJohannes Berg2021-06-171-3/+2
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-0579-3896/+1643
|\ \
| * | serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár2021-06-251-1/+0
| * | serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár2021-06-251-3/+8
| * | serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár2021-06-251-3/+2
| * | serial: mvebu-uart: fix calculation of clock divisorPali Rohár2021-06-251-1/+1
| * | serial: Prefer unsigned int to bare use of unsignedJinchao Wang2021-06-242-2/+2
| * | serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCsVignesh Raghavendra2021-06-241-1/+19
| * | serial: qcom_geni_serial: use DT aliases according to DT bindingsDmitry Baryshkov2021-06-241-1/+3
| * | Revert "tty: serial: Add UART driver for Cortina-Access platform"Greg Kroah-Hartman2021-06-243-818/+0
| * | tty: serial: Add UART driver for Cortina-Access platformJason Li2021-06-183-0/+818
| * | mxser: introduce mxser_16550A_or_MUST helperJiri Slaby2021-06-181-13/+13
| * | mxser: rename flags to old_speed in mxser_set_serial_infoJiri Slaby2021-06-181-3/+3
| * | mxser: use port variable in mxser_set_serial_infoJiri Slaby2021-06-181-5/+5
| * | mxser: access info->MCR under info->slockJiri Slaby2021-06-181-2/+2
| * | mxser: fix typos around enhanced modeJiri Slaby2021-06-181-9/+9
| * | mxser: decrypt FCR valuesJiri Slaby2021-06-181-2/+6
| * | mxser: remove xmit_cnt < 0 testsJiri Slaby2021-06-181-4/+4
| * | mxser: introduce and use start/stop_tx helpersJiri Slaby2021-06-181-43/+37
| * | mxser: extract and dedup CTS handlingJiri Slaby2021-06-181-54/+33
| * | mxser: don't start TX from tty_operations::put_charJiri Slaby2021-06-181-11/+1
| * | mxser: cleanup mxser_dtr_rtsJiri Slaby2021-06-181-4/+5
| * | mxser: cleanup mxser_rs_breakJiri Slaby2021-06-181-4/+6
| * | mxser: remove pointless ioaddr checksJiri Slaby2021-06-181-10/+1
| * | mxser: alloc only needed # of portsJiri Slaby2021-06-181-2/+3
| * | mxser: alloc struct mxser_board dynamicallyJiri Slaby2021-06-181-10/+11
| * | mxser: make mxser_board::idx really an indexJiri Slaby2021-06-181-6/+7
| * | mxser: rework and simplify mxser_openJiri Slaby2021-06-181-7/+4
| * | mxser: cleanup mxser_process_txrx_fifoJiri Slaby2021-06-181-13/+15
| * | mxser: remove mxser_cardinfoJiri Slaby2021-06-181-72/+41
| * | mxser: remove info message from probeJiri Slaby2021-06-181-30/+26
| * | mxser: move request irq to probe and switch to managedJiri Slaby2021-06-181-21/+9
| * | mxser: pci, switch to managed resourcesJiri Slaby2021-06-181-11/+3
| * | mxser: inline mxser_board_remove into mxser_removeJiri Slaby2021-06-181-12/+7
| * | mxser: move board init into mxser_initbrdJiri Slaby2021-06-181-25/+28
| * | mxser: clean up the rest of MUST helpersJiri Slaby2021-06-181-85/+12
| * | mxser: introduce mxser_must_select_bank and use itJiri Slaby2021-06-181-58/+16
| * | mxser: dedup mxser_must_set_enhance_modeJiri Slaby2021-06-181-20/+22
| * | mxser: simplify mxser_ioctl_op_modeJiri Slaby2021-06-181-17/+10
| * | mxser: extract mxser_ioctl_op_modeJiri Slaby2021-06-181-38/+45
| * | mxser: cleanup mxser_change_speedJiri Slaby2021-06-181-8/+7