summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-05162-5140/+2104
|\
| * serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár2021-06-251-1/+0
| * arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UARTPali Rohár2021-06-251-1/+1
| * dt-bindings: mvebu-uart: fix documentationPali Rohár2021-06-251-3/+3
| * 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
| * tty: make linux/tty_flip.h self-containedJiri Slaby2021-06-251-0/+2
| * 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-244-823/+0
| * tty: serial: Add UART driver for Cortina-Access platformJason Li2021-06-184-0/+823
| * MAINTAINERS: add me back as mxser maintainerJiri Slaby2021-06-181-1/+2
| * mxser: Documentation, fix typosJiri Slaby2021-06-181-21/+21
| * mxser: Documentation, make the docs up-to-dateJiri Slaby2021-06-181-316/+9
| * mxser: Documentation, remove traces of callout deviceJiri Slaby2021-06-181-34/+12
| * 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