aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-15serial: zynq: Write chars till output fifo is fullMichal Simek1-2/+2
2018-06-15serial: zynq: Use BIT macros instead of shifts and full hex numbersMichal Simek1-8/+8
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-6/+2
2018-06-01serial: bcm6345: convert to use live dtÁlvaro Fernández Rojas1-6/+2
2018-05-31serial: zynq: Use live-tree functionsMichal Simek1-1/+3
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay2-2/+51
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard2-10/+10
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay2-22/+92
2018-05-26serial: serial_msm: added pinmux & configRamon Fried1-6/+18
2018-05-26serial: serial_msm: initialize uart only before relocationRamon Fried1-0/+4
2018-05-26serial: serial_msm: fail probe if settings clocks failsRamon Fried1-2/+4
2018-05-24serial/serial_arc: Implement debug serialAlexey Brodkin2-0/+35
2018-05-24serial: Convert ARC_SERIAL to KconfigAlexey Brodkin1-0/+7
2018-05-11arm: zynqmp: Add ZynqMP minimal R5 supportMichal Simek1-1/+1
2018-05-11serial: zynq: Remove header depedency on arm header structureMichal Simek1-1/+0
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini41-83/+41
2018-04-28serial: serial_stm32: Rename status register flagsPatrice Chotard2-8/+8
2018-04-28serial: serial_stm32: Enable overrunPatrice Chotard2-8/+15
2018-04-28serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen2-4/+7
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini6-12/+0
2018-04-16serial: Remove duplicated line in MakefilePatrice Chotard1-1/+0
2018-04-13serial: sh: Add SCIFA0 address entryMarek Vasut1-0/+2
2018-04-11serial: Fix Makefile during SPL and TPL buildMarek Vasut1-2/+18
2018-04-10serial: meson: Update compatible with new Linux bindingsNeil Armstrong1-0/+1
2018-04-06drivers: serial: remove nonexisting initialisation functionsChristophe Leroy1-64/+0
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy1-1/+1
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy1-1/+1
2018-03-19arm: stm32: add new architecture for STM32MP familyPatrick Delaunay1-3/+3
2018-03-16Convert all of CONFIG_CONS_INDEX to KconfigTom Rini1-8/+40
2018-03-09bcm283x_pl011: Flush RX queue after setting baud rateAlexander Graf3-7/+35
2018-03-09serial_bcm283x_mu: Flush RX queue after setting baud rateAlexander Graf1-1/+7
2018-02-23ns16550: Fix mem mapped endian checkBernhard Messerklinger1-2/+2
2018-02-16serial: Replace CONFIG_ with CONFIG_IS_ENABLEDMarek Vasut1-2/+2
2018-01-29serial: Make full device search optionalAlexander Graf2-0/+25
2018-01-28bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf5-9/+100
2018-01-28bcm2835_mu_serial: Convert to KconfigAlexander Graf1-0/+7
2018-01-28pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl010: Convert CONFIG_PL010_SERIAL to KconfigAlexander Graf1-0/+6
2018-01-28pl01x: Convert to dev_readAlexander Graf1-5/+3
2018-01-28serial_bcm283x_mu: Fail loading if not muxedAlexander Graf1-0/+28