aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mvebu-uart.c
AgeCommit message (Expand)Author
2020-05-21tty:serial:mvebu-uart:fix a wrong returntangbin
2019-03-19serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki
2018-11-27serial: mvebu-uart: initialize over sampling stack registerMiquel Raynal
2018-11-27serial: mvebu-uart: clarify the baud rate derivationMiquel Raynal
2018-09-18serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-22serial: mvebu-uart: add suspend/resume supportMiquel Raynal
2018-04-22serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier
2018-03-22serial: mvebu-uart: fix tx lost charactersGabriel Matni
2018-02-28serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERRColin Ian King
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04serial: mvebu-uart: drop incorrect memsetArnd Bergmann
2017-10-20serial: mvebu-uart: support extended port registers layoutMiquel Raynal
2017-10-20serial: mvebu-uart: augment the maximum number of portsMiquel Raynal
2017-10-20serial: mvebu-uart: dissociate RX and TX interruptsMiquel Raynal
2017-10-20serial: mvebu-uart: add TX interrupt trigger for pulse interruptsAllen Yan
2017-10-20serial: mvebu-uart: clear state register before IRQ requestAllen Yan
2017-10-20serial: mvebu-uart: add function to change baudrateAllen Yan
2017-10-20serial: mvebu-uart: add soft reset at probeAllen Yan
2017-10-20serial: mvebu-uart: use a generic way to access the registersMiquel Raynal
2017-10-20serial: mvebu-uart: support probe of multiple portsAllen Yan
2017-10-20serial: mvebu-uart: use driver name when requesting an interruptYehuda Yitschak
2016-06-25serial: mvebu-uart: free the IRQ in ->shutdown()Thomas Petazzoni
2016-04-30drivers/tty: make serial/mvebu-uart.c explicitly non-modularPaul Gortmaker
2016-04-30serial: mvebu-uart: fix platform_no_drv_owner.cocci warningsJulia Lawall
2016-03-07serial: mvebu-uart: initial support for Armada-3700 serial portWilson Ding