summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ar933x_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: ar933x: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-2/+1
* serial: ar933x: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner2022-09-221-0/+7
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo2022-07-141-9/+0
* serial: ar933x: Fix check for RS485 supportLino Sanfilippo2022-07-141-4/+5
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-2/+2
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-1/+1
* serial: ar933x: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+7
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: ar933x: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-7/+5
* serial: ar933x: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai2020-11-121-2/+4
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-2/+4
* serial: ar933x_uart: add RS485 supportDaniel Golle2020-03-061-6/+107
* serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle2020-02-101-0/+8
* serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar2019-03-191-16/+8
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
* serial: ar933x_uart: Fix off-by-one for checking valid alias idAxel Lin2015-03-071-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick2014-11-051-10/+20
|/
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-5/+0
* tty: ar933x_uart: add device tree support and binding documentationGabor Juhos2013-08-301-3/+25
* tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos2013-08-281-13/+12
* tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos2013-08-281-1/+0
* tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos2013-08-281-9/+26
* tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-0/+2
* tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-6/+1
* tty: ar933x_uart: convert to use devm_* functionsGabor Juhos2013-08-121-18/+8
* serial: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-1/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-6/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-7/+3
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-1/+1
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos2012-11-151-5/+85
* SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos2011-12-071-0/+688