summaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot1-1/+1
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini1-2/+5
2016-09-21serial: ns16550: Support clocks via phandlePaul Burton1-3/+18
2016-07-15dm: serial: ns16550: Update to support of-platdataSimon Glass1-1/+3
2016-06-03serial: 16550: Drop OMAP1510 supportMarek Vasut1-17/+3
2016-06-03serial: 16550: Make serial_io/out_shift available to debug modeMarek Vasut1-6/+6
2016-05-26dm: ns16550: Don't map_physmem for I/O portsPaul Burton1-2/+8
2016-03-18dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-02-29Revert "dm: ns16550: Add support for reg-offset property"Tom Rini1-4/+2
2016-02-22dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-01-25ns16550: zap the rockchip serial compatible stringThomas Chou1-1/+5
2016-01-12dm: ns16550: Allow the driver to be omitted if requestedSimon Glass1-0/+2
2016-01-12dm: serial: Convert ns16550 driver to use driver model PCI APISimon Glass1-3/+2
2015-12-06dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass1-0/+1
2015-12-06ns16550: change reg-shift property default to zeroThomas Chou1-1/+1
2015-12-01rockchip: serial driver support rk3036huang lin1-0/+1
2015-11-22ns16550: zap CONFIG_NS16550_SERIALThomas Chou1-4/+0
2015-11-21ns16550: add generic binding to unify the driversThomas Chou1-0/+44
2015-11-21ns16550: change map_sysmem to map_physmemThomas Chou1-3/+2
2015-10-21debug_uart: Adjust the declaration of debug_uart_init()Simon Glass1-1/+1
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2015-07-22ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass1-15/+21
2015-06-11dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver modelSimon Glass1-0/+4
2015-04-29serial: ns16550: Remove hard-coded baud_divisor settingAxel Lin1-1/+0
2015-04-23serial: ns16550: Remove unnecessary init on UART setupSimon Glass1-1/+0
2015-04-23dm: ns16550: Support non-byte register spacing with driver modelSimon Glass1-4/+6
2015-04-23serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass1-10/+15
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