summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo2022-04-151-2/+7
* 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
* serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner2020-08-181-1/+4
* Revert "serial: amba-pl011: Make sure we initialize the port.lock spinlock"Andy Shevchenko2020-07-211-1/+0
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-0/+1
|\
| * serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz2020-05-051-0/+1
* | serial: amba-pl011: Support kgdboc_earlyconSumit Garg2020-06-021-0/+32
|/
* tty/serial: Migrate amba-pl01* to use has_sysrqDmitry Safonov2019-12-181-5/+1
* tty: pl011: Add suspend resume supportShubhrajyoti Datta2019-12-121-0/+1
* tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang2019-12-121-4/+2
* serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-11-181-4/+2
* tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-1/+1
* tty/amba-pl011: fix a -Wunused-function warningQian Cai2019-10-041-4/+0
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-4/+1
* tty: amba-pl011: allow shared interruptDoug Berger2019-05-211-1/+1
* serial: set suppress_bind_attrs flag only if builtinAnders Roxell2018-11-091-0/+2
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-05-141-0/+16
* serial: pl011: Use cached copy of IMSC registerLukas Wunner2017-11-281-4/+2
* serial: pl011: Drop duplicate loop counterLukas Wunner2017-11-281-4/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: pl011: Adopt generic flag to store auto RTS statusLukas Wunner2017-11-041-5/+4
* tty: amba-pl011: Convert timers to use timer_setup()Kees Cook2017-10-201-5/+3
* serial: pl011: constify amba_idArvind Yadav2017-08-281-1/+1
* tty: amba-pl011: constify vendor_data structuresJulia Lawall2017-08-281-2/+2
* tty: pl011: fix initialization order of QDF2400 E44Timur Tabi2017-07-301-18/+19
* tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi2017-04-181-8/+23
* tty: amba-pl011: Fix spurious TX interruptsJayachandran C2017-04-081-9/+14
* tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi2017-04-011-2/+21
* Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-171-1/+1
* tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington2017-02-151-7/+59
* tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla2017-02-031-1/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1