summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/mvebu-uart.c
AgeCommit message (Expand)Author
2023-09-18serial: mvebu-uart: Use port lock wrappersThomas Gleixner
2023-07-25serial: mvebu-uart: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2022-11-03serial: mvebu-uart: Use uart_xmit_advance()Ilpo Järvinen
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke
2022-06-30serial: mvebu-uart: correctly report configured baudrate valuePali Rohár
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-03-01serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun
2022-02-25serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár
2022-02-25serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár
2021-09-14serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár
2021-06-25serial: mvebu-uart: remove unused member nb from struct mvebu_uartPali Rohár
2021-06-25serial: mvebu-uart: correctly calculate minimal possible baudratePali Rohár
2021-06-25serial: mvebu-uart: do not allow changing baudrate when uartclk is not availablePali Rohár
2021-06-25serial: mvebu-uart: fix calculation of clock divisorPali Rohár
2021-06-24serial: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-05-13Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman
2020-12-28serial: mvebu-uart: fix tx lost characters at power offPali Rohár
2020-09-29serial: mvebu-uart: fix unused variable warningQinglang Miao
2020-09-27serial: mvebu-uart: simplify the return expression of mvebu_uart_probe()Qinglang Miao
2020-03-05tty:serial:mvebu-uart:fix a wrong returntangbin
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
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