aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-05serial: ns16550: Read reg-io-width from device treeAndy Shevchenko1-0/+1
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2-0/+42
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko2-0/+29
2018-12-03Revert "serial: ns16550: fix debug uart putc called before init"Simon Goldschmidt1-16/+2
2018-12-03drivers: serial: get rid of non DM mpc8xx driverChristophe Leroy2-85/+14
2018-12-03drivers: serial: migrate mpc8xx to DMChristophe Leroy1-3/+74
2018-11-28serial: MediaTek: add high-speed uart driver for MediaTek SoCsRyder Lee3-0/+289
2018-11-16serial: ns16550: add setconfig supportSimon Goldschmidt1-2/+41
2018-11-16serial: bcm6858: add serial supportPhilippe Reynes3-0/+307
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng26-17/+18
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt1-2/+16
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+1
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko1-1/+1
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2-29/+115
2018-10-22serial: mxc: Add match string for i.mx6 quad/dual lite serialBernhard Messerklinger1-0/+1
2018-10-22serial: lpuart: support uclass clk apiPeng Fan1-19/+76
2018-10-22serial: lpuart: Enable RX and TX FIFOYe Li1-7/+26
2018-10-22serial_lpuart: Update lpuart driver to support i.MX8Peng Fan1-3/+12
2018-10-09serial: Allow serial to be absent in TPLSimon Glass2-0/+14
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass1-1/+1
2018-10-09serial: sandbox: Allow serial output without device treeSimon Glass1-0/+5
2018-10-09sandbox: Add a debug UARTSimon Glass2-0/+28
2018-09-30serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard1-1/+1
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-1/+1
2018-09-25serial: omap: Add support for AM654 uart controllerLokesh Vutla1-0/+1
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt1-1/+1
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla1-1/+1
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla4-44/+139
2018-09-10serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla1-1/+1
2018-09-10sandbox: Add serial testPatrice Chotard1-0/+14
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard1-6/+15
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+16
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay1-0/+3
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt1-0/+8
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini1-2/+0
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger1-0/+4
2018-07-19serial: zynq: Use platdata for storing static data instead of privMichal Simek1-16/+16
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-07-09serial: Add Actions Semi OWL UART supportManivannan Sadhasivam3-0/+145
2018-06-23serial: uniphier: set clock rate without clock-frequency propertyMasahiro Yamada1-3/+38
2018-06-23serial: uniphier: rename struct uniphier_serial_private_dataMasahiro Yamada1-5/+5
2018-06-15serial: zynq: Make zynq_serial_setbrg staticMichal Simek1-1/+1
2018-06-15serial: zynq: Initialize uart only before relocationMichal Simek1-0/+6