summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/lantiq.c
AgeCommit message (Expand)Author
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-06-06serial: lantiq: add missing interrupt ackBernhard Seibold
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)
2022-09-30tty: serial: use FIELD_GET() in lqasc_tx_ready()Jiri Slaby
2022-09-30tty: serial: extend lqasc_tx_ready() to lqasc_console_putchar()Jiri Slaby
2022-09-22tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars()Jiri Slaby
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-30serial: lantiq: store and compare return status correctlyMuhammad Usama Anjum
2021-12-17serial: lantiq: Use platform_get_irq() to get the interruptRob Herring
2020-12-28tty/serial/lantiq: convert comma to semicolonZheng Yongjun
2020-05-15serial: lantiq: Make driver modularRahul Tanwar
2020-05-15serial: lantiq: Make UART's use as console selectableRahul Tanwar
2020-03-06tty: serial: lantiq: Drop GPIO includeLinus Walleij
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-09-04serial: lantiq: Add support for Lightning Mountain SoCRahul Tanwar
2019-09-04serial: lantiq: Make IRQ & ISR assignment dynamicRahul Tanwar
2019-09-04serial: lantiq: Use proper DT compatible stringRahul Tanwar
2019-09-04serial: lantiq: Add SMP supportRahul Tanwar
2019-01-08serial: lantiq: Do not swap register read/writesHauke Mehrtens
2018-11-09serial: lantiq: Change init_lqasc to static declarationSongjun Wu
2018-11-09serial: lantiq: Replace lantiq_soc.h with lantiq.hSongjun Wu
2018-11-09serial: lantiq: Reorder the head filesSongjun Wu
2018-11-09serial: lantiq: Add CCF supportSongjun Wu
2018-11-09serial: lantiq: Replace clk_enable/clk_disable with clk generic APISongjun Wu
2018-11-09serial: lantiq: Rename fpiclk to freqclkSongjun Wu
2018-11-09serial: lantiq: Use readl/writel instead of ltq_r32/ltq_w32Songjun Wu
2018-11-09serial: lantiq: Change ltq_w32_mask to asc_update_bitsSongjun Wu
2018-11-09serial: lantiq: Get serial id from dtsSongjun Wu
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
2017-01-12tty: update my email addressJohn Crispin
2017-01-12tty: serial: lantiq: implement earlycon supportMartin Blumenstingl
2015-07-23drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06serial: MIPS: lantiq: use devm_iounmap instead of iounmapSudip Mukherjee
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-10serial: Use UPF_* constants with struct uart_port flagsPeter Hurley
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2013-08-12serial: MIPS: lantiq: fix clock error checkJohn Crispin
2013-08-12serial: MIPS: lantiq: add clk_enable() call to driverThomas Langer
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-05-21SERIAL: MIPS: lantiq: implement OF supportJohn Crispin
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-21SERIAL: Lantiq: Set timeout in uart_portJohn Crispin