summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/meson_uart.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16serial: meson+qcom: don't advance the kfifo twiceJiri Slaby (SUSE)1-1/+0
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-6/+5
2024-03-03serial: meson: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-14/+8
2023-11-23serial: meson: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-10-17tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin1-3/+11
2023-10-10tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure1-2/+2
2023-09-18serial: meson: Use port lock wrappersThomas Gleixner1-15/+15
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure1-2/+0
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure1-0/+2
2023-07-30tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov1-23/+16
2023-07-25tty: serial: meson: add independent uart_data for A1 SoC familyDmitry Rokosov1-0/+9
2023-07-25tty: serial: meson: introduce separate uart_data for S4 SoC familyDmitry Rokosov1-1/+6
2023-07-25tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCsDmitry Rokosov1-26/+56
2023-07-25tty: serial: meson: redesign the module to platform_driverDmitry Rokosov1-36/+15
2023-07-25tty: serial: meson: use dev_err_probeDmitry Rokosov1-2/+2
2023-03-09tty: serial: meson: Add a new compatible string for the G12A SoCMartin Blumenstingl1-2/+6
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-02Revert "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