summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/meson_uart.c
AgeCommit message (Expand)Author
2024-03-02serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior
2023-11-23serial: meson: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin
2023-10-10tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure
2023-09-18serial: meson: Use port lock wrappersThomas Gleixner
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure
2023-07-30tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov
2023-07-25tty: serial: meson: add independent uart_data for A1 SoC familyDmitry Rokosov
2023-07-25tty: serial: meson: introduce separate uart_data for S4 SoC familyDmitry Rokosov
2023-07-25tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCsDmitry Rokosov
2023-07-25tty: serial: meson: redesign the module to platform_driverDmitry Rokosov
2023-07-25tty: serial: meson: use dev_err_probeDmitry Rokosov
2023-03-09tty: serial: meson: Add a new compatible string for the G12A SoCMartin Blumenstingl
2022-11-03serial: meson: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen
2022-05-19serial: meson: acquire port->lock in startup()John Ogness
2022-04-22tty: serial: meson: Added S4 SOC compatibilityYu Tu
2022-04-22tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu
2022-04-15tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-03-01Revert "tty: serial: meson: *"Greg Kroah-Hartman
2022-02-26tty: serial: meson: Added S4 SOC compatibilityYu Tu
2022-02-26tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu
2022-02-26tty: serial: meson: Make some bit of the REG5 register writableYu Tu
2022-02-26tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Yu Tu
2022-02-26tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu
2022-02-26tty: serial: meson: Move request the register region to probeYu Tu
2021-12-30tty: serial: meson: Drop the legacy compatible strings and clock codeYu Tu
2021-12-30serial: meson: Use platform_get_irq() to get the interruptLad Prabhakar
2021-05-20tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong
2021-05-13serial: meson: remove redundant initialization of variable idColin Ian King
2021-04-22serial: meson: drop low-latency workaroundJohan Hovold
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-22tty: serial: meson_uart: Add support for kernel debuggerJulien Masson
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-18tty/serial: Migrate meson_uart to use has_sysrqDmitry Safonov
2019-01-18tty: serial: meson: if no alias specified use an available idLoys Ollivier
2017-11-28tty: serial: meson: fix typo in the "stop bit" register definitionMartin Blumenstingl
2017-11-28tty: serial: meson: merge the two register sections for AML_UART_CONTROLMartin Blumenstingl
2017-11-28tty: serial: meson: remove duplicate "clear error" bit definitionMartin Blumenstingl
2017-11-08tty: serial: meson: allow baud-rates lower than 9600Thomas Rohloff
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-09-18serial: meson: add Magic SysRq supportYixun Lan
2017-08-28serial: meson: constify uart_ops structuresJulia Lawall
2017-06-20tty/serial: meson_uart: update to stable bindingsHelmut Klein