summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/meson_uart.c
AgeCommit message (Expand)Author
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
2017-05-24serial: meson: hide an unused functionArnd Bergmann
2017-05-18serial: meson: change interrupt description to tty nameHeiner Kallweit
2017-05-18serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit
2017-05-18serial: meson: make use of uart_port member mapsizeHeiner Kallweit
2017-05-18serial: meson: remove dead code in meson_uart_change_speedHeiner Kallweit
2017-05-18serial: meson: remove unneeded variable assignment in meson_serial_port_writeHeiner Kallweit
2017-05-18serial: meson: fix setting number of stop bitsHeiner Kallweit
2017-01-19tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl
2016-04-30tty: serial: meson: Implement earlycon supportAndreas Färber
2016-02-14tty: serial: meson: Add support for XTAL clock inputAndreas Färber
2015-12-13ARM: meson: serial: check for tx-irq enabled in irq codeBen Dooks
2015-12-13ARM: meson: serial: ensure tx irq on if more work to doBen Dooks
2015-12-13ARM: meson: serial: disable rx/tx irqs during console writeBen Dooks