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-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2021-12-30serial: pxa: Use platform_get_irq() to get the interruptLad Prabhakar
2019-12-18tty/serial: Migrate pxa to use has_sysrqDmitry Safonov
2018-06-28serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET
2018-02-28serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
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-11-10serial: pxa2xx: remove __deprecated annotationArnd Bergmann
2016-10-27serial: rewrite pxa2xx-uart to use 8250_coreSergey Yanovich
2016-06-26serial: pxa: make it explicitly non-modularPaul Gortmaker
2015-12-14serial/pxa: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko
2015-03-27tty: constify of_device_id arrayFabian Frederick
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-27serial: pxa: hold port.lock when reporting modem line changesDmitry Eremin-Solenikov
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-11serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann
2014-06-20serial: Fix IGNBRK handlingPeter Hurley
2014-04-25serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson
2013-08-12serial: pxa: Staticize local symbolsJingoo Han
2013-08-12tty: serial: pxa: remove old cruftDaniel Mack
2013-07-27serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-25serial: pxa: fine-tune clk useageYi Zhang
2013-01-18serial: pxa: Do not tweak clock in pxa serial write() functionHaojun Bao
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2012-10-24tty: serial: KGDB support for PXADenis V. Lunev
2012-06-16serial: pxa: add spin lock for console writeChao Xie
2012-03-28Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-03-16serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel
2012-03-07serial: pxa: add OF supportHaojian Zhuang
2011-09-23serial: pxa: work around for errata #20Marcus Folkesson
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-04-20tty: remove invalid location line in file headerJovi Zhang
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman