summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla
2018-09-10serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla
2018-09-10sandbox: Add serial testPatrice Chotard
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay
2018-08-10drivers: serial: document on_baudrate()Heinrich Schuchardt
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger
2018-07-19serial: zynq: Use platdata for storing static data instead of privMichal Simek
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan
2018-07-09serial: Add Actions Semi OWL UART supportManivannan Sadhasivam
2018-06-23serial: uniphier: set clock rate without clock-frequency propertyMasahiro Yamada
2018-06-23serial: uniphier: rename struct uniphier_serial_private_dataMasahiro Yamada
2018-06-15serial: zynq: Make zynq_serial_setbrg staticMichal Simek
2018-06-15serial: zynq: Initialize uart only before relocationMichal Simek
2018-06-15serial: zynq: Write chars till output fifo is fullMichal Simek
2018-06-15serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2018-06-01serial: bcm6345: convert to use live dtÁlvaro Fernández Rojas
2018-05-31serial: zynq: Use live-tree functionsMichal Simek
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay
2018-05-26serial: serial_msm: added pinmux & configRamon Fried
2018-05-26serial: serial_msm: initialize uart only before relocationRamon Fried
2018-05-26serial: serial_msm: fail probe if settings clocks failsRamon Fried
2018-05-24serial/serial_arc: Implement debug serialAlexey Brodkin
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin
2018-05-11arm: zynqmp: Add ZynqMP minimal R5 supportMichal Simek
2018-05-11serial: zynq: Remove header depedency on arm header structureMichal Simek
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28serial: serial_stm32: Rename status register flagsPatrice Chotard
2018-04-28serial: serial_stm32: Enable overrunPatrice Chotard
2018-04-28serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16serial: Remove duplicated line in MakefilePatrice Chotard
2018-04-13serial: sh: Add SCIFA0 address entryMarek Vasut
2018-04-11serial: Fix Makefile during SPL and TPL buildMarek Vasut
2018-04-10serial: meson: Update compatible with new Linux bindingsNeil Armstrong
2018-04-06drivers: serial: remove nonexisting initialisation functionsChristophe Leroy
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay
2018-03-16Convert all of CONFIG_CONS_INDEX to KconfigTom Rini
2018-03-09bcm283x_pl011: Flush RX queue after setting baud rateAlexander Graf
2018-03-09serial_bcm283x_mu: Flush RX queue after setting baud rateAlexander Graf
2018-02-23ns16550: Fix mem mapped endian checkBernhard Messerklinger