summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mvebu-uart.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03serial: mvebu-uart: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)1-33/+5
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+11
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-06-30serial: mvebu-uart: correctly report configured baudrate valuePali Rohár1-12/+13
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2022-03-01serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun1-4/+4
2022-02-25serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár1-18/+65
2022-02-25serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár1-2/+519
2021-09-14serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár1-1/+1
2021-06-25serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár1-1/+0
2021-06-25serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár1-3/+8
2021-06-25serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár1-3/+2
2021-06-25serial: mvebu-uart: fix calculation of clock divisorPali Rohár1-1/+1
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang1-1/+1
2021-05-13Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman1-3/+0
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár1-1/+9
2020-09-29serial: mvebu-uart: fix unused variable warningQinglang Miao1-1/+1
2020-09-27serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao1-4/+1
2020-03-05tty:serial:mvebu-uart:fix a wrong returntangbin1-1/+1
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-9/+3
2019-03-19serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki1-0/+3
2018-11-27serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal1-1/+6
2018-11-27serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal1-8/+14
2018-09-18serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka1-0/+1
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-1/+0
2018-04-22serial: mvebu-uart: add suspend/resume supportMiquel Raynal1-0/+64
2018-04-22serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier1-1/+0
2018-03-22serial: mvebu-uart: fix tx lost charactersGabriel Matni1-1/+1
2018-02-28serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERRColin Ian King1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-12/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: mvebu-uart: drop incorrect memsetArnd Bergmann1-1/+0
2017-10-20serial: mvebu-uart: support extended port registers layoutMiquel Raynal1-0/+24
2017-10-20serial: mvebu-uart: augment the maximum number of portsMiquel Raynal1-1/+1
2017-10-20serial: mvebu-uart: dissociate RX and TX interruptsMiquel Raynal1-12/+119
2017-10-20serial: mvebu-uart: add TX interrupt trigger for pulse interruptsAllen Yan1-1/+9
2017-10-20serial: mvebu-uart: clear state register before IRQ requestAllen Yan1-0/+6
2017-10-20serial: mvebu-uart: add function to change baudrateAllen Yan1-4/+65
2017-10-20serial: mvebu-uart: add soft reset at probeAllen Yan1-0/+5
2017-10-20serial: mvebu-uart: use a generic way to access the registersMiquel Raynal1-73/+140
2017-10-20serial: mvebu-uart: support probe of multiple portsAllen Yan1-3/+19
2017-10-20serial: mvebu-uart: use driver name when requesting an interruptYehuda Yitschak1-3/+4
2016-06-25serial: mvebu-uart: free the IRQ in ->shutdown()Thomas Petazzoni1-0/+2
2016-04-30drivers/tty: make serial/mvebu-uart.c explicitly non-modularPaul Gortmaker1-25/+3
2016-04-30serial: mvebu-uart: fix platform_no_drv_owner.cocci warningsJulia Lawall1-1/+0
2016-03-07serial: mvebu-uart: initial support for Armada-3700 serial portWilson Ding1-0/+650