summaryrefslogtreecommitdiffstats
path: root/drivers/serial/ns16550.c
Commit message (Expand)AuthorAgeFilesLines
* serial: ns16550: Handle zero <clock-frequency> valueBin Meng2021-03-031-0/+2
* serial: ns16550: Correct the base address typeBin Meng2021-03-031-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-3/+3
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* serial: Rename ns16550 functions to lower caseSimon Glass2021-01-051-13/+13
* serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-22/+22
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-13/+13
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-4/+4
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko2020-04-161-0/+2
* serial: ns16550: Fix ordering of getting base addressBin Meng2020-04-041-17/+22
* serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner2020-03-051-12/+28
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* serial: ns16550: Support run-time configurationSimon Glass2020-02-041-8/+71
* serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström2020-01-241-0/+7
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* 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