summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_ns16550.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-01-25serial: Remove serial_putc_raw_devTom Rini1-11/+0
2014-10-24serial: add static directive to local functionsMasahiro Yamada1-14/+7
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass1-10/+4
2014-08-09omap: clean-up dead configsMasahiro Yamada1-9/+0
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada1-3/+3
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada1-7/+3
2014-07-22serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada1-6/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-5/+0
2013-02-20serial/ns16550: don't generate functions for undefined portsScott Wood1-0/+12
2012-11-27serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood1-0/+4
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+33
2012-11-04drivers/serial/serial_ns16550.c: sparse fixesKim Phillips1-15/+27
2012-10-26serial: ns16550: Enable COM5 and COM6Andrew Bradford1-3/+33
2012-10-25drivers/serial/serial_ns16550.c: sparse fixesKim Phillips1-6/+6
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-95/+0
2012-10-15serial: ns16550: Rename serial.c to serial_ns16550.cMarek Vasut1-0/+359