summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-131-4/+1
|\
| * serial: altera_uart: convert to livetreeSimon Goldschmidt2019-05-101-4/+1
* | sh: sh3: Remove CPU supportMarek Vasut2019-05-101-67/+8
* | sh: sh2: Remove CPU supportMarek Vasut2019-05-101-8/+1
* | serial: sh: Drop assorted SH3, SH4, SH5 macrosMarek Vasut2019-05-102-115/+8
* | serial: sh: Drop RTS7751R2D supportMarek Vasut2019-05-101-5/+0
* | serial: sh: Drop SH2007 supportMarek Vasut2019-05-101-8/+2
* | serial: sh: Drop H8 supportMarek Vasut2019-05-101-84/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-081-1/+1
|\
| * serial: sifive: Change include orderJagan Teki2019-05-091-1/+1
* | serial: sh: Add RZ/A1 supportMarek Vasut2019-05-072-1/+5
* | sh: 7785: Remove CPU supportMarek Vasut2019-05-072-6/+1
* | sh: 7724: Remove CPU supportMarek Vasut2019-05-071-12/+3
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
|/
* serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2019-04-092-0/+21
* imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdefAdam Ford2019-03-131-2/+2
* drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra2019-02-271-16/+16
* drivers: serial_sifive: Fix baud rate calculationAtish Patra2019-02-271-2/+26
* imx: serial_mxc: disable ri and dcd irq in dte modeMax Krummenacher2019-02-151-4/+9
* drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driverVabhav Sharma2019-02-091-2/+0
* serial_arc: Allocate buffer for private dataAlexey Brodkin2019-01-251-0/+1
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-151-18/+9
|\
| * dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-6/+3
| * dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-6/+3
| * dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-6/+3
* | serial: ns16550: fix debug uart putc called before initSimon Goldschmidt2019-01-152-2/+30
* | drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UARTSimon Goldschmidt2019-01-151-0/+1
|/
* drivers: serial: Add SiFive UART driverAnup Patel2018-12-183-0/+229
* serial: serial_stm32: Add reset supportPatrice Chotard2018-12-151-0/+9
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-1/+1
* serial: omap: Add code for early debuggingFelix Brack2018-12-071-1/+41
* serial: bcm6858: remove driver and switch to bcm6345Álvaro Fernández Rojas2018-12-073-308/+1
* serial: bcm6345: switch to raw I/O functionsÁlvaro Fernández Rojas2018-12-071-50/+49
* serial: ns16550: Provide ->getinfo() implementationAndy Shevchenko2018-12-051-1/+21
* serial: ns16550: Read reg-io-width from device treeAndy Shevchenko2018-12-051-0/+1
* dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-052-0/+42
* dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-052-0/+29
* Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt2018-12-031-16/+2
* drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy2018-12-032-85/+14
* drivers: serial: migrate mpc8xx to DMChristophe Leroy2018-12-031-3/+74
* serial: MediaTek: add high-speed uart driver for MediaTek SoCsRyder Lee2018-11-283-0/+289
* serial: ns16550: add setconfig supportSimon Goldschmidt2018-11-161-2/+41
* serial: bcm6858: add serial supportPhilippe Reynes2018-11-163-0/+307
* serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-1426-17/+18
* serial: ns16550: fix debug uart putc called before initSimon Goldschmidt2018-11-141-2/+16
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+1
* dm: Fix typo - missed semicolonAndy Shevchenko2018-11-091-1/+1
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-252-29/+115
|\
| * serial: mxc: Add match string for i.mx6 quad/dual lite serialBernhard Messerklinger2018-10-221-0/+1
| * serial: lpuart: support uclass clk apiPeng Fan2018-10-221-19/+76