summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/meson_uart.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03serial: meson: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-30tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET1-26/+3
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen1-1/+1
2022-05-19serial: meson: acquire port->lock in startup()John Ogness1-0/+13
2022-04-22tty: serial: meson: Added S4 SOC compatibilityYu Tu1-0/+8
2022-04-22tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu1-2/+15
2022-04-15tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu1-2/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-03-01Revert "tty: serial: meson: *"Greg Kroah-Hartman1-154/+67
2022-02-26tty: serial: meson: Added S4 SOC compatibilityYu Tu1-0/+4
2022-02-26tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu1-0/+5
2022-02-26tty: serial: meson: Make some bit of the REG5 register writableYu Tu1-2/+2
2022-02-26tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Yu Tu1-52/+142
2022-02-26tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu1-9/+1
2022-02-26tty: serial: meson: Move request the register region to probeYu Tu1-18/+14
2021-12-30tty: serial: meson: Drop the legacy compatible strings and clock codeYu Tu1-32/+2
2021-12-30serial: meson: Use platform_get_irq() to get the interruptLad Prabhakar1-5/+6
2021-05-20tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong1-1/+4
2021-05-13serial: meson: remove redundant initialization of variable idColin Ian King1-1/+2
2021-04-22serial: meson: drop low-latency workaroundJohan Hovold1-2/+0
2020-12-11tty: serial: meson: enable console as moduleKevin Hilman1-1/+7
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+66
2020-01-22tty: serial: meson_uart: Add support for kernel debuggerJulien Masson1-0/+65
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-18tty/serial: Migrate meson_uart to use has_sysrqDmitry Safonov1-4/+1
2019-01-18tty: serial: meson: if no alias specified use an available idLoys Ollivier1-1/+12
2017-11-28tty: serial: meson: fix typo in the "stop bit" register definitionMartin Blumenstingl1-6/+6
2017-11-28tty: serial: meson: merge the two register sections for AML_UART_CONTROLMartin Blumenstingl1-9/+7
2017-11-28tty: serial: meson: remove duplicate "clear error" bit definitionMartin Blumenstingl1-5/+4
2017-11-08tty: serial: meson: allow baud-rates lower than 9600Thomas Rohloff1-1/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-09-18serial: meson: add Magic SysRq supportYixun Lan1-2/+16
2017-08-28serial: meson: constify uart_ops structuresJulia Lawall1-1/+1
2017-06-20tty/serial: meson_uart: update to stable bindingsHelmut Klein1-6/+84
2017-05-24serial: meson: hide an unused functionArnd Bergmann1-9/+8
2017-05-18serial: meson: change interrupt description to tty nameHeiner Kallweit1-1/+1
2017-05-18serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit1-14/+8
2017-05-18serial: meson: make use of uart_port member mapsizeHeiner Kallweit1-24/+5
2017-05-18serial: meson: remove dead code in meson_uart_change_speedHeiner Kallweit1-2/+0
2017-05-18serial: meson: remove unneeded variable assignment in meson_serial_port_writeHeiner Kallweit1-1/+12
2017-05-18serial: meson: fix setting number of stop bitsHeiner Kallweit1-1/+1
2017-01-19tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl1-1/+1
2016-04-30tty: serial: meson: Implement earlycon supportAndreas Färber1-7/+35
2016-02-14tty: serial: meson: Add support for XTAL clock inputAndreas Färber1-1/+7
2015-12-13ARM: meson: serial: check for tx-irq enabled in irq codeBen Dooks1-2/+4
2015-12-13ARM: meson: serial: ensure tx irq on if more work to doBen Dooks1-0/+7
2015-12-13ARM: meson: serial: disable rx/tx irqs during console writeBen Dooks1-2/+5
2015-12-13ARM: meson: serial: use meson_uart_tx_empty() to wait for emptyBen Dooks1-1/+1