aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-16serial: ns16550: fix comment to mention schedule instead of watchdog_resetRasmus Villemoes1-4/+4
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07serial: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-10-06pci: serial: Support reading PCI-register size with baseWIP/2023-10-06-spl-prepare-for-universal-payloadSimon Glass1-5/+11
2023-10-06serial: Drop ns16550 serial_getinfo() in SPLSimon Glass1-0/+5
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-6/+6
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-4/+4
2022-12-05powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini1-4/+4
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-3/+3
2022-07-08serial: ns16550: Wait in debug_uart_init until tx buffer is emptyPali Rohár1-0/+4
2022-05-17serial: ns16550: Add support for SPL_DEBUG_UART_BASEPali Rohár1-2/+2
2022-04-18rockchip: serial: move driver alias to serial_rockchip.cJohan Jonker1-2/+0
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini1-2/+2
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-4/+4
2021-03-03serial: ns16550: Handle zero <clock-frequency> valueBin Meng1-0/+2
2021-03-03serial: ns16550: Correct the base address typeBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-3/+3
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass1-13/+13
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-22/+22
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-13/+13
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-4/+4
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko1-0/+2
2020-04-04serial: ns16550: Fix ordering of getting base addressBin Meng1-17/+22
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner1-12/+28
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-04serial: ns16550: Support run-time configurationSimon Glass1-8/+71
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström1-0/+7
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-30/+1
2019-10-08serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass1-3/+3
2019-01-15serial: ns16550: fix debug uart putc called before initSimon Goldschmidt1-2/+18
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori1-1/+1
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko1-1/+21
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko1-0/+1
2018-12-03Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt1-16/+2
2018-11-16serial: ns16550: add setconfig supportSimon Goldschmidt1-2/+41
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-0/+2
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt1-2/+16
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla1-44/+3
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-02-23ns16550: Fix mem mapped endian checkBernhard Messerklinger1-2/+2
2018-01-28serial: ns16550: Fix style violationMario Six1-2/+2