summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/lantiq.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+3
2023-06-06serial: lantiq: add missing interrupt ackBernhard Seibold1-0/+1
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König1-1/+3
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-32/+4
2022-09-30tty: serial: use FIELD_GET() in lqasc_tx_ready()Jiri Slaby1-2/+2
2022-09-30tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar()Jiri Slaby1-6/+3
2022-09-22tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars()Jiri Slaby1-2/+8
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-12-30serial: lantiq: store and compare return status correctlyMuhammad Usama Anjum1-10/+14
2021-12-17serial: lantiq: Use platform_get_irq() to get the interruptRob Herring1-15/+13
2020-12-28tty/serial/lantiq: convert comma to semicolonZheng Yongjun1-1/+1
2020-05-15serial: lantiq: Make driver modularRahul Tanwar1-4/+25
2020-05-15serial: lantiq: Make UART's use as console selectableRahul Tanwar1-1/+10
2020-03-06tty: serial: lantiq: Drop GPIO includeLinus Walleij1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-09-04serial: lantiq: Add support for Lightning Mountain SoCRahul Tanwar1-0/+71
2019-09-04serial: lantiq: Make IRQ & ISR assignment dynamicRahul Tanwar1-45/+96
2019-09-04serial: lantiq: Use proper DT compatible stringRahul Tanwar1-2/+2
2019-09-04serial: lantiq: Add SMP supportRahul Tanwar1-15/+32
2019-01-08serial: lantiq: Do not swap register read/writesHauke Mehrtens1-17/+19
2018-11-09serial: lantiq: Change init_lqasc to static declarationSongjun Wu1-1/+1
2018-11-09serial: lantiq: Replace lantiq_soc.h with lantiq.hSongjun Wu1-2/+1
2018-11-09serial: lantiq: Reorder the head filesSongjun Wu1-12/+12
2018-11-09serial: lantiq: Add CCF supportSongjun Wu1-2/+10
2018-11-09serial: lantiq: Replace clk_enable/clk_disable with clk generic APISongjun Wu1-3/+3
2018-11-09serial: lantiq: Rename fpiclk to freqclkSongjun Wu1-5/+5
2018-11-09serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32Songjun Wu1-19/+19
2018-11-09serial: lantiq: Change ltq_w32_mask to asc_update_bitsSongjun Wu1-13/+20
2018-11-09serial: lantiq: Get serial id from dtsSongjun Wu1-4/+15
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-13/+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
2017-01-12tty: update my email addressJohn Crispin1-1/+1
2017-01-12tty: serial: lantiq: implement earlycon supportMartin Blumenstingl1-7/+31
2015-07-24drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker1-7/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-07serial: MIPS: lantiq: use devm_iounmap instead of iounmapSudip Mukherjee1-1/+3
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-11serial: Use UPF_* constants with struct uart_port flagsPeter Hurley1-1/+1
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2013-08-12serial: MIPS: lantiq: fix clock error checkJohn Crispin1-2/+2
2013-08-12serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer1-0/+3
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-10/+5
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-3/+4
2012-05-21SERIAL: MIPS: lantiq: implement OF supportJohn Crispin1-32/+51
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang1-3/+3
2011-09-21SERIAL: Lantiq: Set timeout in uart_portJohn Crispin1-1/+3