index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
meson_uart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-13
serial: meson: remove redundant initialization of variable id
Colin Ian King
1
-1
/
+2
2021-04-22
serial: meson: drop low-latency workaround
Johan Hovold
1
-2
/
+0
2020-12-11
tty: serial: meson: enable console as module
Kevin Hilman
1
-1
/
+7
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+66
2020-01-22
tty: serial: meson_uart: Add support for kernel debugger
Julien Masson
1
-0
/
+65
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-18
tty/serial: Migrate meson_uart to use has_sysrq
Dmitry Safonov
1
-4
/
+1
2019-01-18
tty: serial: meson: if no alias specified use an available id
Loys Ollivier
1
-1
/
+12
2017-11-28
tty: serial: meson: fix typo in the "stop bit" register definition
Martin Blumenstingl
1
-6
/
+6
2017-11-28
tty: serial: meson: merge the two register sections for AML_UART_CONTROL
Martin Blumenstingl
1
-9
/
+7
2017-11-28
tty: serial: meson: remove duplicate "clear error" bit definition
Martin Blumenstingl
1
-5
/
+4
2017-11-08
tty: serial: meson: allow baud-rates lower than 9600
Thomas Rohloff
1
-1
/
+1
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-18
serial: meson: add Magic SysRq support
Yixun Lan
1
-2
/
+16
2017-08-28
serial: meson: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2017-06-20
tty/serial: meson_uart: update to stable bindings
Helmut Klein
1
-6
/
+84
2017-05-24
serial: meson: hide an unused function
Arnd Bergmann
1
-9
/
+8
2017-05-18
serial: meson: change interrupt description to tty name
Heiner Kallweit
1
-1
/
+1
2017-05-18
serial: meson: remove use of flag UPF_IOREMAP
Heiner Kallweit
1
-14
/
+8
2017-05-18
serial: meson: make use of uart_port member mapsize
Heiner Kallweit
1
-24
/
+5
2017-05-18
serial: meson: remove dead code in meson_uart_change_speed
Heiner Kallweit
1
-2
/
+0
2017-05-18
serial: meson: remove unneeded variable assignment in meson_serial_port_write
Heiner Kallweit
1
-1
/
+12
2017-05-18
serial: meson: fix setting number of stop bits
Heiner Kallweit
1
-1
/
+1
2017-01-19
tty: serial: meson: allow baud-rates higher than 115200
Martin Blumenstingl
1
-1
/
+1
2016-04-30
tty: serial: meson: Implement earlycon support
Andreas Färber
1
-7
/
+35
2016-02-15
tty: serial: meson: Add support for XTAL clock input
Andreas Färber
1
-1
/
+7
2015-12-14
ARM: meson: serial: check for tx-irq enabled in irq code
Ben Dooks
1
-2
/
+4
2015-12-14
ARM: meson: serial: ensure tx irq on if more work to do
Ben Dooks
1
-0
/
+7
2015-12-14
ARM: meson: serial: disable rx/tx irqs during console write
Ben Dooks
1
-2
/
+5
2015-12-14
ARM: meson: serial: use meson_uart_tx_empty() to wait for empty
Ben Dooks
1
-1
/
+1
2015-12-14
ARM: meson: serial: only disable tx irq on stop
Ben Dooks
1
-2
/
+2
2015-12-14
ARM: meson: serial: ensure console port uart enabled
Ben Dooks
1
-0
/
+4
2015-12-14
ARM: meson: serial: tx_empty fails to check for transmitter busy
Ben Dooks
1
-1
/
+3
2015-12-14
ARM: meson: serial: don't reset port on uart startup
Ben Dooks
1
-2
/
+19
2015-12-14
ARM: meson: serial: release region on port release
Ben Dooks
1
-9
/
+20
2015-05-06
ARM: meson: serial: convert iounmap to devm_iounmap
Firo Yang
1
-1
/
+1
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-09
ARM: meson: serial: add MesonX SoC on-chip uart driver
Carlo Caione
1
-0
/
+634