aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/lantiq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker1-7/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-06serial: 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-10serial: Use UPF_* constants with struct uart_port flagsPeter Hurley1-1/+1
2014-07-09serial: 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-15TTY: switch tty_flip_buffer_pushJiri Slaby1-10/+5
2013-01-15TTY: 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/gregkh/ttyLinus Torvalds1-3/+3
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-3/+3
2011-09-21SERIAL: Lantiq: Set timeout in uart_portJohn Crispin1-1/+3
2011-05-19SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.John Crispin1-0/+756