summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * serial: lpuart: Enable RX and TX FIFOYe Li2018-10-221-7/+26
| * serial_lpuart: Update lpuart driver to support i.MX8Peng Fan2018-10-221-3/+12
* | serial: Allow serial to be absent in TPLSimon Glass2018-10-092-0/+14
* | sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-1/+1
* | serial: sandbox: Allow serial output without device treeSimon Glass2018-10-091-0/+5
* | sandbox: Add a debug UARTSimon Glass2018-10-092-0/+28
|/
* serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard2018-09-301-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-261-1/+1
|\
| * efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt2018-09-231-1/+1
* | serial: omap: Add support for AM654 uart controllerLokesh Vutla2018-09-251-0/+1
|/
* arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla2018-09-111-1/+1
* serial: omap: Introduce DM specific omap serialLokesh Vutla2018-09-104-44/+139
* serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla2018-09-101-1/+1
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+14
* serial: stm32: Replace setparity by setconfigPatrice Chotard2018-09-101-6/+15
* dm: serial: Replace setparity by setconfigPatrice Chotard2018-09-101-0/+16
* serial: protect access to serial rx bufferPatrick Delaunay2018-09-101-0/+3
* drivers: serial: document on_baudrate()Heinrich Schuchardt2018-08-101-0/+8
* mips: au1x00: Remove support for these SoCsTom Rini2018-08-081-2/+0
* sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger2018-07-261-0/+4
* serial: zynq: Use platdata for storing static data instead of privMichal Simek2018-07-191-16/+16
* serial: ns16550: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+8
* serial: Add Actions Semi OWL UART supportManivannan Sadhasivam2018-07-093-0/+145
* serial: uniphier: set clock rate without clock-frequency propertyMasahiro Yamada2018-06-231-3/+38
* serial: uniphier: rename struct uniphier_serial_private_dataMasahiro Yamada2018-06-231-5/+5
* serial: zynq: Make zynq_serial_setbrg staticMichal Simek2018-06-151-1/+1
* serial: zynq: Initialize uart only before relocationMichal Simek2018-06-151-0/+6
* serial: zynq: Write chars till output fifo is fullMichal Simek2018-06-151-2/+2
* serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek2018-06-151-8/+8