Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+2 |
2021-07-06 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 79 | -3896/+1643 |
2021-07-05 | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+1 |
2021-07-04 | Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -51/+0 |
2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2021-06-25 | serial: mvebu-uart: remove unused member nb from struct mvebu_uart | Pali Rohár | 1 | -1/+0 |
2021-06-25 | serial: mvebu-uart: correctly calculate minimal possible baudrate | Pali Rohár | 1 | -3/+8 |
2021-06-25 | serial: mvebu-uart: do not allow changing baudrate when uartclk is not available | Pali Rohár | 1 | -3/+2 |
2021-06-25 | serial: mvebu-uart: fix calculation of clock divisor | Pali Rohár | 1 | -1/+1 |
2021-06-24 | serial: Prefer unsigned int to bare use of unsigned | Jinchao Wang | 2 | -2/+2 |
2021-06-24 | serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs | Vignesh Raghavendra | 1 | -1/+19 |
2021-06-24 | serial: qcom_geni_serial: use DT aliases according to DT bindings | Dmitry Baryshkov | 1 | -1/+3 |
2021-06-24 | Revert "tty: serial: Add UART driver for Cortina-Access platform" | Greg Kroah-Hartman | 3 | -818/+0 |
2021-06-18 | s390/hvc_iucv: Remove power management support | Julian Wiedmann | 1 | -51/+0 |
2021-06-18 | tty: serial: Add UART driver for Cortina-Access platform | Jason Li | 3 | -0/+818 |
2021-06-18 | mxser: introduce mxser_16550A_or_MUST helper | Jiri Slaby | 1 | -13/+13 |
2021-06-18 | mxser: rename flags to old_speed in mxser_set_serial_info | Jiri Slaby | 1 | -3/+3 |
2021-06-18 | mxser: use port variable in mxser_set_serial_info | Jiri Slaby | 1 | -5/+5 |
2021-06-18 | mxser: access info->MCR under info->slock | Jiri Slaby | 1 | -2/+2 |
2021-06-18 | mxser: fix typos around enhanced mode | Jiri Slaby | 1 | -9/+9 |
2021-06-18 | mxser: decrypt FCR values | Jiri Slaby | 1 | -2/+6 |
2021-06-18 | mxser: remove xmit_cnt < 0 tests | Jiri Slaby | 1 | -4/+4 |
2021-06-18 | mxser: introduce and use start/stop_tx helpers | Jiri Slaby | 1 | -43/+37 |
2021-06-18 | mxser: extract and dedup CTS handling | Jiri Slaby | 1 | -54/+33 |
2021-06-18 | mxser: don't start TX from tty_operations::put_char | Jiri Slaby | 1 | -11/+1 |
2021-06-18 | mxser: cleanup mxser_dtr_rts | Jiri Slaby | 1 | -4/+5 |
2021-06-18 | mxser: cleanup mxser_rs_break | Jiri Slaby | 1 | -4/+6 |
2021-06-18 | mxser: remove pointless ioaddr checks | Jiri Slaby | 1 | -10/+1 |
2021-06-18 | mxser: alloc only needed # of ports | Jiri Slaby | 1 | -2/+3 |
2021-06-18 | mxser: alloc struct mxser_board dynamically | Jiri Slaby | 1 | -10/+11 |
2021-06-18 | mxser: make mxser_board::idx really an index | Jiri Slaby | 1 | -6/+7 |
2021-06-18 | mxser: rework and simplify mxser_open | Jiri Slaby | 1 | -7/+4 |
2021-06-18 | mxser: cleanup mxser_process_txrx_fifo | Jiri Slaby | 1 | -13/+15 |
2021-06-18 | mxser: remove mxser_cardinfo | Jiri Slaby | 1 | -72/+41 |
2021-06-18 | mxser: remove info message from probe | Jiri Slaby | 1 | -30/+26 |
2021-06-18 | mxser: move request irq to probe and switch to managed | Jiri Slaby | 1 | -21/+9 |
2021-06-18 | mxser: pci, switch to managed resources | Jiri Slaby | 1 | -11/+3 |
2021-06-18 | mxser: inline mxser_board_remove into mxser_remove | Jiri Slaby | 1 | -12/+7 |
2021-06-18 | mxser: move board init into mxser_initbrd | Jiri Slaby | 1 | -25/+28 |
2021-06-18 | mxser: clean up the rest of MUST helpers | Jiri Slaby | 1 | -85/+12 |
2021-06-18 | mxser: introduce mxser_must_select_bank and use it | Jiri Slaby | 1 | -58/+16 |
2021-06-18 | mxser: dedup mxser_must_set_enhance_mode | Jiri Slaby | 1 | -20/+22 |
2021-06-18 | mxser: simplify mxser_ioctl_op_mode | Jiri Slaby | 1 | -17/+10 |
2021-06-18 | mxser: extract mxser_ioctl_op_mode | Jiri Slaby | 1 | -38/+45 |
2021-06-18 | mxser: cleanup mxser_change_speed | Jiri Slaby | 1 | -8/+7 |
2021-06-18 | mxser: drop mxser_port::custom_divisor | Jiri Slaby | 1 | -5/+3 |
2021-06-18 | mxser: drop mxser_port::baud_base | Jiri Slaby | 1 | -14/+11 |
2021-06-18 | mxser: remove unused mxser_port::stop_rx | Jiri Slaby | 1 | -2/+0 |
2021-06-18 | mxser: drop unused mxser_port::normal_termios | Jiri Slaby | 1 | -3/+0 |