summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* serial: Remove serial_putc_raw_devTom Rini2016-01-251-11/+0
* serial: add static directive to local functionsMasahiro Yamada2014-10-231-14/+7
* dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-101-10/+4
* omap: clean-up dead configsMasahiro Yamada2014-08-091-9/+0
* serial: ns16550: use a const variable instead of macroMasahiro Yamada2014-07-221-3/+3
* serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada2014-07-221-7/+3
* serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada2014-07-221-6/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* arm: Remove OMAP2420H4 and all omap24xx supportTom Rini2013-06-101-5/+0
* serial/ns16550: don't generate functions for undefined portsScott Wood2013-02-191-0/+12
* serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood2012-11-261-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-11-051-3/+33
|\
| * serial: ns16550: Enable COM5 and COM6Andrew Bradford2012-10-251-3/+33
* | drivers/serial/serial_ns16550.c: sparse fixesKim Phillips2012-11-041-15/+27
* | drivers/serial/serial_ns16550.c: sparse fixesKim Phillips2012-10-251-6/+6
|/
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-151-95/+0
* serial: ns16550: Rename serial.c to serial_ns16550.cMarek Vasut2012-10-151-0/+359
OpenPOWER on IntegriCloud