summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-07sh: 7785: Remove CPU supportMarek Vasut2-6/+1
2019-05-07sh: 7724: Remove CPU supportMarek Vasut1-12/+3
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2019-04-09serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2-0/+21
2019-03-13imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdefAdam Ford1-2/+2
2019-02-27drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra1-16/+16
2019-02-27drivers: serial_sifive: Fix baud rate calculationAtish Patra1-2/+26
2019-02-16imx: serial_mxc: disable ri and dcd irq in dte modeMax Krummenacher1-4/+9
2019-02-09drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driverVabhav Sharma1-2/+0
2019-01-25serial_arc: Allocate buffer for private dataAlexey Brodkin1-0/+1
2019-01-16Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini1-18/+9
2019-01-15serial: ns16550: fix debug uart putc called before initSimon Goldschmidt2-2/+30
2019-01-15drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UARTSimon Goldschmidt1-0/+1
2019-01-15dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-6/+3
2019-01-15dm: serial: Adjust serial_setconfig() to use proper APISimon Glass1-6/+3
2019-01-15dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-6/+3
2018-12-18drivers: serial: Add SiFive UART driverAnup Patel3-0/+229
2018-12-15serial: serial_stm32: Add reset supportPatrice Chotard1-0/+9
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori1-1/+1
2018-12-07serial: omap: Add code for early debuggingFelix Brack1-1/+41
2018-12-07serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas3-308/+1
2018-12-07serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas1-50/+49
2018-12-05serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko1-1/+21