aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_uniphier.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05serial: 8250_uniphier: Switch to use uart_read_port_properties()Andy Shevchenko1-13/+4
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13serial: 8250: Change dl_read/write to handle value as u32Ilpo Järvinen1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2018-10-02serial: 8250_uniphier: add auto-flow-control supportDai Okamura1-0/+3
2018-10-02serial: 8250_uniphier: flatten probe functionMasahiro Yamada1-32/+17
2018-10-02serial: 8250_uniphier: remove unused "fifo-size" propertyMasahiro Yamada1-9/+1
2018-01-09serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
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-08-28serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada1-0/+35
2017-08-28serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada1-6/+16
2017-08-28serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada1-3/+3
2016-11-10serial: 8250_uniphier: avoid locking for FCR register writeMasahiro Yamada1-2/+2
2016-11-10serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readMasahiro Yamada1-18/+24
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-06-25serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-04-30serial: 8250_uniphier: add "\n" at the end of error logMasahiro Yamada1-1/+1
2016-03-07serial: 8250/uniphier: fix modular buildArnd Bergmann1-1/+1
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman1-2/+6
2015-12-13serial: 8250_uniphier: add earlycon supportMasahiro Yamada1-0/+24
2015-12-12serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada1-2/+6
2015-08-03serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada1-0/+1
2015-06-01serial: 8250_uniphier: add UniPhier serial driverMasahiro Yamada1-0/+257