summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/meson_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: meson: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-5/+3
* tty: serial: meson: fix hard LOCKUP on crtscts modePavel Krasavin2023-10-171-3/+11
* tty: serial: meson: Add a earlycon for the S4 SoCLucas Tanure2023-10-101-2/+2
* serial: meson: Use port lock wrappersThomas Gleixner2023-09-181-15/+15
* Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure2023-08-271-2/+0
* tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure2023-08-221-0/+2
* tty: serial: meson: refactor objects definition for different devnamesDmitry Rokosov2023-07-301-23/+16
* tty: serial: meson: add independent uart_data for A1 SoC familyDmitry Rokosov2023-07-251-0/+9
* tty: serial: meson: introduce separate uart_data for S4 SoC familyDmitry Rokosov2023-07-251-1/+6
* tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCsDmitry Rokosov2023-07-251-26/+56
* tty: serial: meson: redesign the module to platform_driverDmitry Rokosov2023-07-251-36/+15
* tty: serial: meson: use dev_err_probeDmitry Rokosov2023-07-251-2/+2
* tty: serial: meson: Add a new compatible string for the G12A SoCMartin Blumenstingl2023-03-091-2/+6
* serial: meson: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET2022-08-301-26/+3
* serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-271-1/+1
* serial: meson: acquire port->lock in startup()John Ogness2022-05-191-0/+13
* tty: serial: meson: Added S4 SOC compatibilityYu Tu2022-04-221-0/+8
* tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in...Yu Tu2022-04-221-2/+15
* tty: serial: meson: Use DIV_ROUND_CLOSEST to calculate baud ratesYu Tu2022-04-151-2/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* Revert "tty: serial: meson: *"Greg Kroah-Hartman2022-03-011-154/+67
* tty: serial: meson: Added S4 SOC compatibilityYu Tu2022-02-261-0/+4
* tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu2022-02-261-0/+5
* tty: serial: meson: Make some bit of the REG5 register writableYu Tu2022-02-261-2/+2
* tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Yu Tu2022-02-261-52/+142
* tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu2022-02-261-9/+1
* tty: serial: meson: Move request the register region to probeYu Tu2022-02-261-18/+14
* tty: serial: meson: Drop the legacy compatible strings and clock codeYu Tu2021-12-301-32/+2
* serial: meson: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-5/+6
* tty: serial: meson: retrieve port FIFO size from DTNeil Armstrong2021-05-201-1/+4
* serial: meson: remove redundant initialization of variable idColin Ian King2021-05-131-1/+2
* serial: meson: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* tty: serial: meson: enable console as moduleKevin Hilman2020-12-111-1/+7
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+66
|\
| * tty: serial: meson_uart: Add support for kernel debuggerJulien Masson2020-01-221-0/+65
| * tty/serial: Migrate meson_uart to use has_sysrqDmitry Safonov2019-12-181-4/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* tty: serial: meson: if no alias specified use an available idLoys Ollivier2019-01-181-1/+12
* tty: serial: meson: fix typo in the "stop bit" register definitionMartin Blumenstingl2017-11-281-6/+6
* tty: serial: meson: merge the two register sections for AML_UART_CONTROLMartin Blumenstingl2017-11-281-9/+7
* tty: serial: meson: remove duplicate "clear error" bit definitionMartin Blumenstingl2017-11-281-5/+4
* tty: serial: meson: allow baud-rates lower than 9600Thomas Rohloff2017-11-081-1/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-10/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: meson: add Magic SysRq supportYixun Lan2017-09-181-2/+16
* serial: meson: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
* tty/serial: meson_uart: update to stable bindingsHelmut Klein2017-06-201-6/+84
* serial: meson: hide an unused functionArnd Bergmann2017-05-241-9/+8