summaryrefslogtreecommitdiff
path: root/drivers/serial/ns16550.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+4
2020-05-19common: 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-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-03serial: 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-04Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt1-16/+2
2018-11-17serial: 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-11serial: 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
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese1-118/+5
2017-07-24serial: ns16550: Add RX interrupt buffer supportStefan Roese1-5/+118
2017-07-12Merge git://git.denx.de/u-boot-dmTom Rini1-2/+1
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass1-10/+5
2017-07-11rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich1-7/+4
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-15TI: Drop 'CONFIG_OMAP'Tom Rini1-7/+3
2017-05-12serial: omap: Support debug UARTLokesh Vutla1-11/+36
2017-04-13serial: ns16550: Link in the DM driver when when using platdataAlexandru Gagniuc1-5/+8
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-5/+5
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher1-6/+3
2016-12-19serial: 16550: Add Ingenic JZ4780 supportMarek Vasut1-0/+5
2016-12-19serial: 16550: Add port type as driver dataMarek Vasut1-10/+16
2016-12-19serial: 16550: Add getfcr accessorMarek Vasut1-2/+16
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada1-5/+2
2016-10-06serial: ns16550: Handle -ENOENT when requesting clockAlexandre Courbot1-1/+1
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini1-2/+5
2016-09-21serial: ns16550: Support clocks via phandlePaul Burton1-3/+18
2016-07-15dm: serial: ns16550: Update to support of-platdataSimon Glass1-1/+3
2016-06-03serial: 16550: Drop OMAP1510 supportMarek Vasut1-17/+3
2016-06-03serial: 16550: Make serial_io/out_shift available to debug modeMarek Vasut1-6/+6
2016-05-26dm: ns16550: Don't map_physmem for I/O portsPaul Burton1-2/+8
2016-03-18dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-02-29Revert "dm: ns16550: Add support for reg-offset property"Tom Rini1-4/+2
2016-02-22dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-01-25ns16550: zap the rockchip serial compatible stringThomas Chou1-1/+5
2016-01-12dm: ns16550: Allow the driver to be omitted if requestedSimon Glass1-0/+2