summaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-03-02serial: ns16550: Fix build error due to a typoAxel Lin1-1/+1
2015-02-19serial: ns16550: Support debug UARTSimon Glass1-2/+48
2015-02-19serial: ns16550: Add access functions that don't need platdataSimon Glass1-18/+30
2015-01-13serial: ns16550: Support ns16550 compatible pci uart devicesBin Meng1-0/+31
2014-12-05ns16550.c: Fix for ns16550 driver hanging on OMAP4Gregoire Gentil1-4/+5
2014-10-24dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass1-2/+2
2014-10-24dm: ns16550: Correct the probe logic for platform dataSimon Glass1-2/+3
2014-10-24dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass1-3/+3
2014-10-24dm: serial: ns16550: Correct logic for checking for characterSimon Glass1-1/+1
2014-09-10dm: serial: Add driver model support for ns16550Simon Glass1-2/+154
2014-09-10dm: serial: Collect common baud rate code in ns16550Simon Glass1-20/+13
2014-09-10dm: serial: Move baud rate calculation to ns16550.cSimon Glass1-1/+17
2014-08-09omap: clean-up dead configsMasahiro Yamada1-1/+1
2014-07-26keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan1-2/+2
2014-05-12serial: nsl16550: add hw flow control supportKaricheri, Muralidharan1-0/+6
2014-04-18k2hk: add support for k2hk SOC and EVMVitaly Andrianov1-0/+8
2014-01-08TI:omap3: Drop omap3_zoom2Tom Rini1-3/+2
2013-08-16Prepare for TI816X : reuse existing code from TI814XTENART Antoine1-2/+2
2013-08-15ARM: AM43xx: Add build supportLokesh Vutla1-2/+3
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-5/+0
2013-04-08omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber1-2/+16
2013-03-24ns16550: enable quirks for ti814xMatt Porter1-2/+3
2013-03-16serial: ns16550: Remove unwanted castSimon Glass1-1/+1
2013-01-11serial/ns16550: add an option to avoid hanging on broken platformsJavier Martinez Canillas1-0/+2
2012-11-27serial/ns16550: wait for TEMT before initializingScott Wood1-0/+3
2012-10-15serial: ns16550: Call usbtty_poll only in non-SPL buildMarek Vasut1-1/+1
2012-09-01serial/ns16550: ns16550 has a different register layout on SOC_DA8XXMikhail Kshevetskiy1-1/+1
2011-10-27ARM:AM33XX: Add support for TI AM335X EVMChandan Nath1-2/+5
2011-10-23NS16550: trivial code clean for checkpatchSimon Glass1-17/+20
2011-10-01ns16550: change to allow 32 bit access to registersDave Aldridge1-0/+6
2010-12-17Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macroPrafulla Wadaskar1-2/+6
2010-10-13ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boardsStefan Roese1-0/+9
2010-05-06SERIAL: Enable port-mapped accessGraeme Russ1-30/+39
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-02-04ns16550: kick watchdog while waiting for a characterLadislav Michl1-0/+2
2009-06-12ZOOM2 Add serial support.Tom Rix1-2/+2
2009-04-04Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel1-18/+21
2009-02-22drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)Mike Frysinger1-5/+1
2009-02-19Create configuration option for restricted ns16550 functionsRon Madrid1-0/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-02-05OMAP5912: fix FIFO handling in UART driverWolfgang Denk1-4/+12
2007-11-26drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD1-0/+71