summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass5-1/+6
2020-02-03x86: serial: Add a coreboot serial driverSimon Glass3-0/+58
2020-02-03serial: ns16550: Support run-time configurationSimon Glass2-8/+92
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström1-0/+7
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Move clock functions into a new fileSimon Glass4-0/+4
2020-01-17common: Drop floppy disk supportSimon Glass1-6/+1
2020-01-16Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson1-0/+3
2020-01-15serial_lpuart: add support for i.MXRTGiulio Benetti1-4/+11
2020-01-15serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti1-0/+16
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt1-1/+1
2019-12-04Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-03serial: usb: Correct the usbtty_...() prototypesSimon Glass1-0/+1
2019-12-03dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng1-17/+19
2019-11-24drivers: bcm283x: Set pre-location flag for OF_BOARDMatthias Brugger2-2/+2
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao2-17/+187
2019-10-25serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao1-0/+21
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2019-10-08serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan1-1/+1
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-30/+1
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass1-0/+2
2019-10-08serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass1-3/+3
2019-08-27serial: stm32: add Framing error supportPatrick Delaunay2-2/+5
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford1-2/+2
2019-08-15riscv : serial: use rx watermark to indicate rx data is presentSagar Shrikant Kadam1-16/+7
2019-08-12env: Rename environment.h to env_internal.hSimon Glass2-2/+2
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11serial_lpuart: Fix config check issue when using clk driver in SPLYe Li1-4/+4
2019-07-19serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53)Lukasz Majewski1-0/+2
2019-07-19IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driverLukasz Majewski1-2/+0
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+2
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-07-11drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma1-0/+4
2019-06-11serial: mxc: Add iMX6SX compatible stringMarek Vasut1-0/+1
2019-05-24Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-bootTom Rini1-2/+1
2019-05-24drivers: serial: mcfuart: add DT supportAngelo Dureghello2-78/+36
2019-05-23serial: stm32: remove watchog reset in debug putcPatrick Delaunay1-1/+1
2019-05-23serial: stm32: remove unnecessary tracePatrick Delaunay1-1/+0
2019-05-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-4/+1
2019-05-10serial: altera_uart: convert to livetreeSimon Goldschmidt1-4/+1
2019-05-10sh: sh3: Remove CPU supportMarek Vasut1-67/+8
2019-05-10sh: sh2: Remove CPU supportMarek Vasut1-8/+1
2019-05-10serial: sh: Drop assorted SH3, SH4, SH5 macrosMarek Vasut2-115/+8
2019-05-10serial: sh: Drop RTS7751R2D supportMarek Vasut1-5/+0
2019-05-10serial: sh: Drop SH2007 supportMarek Vasut1-8/+2
2019-05-10serial: sh: Drop H8 supportMarek Vasut1-84/+0
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2019-05-08serial: sifive: Change include orderJagan Teki1-1/+1
2019-05-07serial: sh: Add RZ/A1 supportMarek Vasut2-1/+5