summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_uniphier.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko2024-03-051-13/+4
* serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen2023-05-131-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* serial: 8250_uniphier: add auto-flow-control supportDai Okamura2018-10-021-0/+3
* serial: 8250_uniphier: flatten probe functionMasahiro Yamada2018-10-021-32/+17
* serial: 8250_uniphier: remove unused "fifo-size" propertyMasahiro Yamada2018-10-021-9/+1
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-01-091-2/+3
* 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: 8250_uniphier: add suspend/resume supportMasahiro Yamada2017-08-281-0/+35
* serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada2017-08-281-6/+16
* serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada2017-08-281-3/+3
* serial: 8250_uniphier: avoid locking for FCR register writeMasahiro Yamada2016-11-101-2/+2
* serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readMasahiro Yamada2016-11-101-18/+24
* serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada2016-10-271-1/+1
* serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko2016-10-271-1/+1
* serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada2016-06-251-1/+1
* serial: 8250_uniphier: add "\n" at the end of error logMasahiro Yamada2016-04-301-1/+1
* serial: 8250/uniphier: fix modular buildArnd Bergmann2016-03-071-1/+1
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-211-2/+6
|\
| * serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada2015-12-121-2/+6
* | serial: 8250_uniphier: add earlycon supportMasahiro Yamada2015-12-131-0/+24
|/
* serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada2015-08-031-0/+1
* serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada2015-06-011-0/+257