summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probeThéo Lebrun2023-12-151-7/+18
* tty: serial: amba-pl011: unindent pl011_console_get_options function bodyThéo Lebrun2023-12-151-22/+21
* tty: serial: amba-pl011: fix miscellaneous checkpatch warningsThéo Lebrun2023-12-151-7/+6
* tty: serial: amba-pl011: fix formatting of conditionsThéo Lebrun2023-12-151-12/+14
* tty: serial: amba-pl011: avoid quoted string split across linesThéo Lebrun2023-12-151-8/+8
* tty: serial: amba-pl011: replace TIOCMBIT macros by static functionsThéo Lebrun2023-12-151-21/+24
* tty: serial: amba-pl011: fix whitespace formattingThéo Lebrun2023-12-151-52/+45
* Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-111-58/+54
|\
| * ARM: PL011: Fix DMA supportArnd Bergmann2023-11-231-58/+54
* | serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-3/+3
* | serial: amba-pl011: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-3/+2
|/
* serial: amba-pl011: Do not complain when DMA is absentFabio Estevam2023-10-031-1/+1
* serial: amba-pl011: Use port lock wrappersThomas Gleixner2023-09-181-36/+36
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+2
* serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdownHongyu Xie2023-05-131-0/+7
* serial: amba-pl011: fix high priority character transmission in rs486 modeLino Sanfilippo2023-01-191-4/+4
* serial: pl011: Do not clear RX FIFO & RX interrupt in unthrottle.delisun2022-11-221-1/+10
* serial: amba-pl011: avoid SBSA UART accessing DMACR registerJiamei Xie2022-11-221-0/+3
* serial: pl011: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* serial: pl011: Add reg-io-width parametersShubhrajyoti Datta2022-08-301-0/+16
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-6/+9
|\
| * serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
| * serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
| * serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen2022-06-101-5/+0
| * serial: pl011: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+8
* | serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen2022-06-271-2/+21
|/
* serial: amba-pl011: move header content to .cJiri Slaby2022-05-191-2/+30
* Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-2/+7
|\
| * serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
* | serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo2022-04-151-15/+1
|/
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-3/+3
* serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2022-01-261-14/+1
* serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades2022-01-261-2/+6
* serial: pl011: Drop redundant DTR/RTS preservation on close/openLukas Wunner2022-01-061-5/+2
* serial: pl011: Drop CR register reset on set_termiosLukas Wunner2022-01-061-2/+0
* Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-0/+1
|\
| * serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-11-251-0/+1
* | serial: amba-pl011: do not request memory region twiceLino Sanfilippo2021-12-031-24/+3
* | arm: remove zte zx platform left-overLukas Bulwahn2021-11-251-37/+0
|/
* Revert "arm pl011 serial: support multi-irq request"Qian Cai2021-08-161-31/+3
* arm pl011 serial: support multi-irq requestBing Fan2021-07-211-3/+31
* serial: amba-pl011: add RS485 supportLino Sanfilippo2021-07-211-2/+161
* serial: drop irq-flags initialisationsJohan Hovold2021-05-201-1/+1
* serial: amba-pl011: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones2020-11-061-1/+1
* serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra2020-09-301-4/+7
* serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner2020-08-181-6/+5