summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/meson_uart.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: meson: change interrupt description to tty nameHeiner Kallweit2017-05-181-1/+1
* serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit2017-05-181-14/+8
* serial: meson: make use of uart_port member mapsizeHeiner Kallweit2017-05-181-24/+5
* serial: meson: remove dead code in meson_uart_change_speedHeiner Kallweit2017-05-181-2/+0
* serial: meson: remove unneeded variable assignment in meson_serial_port_writeHeiner Kallweit2017-05-181-1/+12
* serial: meson: fix setting number of stop bitsHeiner Kallweit2017-05-181-1/+1
* tty: serial: meson: allow baud-rates higher than 115200Martin Blumenstingl2017-01-191-1/+1
* tty: serial: meson: Implement earlycon supportAndreas Färber2016-04-301-7/+35
* tty: serial: meson: Add support for XTAL clock inputAndreas Färber2016-02-141-1/+7
* ARM: meson: serial: check for tx-irq enabled in irq codeBen Dooks2015-12-131-2/+4
* ARM: meson: serial: ensure tx irq on if more work to doBen Dooks2015-12-131-0/+7
* ARM: meson: serial: disable rx/tx irqs during console writeBen Dooks2015-12-131-2/+5
* ARM: meson: serial: use meson_uart_tx_empty() to wait for emptyBen Dooks2015-12-131-1/+1
* ARM: meson: serial: only disable tx irq on stopBen Dooks2015-12-131-2/+2
* ARM: meson: serial: ensure console port uart enabledBen Dooks2015-12-131-0/+4
* ARM: meson: serial: tx_empty fails to check for transmitter busyBen Dooks2015-12-131-1/+3
* ARM: meson: serial: don't reset port on uart startupBen Dooks2015-12-131-2/+19
* ARM: meson: serial: release region on port releaseBen Dooks2015-12-131-9/+20
* ARM: meson: serial: convert iounmap to devm_iounmapFiro Yang2015-05-061-1/+1
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* ARM: meson: serial: add MesonX SoC on-chip uart driverCarlo Caione2014-09-081-0/+634