summaryrefslogtreecommitdiffstats
path: root/drivers/serial/ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* ns16550: Fix mem mapped endian checkBernhard Messerklinger2018-02-231-2/+2
* serial: ns16550: Fix style violationMario Six2018-01-281-2/+2
* Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese2017-08-241-118/+5
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-231-5/+118
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-111-2/+1
|\
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
* | rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-111-7/+4
|/
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* TI: Drop 'CONFIG_OMAP'Tom Rini2017-05-151-7/+3
* serial: omap: Support debug UARTLokesh Vutla2017-05-111-11/+36
* serial: ns16550: Link in the DM driver when when using platdataAlexandru Gagniuc2017-04-131-5/+8
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-5/+5
* serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher2017-01-201-6/+3
* serial: 16550: Add Ingenic JZ4780 supportMarek Vasut2016-12-191-0/+5
* serial: 16550: Add port type as driver dataMarek Vasut2016-12-191-10/+16
* serial: 16550: Add getfcr accessorMarek Vasut2016-12-191-2/+16
* Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada2016-10-081-5/+2
* serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot2016-10-061-1/+1
* ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini2016-09-221-2/+5
* serial: ns16550: Support clocks via phandlePaul Burton2016-09-211-3/+18
* dm: serial: ns16550: Update to support of-platdataSimon Glass2016-07-141-1/+3
* 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