Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: ar933x: Fill in rs485_supportedIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-30serial: ar933x: Use platform_get_irq() to get the interruptLad Prabhakar
2021-04-22serial: ar933x: drop low-latency workaroundJohan Hovold
2020-11-12serial: ar933x_uart: disable clk on error handling path in probeZheng Zengkai
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-03-06serial: ar933x_uart: add RS485 supportDaniel Golle
2020-02-10serial: ar933x_uart: set UART_CS_{RX,TX}_READY_ORIDEDaniel Golle
2019-03-19serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar
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-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2015-03-07serial: ar933x_uart: Fix off-by-one for checking valid alias idAxel Lin
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06tty: ar933x_uart: use container_of to resolve ar933x_uart_port from uart_portFabian Frederick
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2013-08-31tty: ar933x_uart: add device tree support and binding documentationGabor Juhos
2013-08-29tty: ar933x_uart: use config_enabled() macro to clean up ifdefsGabor Juhos
2013-08-29tty: ar933x_uart: remove superfluous assignment of ar933x_uart_driver.nrGabor Juhos
2013-08-29tty: ar933x_uart: use the clk API to get the uart clockGabor Juhos
2013-08-28tty: serial: ar933x: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-14tty: ar933x_uart: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-12tty: ar933x_uart: convert to use devm_* functionsGabor Juhos
2013-08-01serial: use dev_get_platdata()Jingoo Han
2013-07-27serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby
2012-11-22tty: remove use of __devexitBill Pemberton
2012-11-22tty: remove use of __devinitBill Pemberton
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton
2012-11-16tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos
2011-12-08SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos