summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_mtk.c
AgeCommit message (Expand)AuthorLines
2025-10-22serial: 8250_mtk: Enable baud clock and manage in runtime PMDaniel Golle-2/+4
2024-10-11serial: 8250: Fix typos in comments across various filesYu Jiaoliang-2/+2
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+6
2024-05-04serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeupPin-yen Lin-2/+6
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)-1/+1
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-18serial: 8250_mtk: Use port lock wrappersThomas Gleixner-4/+4
2023-06-06serial: 8250_mtk: Simplify clock sequencing and runtime PMChen-Yu Tsai-40/+10
2023-05-30serial: 8250: synchronize and annotate UART_IER accessJohn Ogness-0/+9
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2022-05-19Revert "serial: 8250_mtk: Make sure to select the right FEATURE_SEL"AngeloGioacchino Del Regno-7/+0
2022-05-05serial: 8250_mtk: Fix register address for XON/XOFF characterAngeloGioacchino Del Regno-2/+5
2022-05-05serial: 8250_mtk: Make sure to select the right FEATURE_SELAngeloGioacchino Del Regno-0/+7
2022-05-05serial: 8250_mtk: Fix UART_EFR register addressAngeloGioacchino Del Regno-7/+8
2022-03-18serial: 8250_mtk: make two read-only arrays static constColin Ian King-2/+2
2021-07-29serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao-0/+5
2020-11-26serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong-3/+10
2020-11-06serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang-1/+1
2020-09-16tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang-0/+1
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman-0/+18
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin-0/+18
2020-06-27serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko-6/+10
2020-03-06serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu-18/+32
2019-11-04serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich-1/+1
2019-06-10uart: mediatek: support Rx in-band wakeupClaire Chang-0/+24
2019-06-10serial: 8250-mtk: modify uart DMA rxLong Cheng-29/+20
2019-04-25serial: 8250-mtk: modify baudrate settingLong Cheng-0/+102
2019-04-25serial: 8250-mtk: add follow controlLong Cheng-23/+37
2019-01-30tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva-0/+3
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman-9/+7
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih-9/+7
2018-12-05serial: 8250-mtk: add uart DMA supportLong Cheng-1/+209
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-10-04serial: Add define for max baud rate divisorEd Blake-1/+1
2017-08-28tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha-4/+1
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang-5/+1
2016-06-25serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada-1/+1
2016-03-07serial: 8250: convert drivers to use up_to_u8250p()Andy Shevchenko-3/+1
2016-03-07serial: 8250/mediatek: fix building with SERIAL_8250=mArnd Bergmann-1/+1
2016-03-07Revert "drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular"Arnd Bergmann-7/+28
2016-02-148250: mediatek: mark PM functions as __maybe_unusedArnd Bergmann-6/+4
2015-12-13drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker-28/+7
2015-05-24tty: serial/8250: remove console dependency for mediatekArnd Bergmann-0/+2
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang-0/+13
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer-4/+24
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer-33/+36
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer-5/+2
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer-8/+4