summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_mtk.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_mtk: make two read-only arrays static constColin Ian King2022-03-181-2/+2
* serial: 8250_mtk: fix uart corruption issue when rx power offZhiyong Tao2021-07-291-0/+5
* serial: 8250-mtk: Fix reference leak in mtk8250_probeZhang Qilong2020-11-261-3/+10
* serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang2020-11-061-1/+1
* tty: serial: 8250_mtk: set regshift for mmio32Hsin-Yi Wang2020-09-161-0/+1
* Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-271-0/+18
|\
| * serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
* | serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko2020-06-271-6/+10
|/
* serial: 8250-mtk: modify mtk uart power and clock managementChangqi Hu2020-03-061-18/+32
* serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-11-041-1/+1
* uart: mediatek: support Rx in-band wakeupClaire Chang2019-06-101-0/+24
* serial: 8250-mtk: modify uart DMA rxLong Cheng2019-06-101-29/+20
* serial: 8250-mtk: modify baudrate settingLong Cheng2019-04-251-0/+102
* serial: 8250-mtk: add follow controlLong Cheng2019-04-251-23/+37
* tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-301-0/+3
* Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-101-9/+7
|\
| * tty: serial: 8250_mtk: always resume the device in probe.Peter Shih2018-12-051-9/+7
* | serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
|/
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-10/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: Add define for max baud rate divisorEd Blake2017-10-041-1/+1
* tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha2017-08-281-4/+1
* serial: 8250_mtk: support big baud rate.Eddie Huang2016-08-311-5/+1
* serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada2016-06-251-1/+1
* serial: 8250: convert drivers to use up_to_u8250p()Andy Shevchenko2016-03-071-3/+1
* serial: 8250/mediatek: fix building with SERIAL_8250=mArnd Bergmann2016-03-071-1/+1
* Revert "drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular"Arnd Bergmann2016-03-071-7/+28
* 8250: mediatek: mark PM functions as __maybe_unusedArnd Bergmann2016-02-141-6/+4
* drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker2015-12-131-28/+7
* tty: serial/8250: remove console dependency for mediatekArnd Bergmann2015-05-241-0/+2
* tty: serial: 8250_mtk: Add earlyconEddie Huang2015-05-101-0/+13
* tty: serial: 8250_mtk: Add support for bus clockSascha Hauer2015-05-061-4/+24
* tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer2015-05-061-33/+36
* tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer2015-05-061-5/+2
* tty: serial: 8250_mtk: remove unnecessary testSascha Hauer2015-05-061-8/+4
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
| * tty: serial: 8250_mtk: Fix quot calculationMatthias Brugger2014-11-051-1/+1
* | tty: serial: Fix mediatek UART driver setting baudrate issueEddie Huang2014-11-061-2/+2
|/
* tty: serial: 8250: Add Mediatek UART driverMatthias Brugger2014-09-101-0/+294