summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pxa.c
Commit message (Expand)AuthorAgeFilesLines
* serial: pxa: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior2024-03-021-11/+6
* serial: pxa: Use port lock wrappersThomas Gleixner2023-09-181-15/+15
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+1
* tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)2022-11-031-28/+5
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: Consolidate BOTH_EMPTY useIlpo Järvinen2022-06-271-3/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* serial: pxa: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-4/+8
* tty/serial: Migrate pxa to use has_sysrqDmitry Safonov2019-12-181-4/+1
* serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-06-281-1/+2
* serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-02-281-0/+4
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+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
* serial: pxa2xx: remove __deprecated annotationArnd Bergmann2016-11-101-1/+1
* serial: rewrite pxa2xx-uart to use 8250_coreSergey Yanovich2016-10-271-1/+3
* serial: pxa: make it explicitly non-modularPaul Gortmaker2016-06-251-28/+2
* serial/pxa: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko2015-12-131-1/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-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
* | serial: pxa: hold port.lock when reporting modem line changesDmitry Eremin-Solenikov2014-11-261-0/+3
|/
* serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann2014-07-101-1/+1
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* serial_core: Commonalize crlf when working w/ a non open console portDoug Anderson2014-04-241-5/+0
* serial: pxa: Staticize local symbolsJingoo Han2013-08-121-3/+3
* tty: serial: pxa: remove old cruftDaniel Mack2013-08-121-25/+0
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-2/+0
* serial: pxa: fine-tune clk useageYi Zhang2013-01-251-1/+11
* serial: pxa: Do not tweak clock in pxa serial write() functionHaojun Bao2013-01-171-2/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+1
* tty: serial: KGDB support for PXADenis V. Lunev2012-10-241-0/+55
* serial: pxa: add spin lock for console writeChao Xie2012-06-151-0/+14
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-12/+37
|\
| * serial: pxa: add OF supportHaojian Zhuang2012-03-071-12/+37
* | serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel2012-03-151-4/+4
|/
* serial: pxa: work around for errata #20Marcus Folkesson2011-09-221-0/+20
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+879