| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-14 | tty: serial: mvebu-uart: convert from round_rate() to determine_rate() | Brian Masney | 1 | -4/+6 |
| 2024-04-09 | tty: serial: switch from circ_buf to kfifo | Jiri Slaby (SUSE) | 1 | -5/+3 |
| 2023-09-18 | serial: mvebu-uart: Use port lock wrappers | Thomas Gleixner | 1 | -9/+9 |
| 2023-07-25 | serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -8/+3 |
| 2022-11-03 | serial: mvebu-uart: Use uart_xmit_advance() | Ilpo Järvinen | 1 | -2/+1 |
| 2022-11-03 | tty: serial: use uart_port_tx_limited() | Jiri Slaby (SUSE) | 1 | -33/+5 |
| 2022-08-30 | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+1 |
| 2022-08-08 | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -0/+11 |
| 2022-07-28 | serial: mvebu-uart: uart2 error bits clearing | Narendra Hadke | 1 | -0/+11 |
| 2022-06-30 | serial: mvebu-uart: correctly report configured baudrate value | Pali Rohár | 1 | -12/+13 |
| 2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 1 | -2/+2 |
| 2022-03-01 | serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe() | Wei Yongjun | 1 | -4/+4 |
| 2022-02-25 | serial: mvebu-uart: implement support for baudrates higher than 230400 Bd | Pali Rohár | 1 | -18/+65 |
| 2022-02-25 | serial: mvebu-uart: implement UART clock driver for configuring UART base clock | Pali Rohár | 1 | -2/+519 |
| 2021-09-14 | serial: mvebu-uart: fix driver's tx_empty callback | Pali Rohár | 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 | 1 | -1/+1 |
| 2021-05-13 | Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference" | Greg Kroah-Hartman | 1 | -3/+0 |
| 2020-12-28 | serial: mvebu-uart: fix tx lost characters at power off | Pali Rohár | 1 | -1/+9 |
| 2020-09-29 | serial: mvebu-uart: fix unused variable warning | Qinglang Miao | 1 | -1/+1 |
| 2020-09-27 | serial: mvebu-uart: simplify the return expression of mvebu_uart_probe() | Qinglang Miao | 1 | -4/+1 |
| 2020-03-05 | tty:serial:mvebu-uart:fix a wrong return | tangbin | 1 | -1/+1 |
| 2019-09-04 | tty: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -9/+3 |
| 2019-03-19 | serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference | Aditya Pakki | 1 | -0/+3 |
| 2018-11-27 | serial: mvebu-uart: initialize over sampling stack register | Miquel Raynal | 1 | -1/+6 |
| 2018-11-27 | serial: mvebu-uart: clarify the baud rate derivation | Miquel Raynal | 1 | -8/+14 |
| 2018-09-18 | serial: mvebu-uart: Fix reporting of effective CSIZE to userspace | Jan Kiszka | 1 | -0/+1 |
| 2018-04-30 | Merge 4.17-rc3 into tty-next | Greg Kroah-Hartman | 1 | -1/+0 |
| 2018-04-22 | serial: mvebu-uart: add suspend/resume support | Miquel Raynal | 1 | -0/+64 |
| 2018-04-22 | serial: mvebu-uart: Fix local flags handling on termios update | Marc Zyngier | 1 | -1/+0 |
| 2018-03-22 | serial: mvebu-uart: fix tx lost characters | Gabriel Matni | 1 | -1/+1 |
| 2018-02-28 | serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERR | Colin Ian King | 1 | -1/+1 |
| 2017-11-08 | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -12/+0 |
| 2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-04 | serial: mvebu-uart: drop incorrect memset | Arnd Bergmann | 1 | -1/+0 |
| 2017-10-20 | serial: mvebu-uart: support extended port registers layout | Miquel Raynal | 1 | -0/+24 |
| 2017-10-20 | serial: mvebu-uart: augment the maximum number of ports | Miquel Raynal | 1 | -1/+1 |
| 2017-10-20 | serial: mvebu-uart: dissociate RX and TX interrupts | Miquel Raynal | 1 | -12/+119 |
| 2017-10-20 | serial: mvebu-uart: add TX interrupt trigger for pulse interrupts | Allen Yan | 1 | -1/+9 |
| 2017-10-20 | serial: mvebu-uart: clear state register before IRQ request | Allen Yan | 1 | -0/+6 |
| 2017-10-20 | serial: mvebu-uart: add function to change baudrate | Allen Yan | 1 | -4/+65 |
| 2017-10-20 | serial: mvebu-uart: add soft reset at probe | Allen Yan | 1 | -0/+5 |
| 2017-10-20 | serial: mvebu-uart: use a generic way to access the registers | Miquel Raynal | 1 | -73/+140 |
| 2017-10-20 | serial: mvebu-uart: support probe of multiple ports | Allen Yan | 1 | -3/+19 |
| 2017-10-20 | serial: mvebu-uart: use driver name when requesting an interrupt | Yehuda Yitschak | 1 | -3/+4 |
| 2016-06-25 | serial: mvebu-uart: free the IRQ in ->shutdown() | Thomas Petazzoni | 1 | -0/+2 |
| 2016-04-30 | drivers/tty: make serial/mvebu-uart.c explicitly non-modular | Paul Gortmaker | 1 | -25/+3 |
| 2016-04-30 | serial: mvebu-uart: fix platform_no_drv_owner.cocci warnings | Julia Lawall | 1 | -1/+0 |
| 2016-03-07 | serial: mvebu-uart: initial support for Armada-3700 serial port | Wilson Ding | 1 | -0/+650 |