summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+37
2026-08-03serial: amba-pl011: keep console clock enabled for atomic writesKarl Mehltretter1-12/+28
2026-08-03serial: amba-pl011: unprepare console clock on unregisterKarl Mehltretter1-0/+10
2026-08-03serial: amba-pl011: synchronize DMA teardownFan Wu1-4/+4
2026-08-03serial: amba-pl011: cancel RS485 hrtimers after freeing IRQFan Wu1-17/+35
2026-08-03serial: amba-pl011: fix indefinite RS485 post-send delayFan Wu1-2/+6
2026-05-22amba/serial: amba-pl011: Bring back zx29 UART supportStefan Dösinger1-0/+42
2026-03-12serial: amba-pl011: Respect DMA controller's copy_align requirementKartik Rajput1-0/+9
2026-03-12serial: amba-pl011: Add Tegra264 UART supportKartik Rajput1-0/+27
2026-03-12serial: amba-pl011: Introduce set_uartclk_rate vendor flagKartik Rajput1-2/+27
2026-03-12serial: amba-pl011: Introduce skip_ibrd_fbrd vendor flagKartik Rajput1-22/+31
2026-03-12serial: amba-pl011: Enable UART in earlycon setupPeter Maydell1-1/+30
2025-10-28serial: amba-pl011: prefer dma_mapping_error() over explicit address checkingMiaoqian Lin1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-25serial: switch uart_port::iotype to enum uart_iotypeJiri Slaby (SUSE)1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-20tty: serial: pl011: remove incorrect of_match_ptr annotationArnd Bergmann1-3/+3
2025-02-20serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao1-5/+4
2025-02-04serial: amba-pl011: Implement nbcon consoleToshiyuki Sato1-46/+97
2024-12-23serial: amba-pl011: Fix RTS handling in RS485 modeMiroslav Ondra1-30/+96
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+8
2024-11-16serial: amba-pl011: fix build regressionArnd Bergmann1-0/+2
2024-11-13serial: amba-pl011: Fix RX stall when DMA is usedKartik Rajput1-0/+5
2024-10-16serial: amba-pl011: Switch to irq_get_nr_irqs()Bart Van Assche1-1/+1
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-21serial: core: Introduce wrapper to set @uart_port->consJohn Ogness1-1/+1
2024-04-09serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditionalLino Sanfilippo1-1/+1
2024-04-09serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()Lino Sanfilippo1-13/+1
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-27/+19
2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior1-16/+8
2024-02-19serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo1-30/+30
2023-12-15tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probeThéo Lebrun1-7/+18
2023-12-15tty: serial: amba-pl011: unindent pl011_console_get_options function bodyThéo Lebrun1-22/+21
2023-12-15tty: serial: amba-pl011: fix miscellaneous checkpatch warningsThéo Lebrun1-7/+6
2023-12-15tty: serial: amba-pl011: fix formatting of conditionsThéo Lebrun1-12/+14
2023-12-15tty: serial: amba-pl011: avoid quoted string split across linesThéo Lebrun1-8/+8
2023-12-15tty: serial: amba-pl011: replace TIOCMBIT macros by static functionsThéo Lebrun1-21/+24
2023-12-15tty: serial: amba-pl011: fix whitespace formattingThéo Lebrun1-52/+45
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman1-58/+54
2023-11-23ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2023-11-23serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET1-3/+3
2023-11-23serial: amba-pl011: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam1-1/+1
2023-09-18serial: amba-pl011: Use port lock wrappersThomas Gleixner1-36/+36
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby1-1/+2
2023-05-13serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdownHongyu Xie1-0/+7
2023-01-19serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo1-4/+4
2022-11-22serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun1-1/+10
2022-11-22serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie1-0/+3