index
:
pub/scm/linux/kernel/git/ostr/linux.git
master
Boris Ostrovsky's fork of linux.git
Boris Ostrovsky
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
amba-pl011.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-11
/
+37
2026-08-03
serial: amba-pl011: keep console clock enabled for atomic writes
Karl Mehltretter
1
-12
/
+28
2026-08-03
serial: amba-pl011: unprepare console clock on unregister
Karl Mehltretter
1
-0
/
+10
2026-08-03
serial: amba-pl011: synchronize DMA teardown
Fan Wu
1
-4
/
+4
2026-08-03
serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ
Fan Wu
1
-17
/
+35
2026-08-03
serial: amba-pl011: fix indefinite RS485 post-send delay
Fan Wu
1
-2
/
+6
2026-05-22
amba/serial: amba-pl011: Bring back zx29 UART support
Stefan Dösinger
1
-0
/
+42
2026-03-12
serial: amba-pl011: Respect DMA controller's copy_align requirement
Kartik Rajput
1
-0
/
+9
2026-03-12
serial: amba-pl011: Add Tegra264 UART support
Kartik Rajput
1
-0
/
+27
2026-03-12
serial: amba-pl011: Introduce set_uartclk_rate vendor flag
Kartik Rajput
1
-2
/
+27
2026-03-12
serial: amba-pl011: Introduce skip_ibrd_fbrd vendor flag
Kartik Rajput
1
-22
/
+31
2026-03-12
serial: amba-pl011: Enable UART in earlycon setup
Peter Maydell
1
-1
/
+30
2025-10-28
serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
Miaoqian Lin
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-25
serial: switch uart_port::iotype to enum uart_iotype
Jiri Slaby (SUSE)
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-20
tty: serial: pl011: remove incorrect of_match_ptr annotation
Arnd Bergmann
1
-3
/
+3
2025-02-20
serial: amba-pl011: Switch to use hrtimer_setup()
Nam Cao
1
-5
/
+4
2025-02-04
serial: amba-pl011: Implement nbcon console
Toshiyuki Sato
1
-46
/
+97
2024-12-23
serial: amba-pl011: Fix RTS handling in RS485 mode
Miroslav Ondra
1
-30
/
+96
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+8
2024-11-16
serial: amba-pl011: fix build regression
Arnd Bergmann
1
-0
/
+2
2024-11-13
serial: amba-pl011: Fix RX stall when DMA is used
Kartik Rajput
1
-0
/
+5
2024-10-16
serial: amba-pl011: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-08-21
serial: core: Introduce wrapper to set @uart_port->cons
John Ogness
1
-1
/
+1
2024-04-09
serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditional
Lino Sanfilippo
1
-1
/
+1
2024-04-09
serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()
Lino Sanfilippo
1
-13
/
+1
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-27
/
+19
2024-03-02
serial: amba-pl011: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
1
-16
/
+8
2024-02-19
serial: amba-pl011: Fix DMA transmission in RS485 mode
Lino Sanfilippo
1
-30
/
+30
2023-12-15
tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probe
Théo Lebrun
1
-7
/
+18
2023-12-15
tty: serial: amba-pl011: unindent pl011_console_get_options function body
Théo Lebrun
1
-22
/
+21
2023-12-15
tty: serial: amba-pl011: fix miscellaneous checkpatch warnings
Théo Lebrun
1
-7
/
+6
2023-12-15
tty: serial: amba-pl011: fix formatting of conditions
Théo Lebrun
1
-12
/
+14
2023-12-15
tty: serial: amba-pl011: avoid quoted string split across lines
Théo Lebrun
1
-8
/
+8
2023-12-15
tty: serial: amba-pl011: replace TIOCMBIT macros by static functions
Théo Lebrun
1
-21
/
+24
2023-12-15
tty: serial: amba-pl011: fix whitespace formatting
Théo Lebrun
1
-52
/
+45
2023-12-11
Merge 6.7-rc5 into tty-next
Greg Kroah-Hartman
1
-58
/
+54
2023-11-23
ARM: PL011: Fix DMA support
Arnd Bergmann
1
-58
/
+54
2023-11-23
serial: amba-pl011: convert not to use dma_request_slave_channel()
Christophe JAILLET
1
-3
/
+3
2023-11-23
serial: amba-pl011: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-10-03
serial: amba-pl011: Do not complain when DMA is absent
Fabio Estevam
1
-1
/
+1
2023-09-18
serial: amba-pl011: Use port lock wrappers
Thomas Gleixner
1
-36
/
+36
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
1
-1
/
+2
2023-05-13
serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdown
Hongyu Xie
1
-0
/
+7
2023-01-19
serial: amba-pl011: fix high priority character transmission in rs486 mode
Lino Sanfilippo
1
-4
/
+4
2022-11-22
serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.
delisun
1
-1
/
+10
2022-11-22
serial: amba-pl011: avoid SBSA UART accessing DMACR register
Jiamei Xie
1
-0
/
+3
[next]