aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/meson_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-13ARM: meson: serial: only disable tx irq on stopBen Dooks1-2/+2
2015-12-13ARM: meson: serial: ensure console port uart enabledBen Dooks1-0/+4
2015-12-13ARM: meson: serial: tx_empty fails to check for transmitter busyBen Dooks1-1/+3
2015-12-13ARM: meson: serial: don't reset port on uart startupBen Dooks1-2/+19
2015-12-13ARM: meson: serial: release region on port releaseBen Dooks1-9/+20
2015-05-06ARM: meson: serial: convert iounmap to devm_iounmapFiro Yang1-1/+1
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-08ARM: meson: serial: add MesonX SoC on-chip uart driverCarlo Caione1-0/+634