summaryrefslogtreecommitdiffstats
path: root/drivers/serial/ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 16550: Drop OMAP1510 supportMarek Vasut2016-06-021-17/+3
* serial: 16550: Make serial_io/out_shift available to debug modeMarek Vasut2016-06-021-6/+6
* dm: ns16550: Don't map_physmem for I/O portsPaul Burton2016-05-261-2/+8
* dm: ns16550: Add support for reg-offset propertyMichal Simek2016-03-171-2/+4
* Revert "dm: ns16550: Add support for reg-offset property"Tom Rini2016-02-291-4/+2
* dm: ns16550: Add support for reg-offset propertyMichal Simek2016-02-221-2/+4
* ns16550: zap the rockchip serial compatible stringThomas Chou2016-01-251-1/+5
* dm: ns16550: Allow the driver to be omitted if requestedSimon Glass2016-01-121-0/+2
* dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass2016-01-121-3/+2
* dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass2015-12-051-0/+1
* ns16550: change reg-shift property default to zeroThomas Chou2015-12-051-1/+1
* rockchip: serial driver support rk3036huang lin2015-12-011-0/+1
* ns16550: zap CONFIG_NS16550_SERIALThomas Chou2015-11-211-4/+0
* ns16550: add generic binding to unify the driversThomas Chou2015-11-201-0/+44
* ns16550: change map_sysmem to map_physmemThomas Chou2015-11-201-3/+2
* debug_uart: Adjust the declaration of debug_uart_init()Simon Glass2015-10-211-1/+1
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-311-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-211-15/+21
* dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver modelSimon Glass2015-06-101-0/+4
* serial: ns16550: Remove hard-coded baud_divisor settingAxel Lin2015-04-281-1/+0
* serial: ns16550: Remove unnecessary init on UART setupSimon Glass2015-04-221-1/+0
* dm: ns16550: Support non-byte register spacing with driver modelSimon Glass2015-04-221-4/+6
* serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass2015-04-221-10/+15
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* serial: ns16550: Fix build error due to a typoAxel Lin2015-03-021-1/+1
* serial: ns16550: Support debug UARTSimon Glass2015-02-191-2/+48
* serial: ns16550: Add access functions that don't need platdataSimon Glass2015-02-191-18/+30
* serial: ns16550: Support ns16550 compatible pci uart devicesBin Meng2015-01-131-0/+31
* ns16550.c: Fix for ns16550 driver hanging on OMAP4Gregoire Gentil2014-12-041-4/+5
* dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass2014-10-231-2/+2
* dm: ns16550: Correct the probe logic for platform dataSimon Glass2014-10-231-2/+3
* dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass2014-10-231-3/+3
* dm: serial: ns16550: Correct logic for checking for characterSimon Glass2014-10-231-1/+1
* dm: serial: Add driver model support for ns16550Simon Glass2014-09-101-2/+154
* dm: serial: Collect common baud rate code in ns16550Simon Glass2014-09-101-20/+13
* dm: serial: Move baud rate calculation to ns16550.cSimon Glass2014-09-101-1/+17
* omap: clean-up dead configsMasahiro Yamada2014-08-091-1/+1
* keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-251-2/+2
* serial: nsl16550: add hw flow control supportKaricheri, Muralidharan2014-05-121-0/+6
* k2hk: add support for k2hk SOC and EVMVitaly Andrianov2014-04-171-0/+8
* TI:omap3: Drop omap3_zoom2Tom Rini2014-01-071-3/+2
* Prepare for TI816X : reuse existing code from TI814XTENART Antoine2013-08-151-2/+2
* ARM: AM43xx: Add build supportLokesh Vutla2013-08-151-2/+3
* arm: Remove OMAP2420H4 and all omap24xx supportTom Rini2013-06-101-5/+0
* omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber2013-04-081-2/+16
* ns16550: enable quirks for ti814xMatt Porter2013-03-241-2/+3
* serial: ns16550: Remove unwanted castSimon Glass2013-03-151-1/+1
* serial/ns16550: add an option to avoid hanging on broken platformsJavier Martinez Canillas2013-01-101-0/+2
* serial/ns16550: wait for TEMT before initializingScott Wood2012-11-261-0/+3
OpenPOWER on IntegriCloud