summaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-30/+1
* serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass2019-10-081-3/+3
* serial: ns16550: fix debug uart putc called before initSimon Goldschmidt2019-01-151-2/+18
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-1/+1
* serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko2018-12-051-1/+21
* serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2018-12-051-0/+1
* Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt2018-12-031-16/+2
* serial: ns16550: add setconfig supportSimon Goldschmidt2018-11-161-2/+41
* serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-0/+2
* serial: ns16550: fix debug uart putc called before initSimon Goldschmidt2018-11-141-2/+16
* serial: omap: Introduce DM specific omap serialLokesh Vutla2018-09-101-44/+3
* serial: ns16550: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+8
* 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