summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mxser: drop mxser_port::custom_divisorJiri Slaby2021-06-181-5/+3
| * | mxser: drop mxser_port::baud_baseJiri Slaby2021-06-181-14/+11
| * | mxser: remove unused mxser_port::stop_rxJiri Slaby2021-06-181-2/+0
| * | mxser: drop unused mxser_port::normal_termiosJiri Slaby2021-06-181-3/+0
| * | mxser: don't allocate MXSER_PORTS + 1Jiri Slaby2021-06-181-20/+3
| * | mxser: remove cnt from mxser_receive_charsJiri Slaby2021-06-181-9/+7
| * | mxser: remove MOXA_HighSpeedOn ioctlJiri Slaby2021-06-181-3/+0
| * | mxser: remove MOXA_ASPP_OQUEUE ioctlJiri Slaby2021-06-181-13/+0