summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-03serial: pl011: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-30serial: pl011: Add reg-io-width parametersShubhrajyoti Datta1-0/+16
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+9
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen1-2/+21
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen1-5/+0
2022-06-10serial: pl011: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby1-2/+30
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman1-2/+7
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo1-2/+7
2022-04-15serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo1-15/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-3/+3
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner1-14/+1
2022-01-26serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades1-2/+6
2022-01-06serial: pl011: Drop redundant DTR/RTS preservation on close/openLukas Wunner1-5/+2
2022-01-06serial: pl011: Drop CR register reset on set_termiosLukas Wunner1-2/+0
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-0/+1
2021-12-03serial: amba-pl011: do not request memory region twiceLino Sanfilippo1-24/+3
2021-11-25arm: remove zte zx platform left-overLukas Bulwahn1-37/+0
2021-11-25serial: pl011: Add ACPI SBSA UART match idPierre Gondois1-0/+1
2021-08-16Revert "arm pl011 serial: support multi-irq request"Qian Cai1-31/+3
2021-07-21arm pl011 serial: support multi-irq requestBing Fan1-3/+31
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo1-2/+161
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-1/+1
2021-04-22serial: amba-pl011: drop low-latency workaroundJohan Hovold1-2/+0
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2020-11-06tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones1-1/+1
2020-09-30serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra1-4/+7
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner1-6/+5