summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mvebu-uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-8/+3
* serial: mvebu-uart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)2022-11-031-33/+5
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-0/+11
|\
| * serial: mvebu-uart: uart2 error bits clearingNarendra Hadke2022-07-281-0/+11
* | serial: mvebu-uart: correctly report configured baudrate valuePali Rohár2022-06-301-12/+13
|/
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun2022-03-011-4/+4
* serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár2022-02-251-18/+65
* serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár2022-02-251-2/+519
* serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-09-141-1/+1
* 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-241-1/+1
* Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-3/+0
* serial: mvebu-uart: fix tx lost characters at power offPali Rohár2020-12-281-1/+9
* serial: mvebu-uart: fix unused variable warningQinglang Miao2020-09-291-1/+1
* serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao2020-09-271-4/+1
* tty:serial:mvebu-uart:fix a wrong returntangbin2020-03-051-1/+1
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-9/+3
* serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki2019-03-191-0/+3
* serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal2018-11-271-1/+6
* serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal2018-11-271-8/+14
* serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-09-181-0/+1
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-1/+0
|\
| * serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier2018-04-221-1/+0
* | serial: mvebu-uart: add suspend/resume supportMiquel Raynal2018-04-221-0/+64
|/
* serial: mvebu-uart: fix tx lost charactersGabriel Matni2018-03-221-1/+1
* serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERRColin Ian King2018-02-281-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-12/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: mvebu-uart: drop incorrect memsetArnd Bergmann2017-11-041-1/+0
* serial: mvebu-uart: support extended port registers layoutMiquel Raynal2017-10-201-0/+24
* serial: mvebu-uart: augment the maximum number of portsMiquel Raynal2017-10-201-1/+1
* serial: mvebu-uart: dissociate RX and TX interruptsMiquel Raynal2017-10-201-12/+119
* serial: mvebu-uart: add TX interrupt trigger for pulse interruptsAllen Yan2017-10-201-1/+9
* serial: mvebu-uart: clear state register before IRQ requestAllen Yan2017-10-201-0/+6
* serial: mvebu-uart: add function to change baudrateAllen Yan2017-10-201-4/+65
* serial: mvebu-uart: add soft reset at probeAllen Yan2017-10-201-0/+5
* serial: mvebu-uart: use a generic way to access the registersMiquel Raynal2017-10-201-73/+140
* serial: mvebu-uart: support probe of multiple portsAllen Yan2017-10-201-3/+19
* serial: mvebu-uart: use driver name when requesting an interruptYehuda Yitschak2017-10-201-3/+4
* serial: mvebu-uart: free the IRQ in ->shutdown()Thomas Petazzoni2016-06-251-0/+2
* drivers/tty: make serial/mvebu-uart.c explicitly non-modularPaul Gortmaker2016-04-301-25/+3
* serial: mvebu-uart: fix platform_no_drv_owner.cocci warningsJulia Lawall2016-04-301-1/+0
* serial: mvebu-uart: initial support for Armada-3700 serial portWilson Ding2016-03-071-0/+650