aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_mtk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman1-9/+7
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-05serial: 8250-mtk: add uart DMA supportLong Cheng1-1/+209
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-04serial: Add define for max baud rate divisorEd Blake1-1/+1
2017-08-28tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha1-4/+1
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang1-5/+1
2016-06-25serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-03-07serial: 8250: convert drivers to use up_to_u8250p()Andy Shevchenko1-3/+1
2016-03-07serial: 8250/mediatek: fix building with SERIAL_8250=mArnd Bergmann1-1/+1
2016-03-07Revert "drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modular"Arnd Bergmann1-7/+28
2016-02-148250: mediatek: mark PM functions as __maybe_unusedArnd Bergmann1-6/+4
2015-12-13drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker1-28/+7
2015-05-24tty: serial/8250: remove console dependency for mediatekArnd Bergmann1-0/+2
2015-05-10tty: serial: 8250_mtk: Add earlyconEddie Huang1-0/+13
2015-05-06tty: serial: 8250_mtk: Add support for bus clockSascha Hauer1-4/+24
2015-05-06tty: serial: 8250_mtk: use pm_runtime callbacks for enablingSascha Hauer1-33/+36
2015-05-06tty: serial: 8250_mtk: Use devm_clk_getSascha Hauer1-5/+2
2015-05-06tty: serial: 8250_mtk: remove unnecessary testSascha Hauer1-8/+4
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-11-06tty: serial: Fix mediatek UART driver setting baudrate issueEddie Huang1-2/+2
2014-11-05tty: serial: 8250_mtk: Fix quot calculationMatthias Brugger1-1/+1
2014-09-10tty: serial: 8250: Add Mediatek UART driverMatthias Brugger1-0/+294