summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/amba-pl011.c
AgeCommit message (Expand)Author
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30serial: pl011: Add reg-io-width parametersShubhrajyoti Datta
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: pl011: Fill in rs485_supportedIlpo Järvinen
2022-05-19serial: amba-pl011: move header content to .cJiri Slaby
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo
2022-04-15serial: amba-pl011: remove redundant code in rs485_configLino Sanfilippo
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner
2022-01-26serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades
2022-01-06serial: pl011: Drop redundant DTR/RTS preservation on close/openLukas Wunner
2022-01-06serial: pl011: Drop CR register reset on set_termiosLukas Wunner
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman
2021-12-03serial: amba-pl011: do not request memory region twiceLino Sanfilippo
2021-11-25arm: remove zte zx platform left-overLukas Bulwahn
2021-11-25serial: pl011: Add ACPI SBSA UART match idPierre Gondois
2021-08-16Revert "arm pl011 serial: support multi-irq request"Qian Cai
2021-07-21arm pl011 serial: support multi-irq requestBing Fan
2021-07-21serial: amba-pl011: add RS485 supportLino Sanfilippo
2021-05-20serial: drop irq-flags initialisationsJohan Hovold
2021-04-22serial: amba-pl011: drop low-latency workaroundJohan Hovold
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2020-11-06tty: serial: amba-pl011: Mark 'sbsa_uart_acpi_match' as __maybe_unusedLee Jones
2020-09-30serial: pl011: Fix lockdep splat when handling magic-sysrq interruptPeter Zijlstra
2020-08-18serial: pl011: Fix oops on -EPROBE_DEFERLukas Wunner
2020-08-18serial: pl011: Don't leak amba_ports entry on driver register errorLukas Wunner
2020-07-21Revert "serial: amba-pl011: Make sure we initialize the port.lock spinlock"Andy Shevchenko
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-02serial: amba-pl011: Support kgdboc_earlyconSumit Garg
2020-05-05serial: amba-pl011: Make sure we initialize the port.lock spinlockJohn Stultz
2019-12-18tty/serial: Migrate amba-pl01* to use has_sysrqDmitry Safonov
2019-12-12tty: pl011: Add suspend resume supportShubhrajyoti Datta
2019-12-12tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang
2019-11-18serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch
2019-11-13tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-10-04tty/amba-pl011: fix a -Wunused-function warningQian Cai
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-21tty: amba-pl011: allow shared interruptDoug Berger
2018-11-09serial: set suppress_bind_attrs flag only if builtinAnders Roxell
2018-05-14tty: pl011: Avoid spuriously stuck-off interruptsDave Martin
2017-11-28serial: pl011: Use cached copy of IMSC registerLukas Wunner
2017-11-28serial: pl011: Drop duplicate loop counterLukas Wunner
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04serial: pl011: Adopt generic flag to store auto RTS statusLukas Wunner