summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sprd_serial.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sprd: correct the wrong sequence of argumentsChunyan Zhang2019-09-051-1/+1
* serial: sprd: keep console alive even if missing the 'enable' clockChunyan Zhang2019-09-041-4/+21
* serial: sprd: add console_initcall in sprd's uart driverChunyan Zhang2019-09-041-0/+7
* serial: sprd: check the right port and membaseChunyan Zhang2019-09-041-4/+6
* serial: sprd: Add loopback function supportBaolin Wang2019-09-041-1/+9
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing2019-04-161-1/+1
* serial: sprd: Add DMA mode supportLanqing Liu2019-03-281-14/+426
* serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu2019-03-281-4/+57
* serial: sprd: Modify the baud rate calculation formulaLanqing Liu2019-02-261-1/+1
* serial: sprd: Fix the indentation issueBaolin Wang2018-09-181-24/+22
* serial: sprd: Change 'int' to 'unsigned int'Baolin Wang2018-09-181-4/+5
* serial: sprd: Remove unnecessary resource validationBaolin Wang2018-09-181-5/+2
* serial: sprd: Use readable macros instead of magic numberBaolin Wang2018-09-181-8/+17
* serial: sprd: Remove unused structureBaolin Wang2018-09-181-11/+0
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-9/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: serial: sprd: fix error return code in sprd_probe()Gustavo A. R. Silva2017-08-281-2/+2
* serial: sprd: clear timeout interrupt only rather than all interruptsLanqing Liu2017-07-301-1/+3
* serial: sprd: adjust TIMEOUT to a big valueWei Qiao2017-04-081-1/+1
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-2/+0
* serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko2015-12-131-1/+1
* tty: serial: sprd: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-041-0/+1
* serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo2015-06-121-1/+1
* Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman2015-03-091-1/+5
|\
| * serial: sprd: Fix iotypePeter Hurley2015-03-071-1/+3
| * sprd_serial: compile sprd_suspend and sprd_resume conditionallyPaul Bolle2015-03-071-0/+2
* | serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin2015-03-071-1/+3
|/
* tty/serial: Add Spreadtrum sc9836-uart driver supportChunyan Zhang2015-02-021-0/+793