summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/lantiq.c
Commit message (Expand)AuthorAgeFilesLines
* serial: lantiq: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+2
* Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-031-1/+3
|\
| * serial: Make uart_remove_one_port() return voidUwe Kleine-König2023-05-131-1/+3
* | serial: lantiq: add missing interrupt ackBernhard Seibold2023-06-061-0/+1
|/
* tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)2022-11-031-32/+4
* tty: serial: use FIELD_GET() in lqasc_tx_ready()Jiri Slaby2022-09-301-2/+2
* tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar()Jiri Slaby2022-09-301-6/+3
* tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars()Jiri Slaby2022-09-221-2/+8
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: lantiq: store and compare return status correctlyMuhammad Usama Anjum2021-12-301-10/+14
* serial: lantiq: Use platform_get_irq() to get the interruptRob Herring2021-12-171-15/+13
* tty/serial/lantiq: convert comma to semicolonZheng Yongjun2020-12-281-1/+1
* serial: lantiq: Make driver modularRahul Tanwar2020-05-151-4/+25
* serial: lantiq: Make UART's use as console selectableRahul Tanwar2020-05-151-1/+10
* tty: serial: lantiq: Drop GPIO includeLinus Walleij2020-03-061-1/+0
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* serial: lantiq: Add support for Lightning Mountain SoCRahul Tanwar2019-09-041-0/+71
* serial: lantiq: Make IRQ & ISR assignment dynamicRahul Tanwar2019-09-041-45/+96
* serial: lantiq: Use proper DT compatible stringRahul Tanwar2019-09-041-2/+2
* serial: lantiq: Add SMP supportRahul Tanwar2019-09-041-15/+32
* serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
* serial: lantiq: Change init_lqasc to static declarationSongjun Wu2018-11-091-1/+1
* serial: lantiq: Replace lantiq_soc.h with lantiq.hSongjun Wu2018-11-091-2/+1
* serial: lantiq: Reorder the head filesSongjun Wu2018-11-091-12/+12
* serial: lantiq: Add CCF supportSongjun Wu2018-11-091-2/+10
* serial: lantiq: Replace clk_enable/clk_disable with clk generic APISongjun Wu2018-11-091-3/+3
* serial: lantiq: Rename fpiclk to freqclkSongjun Wu2018-11-091-5/+5
* serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32Songjun Wu2018-11-091-19/+19
* serial: lantiq: Change ltq_w32_mask to asc_update_bitsSongjun Wu2018-11-091-13/+20
* serial: lantiq: Get serial id from dtsSongjun Wu2018-11-091-4/+15
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+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
* tty: update my email addressJohn Crispin2017-01-121-1/+1
* tty: serial: lantiq: implement earlycon supportMartin Blumenstingl2017-01-121-7/+31
* drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker2015-07-231-7/+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: MIPS: lantiq: use devm_iounmap instead of iounmapSudip Mukherjee2014-11-061-1/+3
|/
* serial: Use UPF_* constants with struct uart_port flagsPeter Hurley2014-07-101-1/+1
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-6/+0
* serial: MIPS: lantiq: fix clock error checkJohn Crispin2013-08-121-2/+2
* serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer2013-08-121-0/+3
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-10/+5
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-3/+4
* SERIAL: MIPS: lantiq: implement OF supportJohn Crispin2012-05-211-32/+51
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-3/+3
|\
| * TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-3/+3