summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2020-01-14serial_lpuart: add support for i.MXRTGiulio Benetti
2020-01-14serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt
2019-12-03Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass
2019-12-02dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng
2019-11-24drivers: bcm283x: Set pre-location flag for OF_BOARDMatthias Brugger
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao
2019-10-25serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass
2019-10-08dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass
2019-10-08serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass
2019-08-27serial: stm32: add Framing error supportPatrick Delaunay
2019-08-26Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford
2019-08-15riscv : serial: use rx watermark to indicate rx data is presentSagar Shrikant Kadam
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11serial_lpuart: Fix config check issue when using clk driver in SPLYe Li
2019-07-19serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53)Lukasz Majewski
2019-07-19IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driverLukasz Majewski
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-10drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma
2019-06-11serial: mxc: Add iMX6SX compatible stringMarek Vasut
2019-05-24Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-bootTom Rini
2019-05-24drivers: serial: mcfuart: add DT supportAngelo Dureghello
2019-05-23serial: stm32: remove watchog reset in debug putcPatrick Delaunay
2019-05-23serial: stm32: remove unnecessary tracePatrick Delaunay
2019-05-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2019-05-10serial: altera_uart: convert to livetreeSimon Goldschmidt
2019-05-10sh: sh3: Remove CPU supportMarek Vasut
2019-05-10sh: sh2: Remove CPU supportMarek Vasut
2019-05-10serial: sh: Drop assorted SH3, SH4, SH5 macrosMarek Vasut
2019-05-10serial: sh: Drop RTS7751R2D supportMarek Vasut
2019-05-10serial: sh: Drop SH2007 supportMarek Vasut
2019-05-10serial: sh: Drop H8 supportMarek Vasut
2019-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2019-05-09serial: sifive: Change include orderJagan Teki
2019-05-07serial: sh: Add RZ/A1 supportMarek Vasut
2019-05-07sh: 7785: Remove CPU supportMarek Vasut
2019-05-07sh: 7724: Remove CPU supportMarek Vasut
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-04-09serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese
2019-03-13imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdefAdam Ford
2019-02-27drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra
2019-02-27drivers: serial_sifive: Fix baud rate calculationAtish Patra
2019-02-15imx: serial_mxc: disable ri and dcd irq in dte modeMax Krummenacher