aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/ar933x_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-0/+7
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo1-9/+0
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo1-4/+5
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-2/+2
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-1/+1
2022-06-10serial: ar933x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-12-30serial: ar933x: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+5
2021-04-22serial: ar933x: drop low-latency workaroundJohan Hovold1-2/+0
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai1-2/+4
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-2/+4
2020-03-06serial: ar933x_uart: add RS485 supportDaniel Golle1-6/+107
2020-02-10serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle1-0/+8
2019-03-19serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar1-16/+8
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2015-03-07serial: ar933x_uart: Fix off-by-one for checking valid alias idAxel Lin1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-05tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick1-10/+20
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-5/+0
2013-08-30tty: ar933x_uart: add device tree support and binding documentationGabor Juhos1-3/+25
2013-08-28tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos1-13/+12
2013-08-28tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos1-1/+0
2013-08-28tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos1-9/+26
2013-08-27tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos1-18/+8
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-6/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-7/+3
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos1-5/+85
2011-12-07SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos1-0/+688