aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
AgeCommit message (Expand)Author
2021-03-03serial: ns16550: Handle zero <clock-frequency> valueBin Meng
2021-03-03serial: ns16550: Correct the base address typeBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano
2020-05-18common: Drop log.h from common headerSimon Glass
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko
2020-04-04serial: ns16550: Fix ordering of getting base addressBin Meng
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-04serial: ns16550: Support run-time configurationSimon Glass
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström
2020-01-17common: Move clock functions into a new fileSimon Glass
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass
2019-01-15serial: ns16550: fix debug uart putc called before initSimon Goldschmidt
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko
2018-12-03Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt
2018-11-16serial: ns16550: add setconfig supportSimon Goldschmidt
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan
2018-02-23ns16550: Fix mem mapped endian checkBernhard Messerklinger
2018-01-28serial: ns16550: Fix style violationMario Six
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass
2017-07-11rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-15TI: Drop 'CONFIG_OMAP'Tom Rini
2017-05-11serial: omap: Support debug UARTLokesh Vutla
2017-04-13serial: ns16550: Link in the DM driver when when using platdataAlexandru Gagniuc
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher
2016-12-19serial: 16550: Add Ingenic JZ4780 supportMarek Vasut
2016-12-19serial: 16550: Add port type as driver dataMarek Vasut
2016-12-19serial: 16550: Add getfcr accessorMarek Vasut
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada