summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0741-83/+41
* serial: serial_stm32: Rename status register flagsPatrice Chotard2018-04-282-8/+8
* serial: serial_stm32: Enable overrunPatrice Chotard2018-04-282-8/+15
* serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen2018-04-282-4/+7
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-276-12/+0
* serial: Remove duplicated line in MakefilePatrice Chotard2018-04-161-1/+0
* serial: sh: Add SCIFA0 address entryMarek Vasut2018-04-131-0/+2
* serial: Fix Makefile during SPL and TPL buildMarek Vasut2018-04-111-2/+18
* serial: meson: Update compatible with new Linux bindingsNeil Armstrong2018-04-101-0/+1
* drivers: serial: remove nonexisting initialisation functionsChristophe Leroy2018-04-061-64/+0
* powercp: mpc8xx: move commproc.hChristophe Leroy2018-04-061-1/+1
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* arm: stm32: add new architecture for STM32MP familyPatrick Delaunay2018-03-191-3/+3
* Convert all of CONFIG_CONS_INDEX to KconfigTom Rini2018-03-161-8/+40
* bcm283x_pl011: Flush RX queue after setting baud rateAlexander Graf2018-03-093-7/+35
* serial_bcm283x_mu: Flush RX queue after setting baud rateAlexander Graf2018-03-091-1/+7
* ns16550: Fix mem mapped endian checkBernhard Messerklinger2018-02-231-2/+2
* serial: Replace CONFIG_ with CONFIG_IS_ENABLEDMarek Vasut2018-02-161-2/+2
* serial: Make full device search optionalAlexander Graf2018-01-292-0/+25
* bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf2018-01-285-9/+100
* bcm2835_mu_serial: Convert to KconfigAlexander Graf2018-01-281-0/+7
* pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* pl010: Convert CONFIG_PL010_SERIAL to KconfigAlexander Graf2018-01-281-0/+6
* pl01x: Convert to dev_readAlexander Graf2018-01-281-5/+3
* serial_bcm283x_mu: Fail loading if not muxedAlexander Graf2018-01-281-0/+28
* serial_bcm283x_mu: Always skip initAlexander Graf2018-01-281-1/+6
* serial_bcm283x_mu: Convert to dev_readAlexander Graf2018-01-281-7/+3
* serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf2018-01-281-17/+1
* serial: Use next serial device if probing failsAlexander Graf2018-01-281-6/+19
* serial: ns16550: Fix style violationMario Six2018-01-281-2/+2
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2018-01-272-11/+7
|\
| * serial: sh: Add support for R7S72100 (RZ/A1)Chris Brandt2018-01-241-1/+2
| * serial: sh: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut2018-01-241-9/+4
| * serial: sh: Replace fdtdec_get_addr() with devfdt_get_addr()Marek Vasut2018-01-241-2/+2
* | Merge git://git.denx.de/u-boot-spiTom Rini2018-01-261-2/+2
|\ \ | |/ |/|
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-2/+2
* | serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard2018-01-194-6/+6
* | serial: lpuart: Proper device identificationSriram Dash2018-01-151-11/+7
* | board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard2018-01-101-117/+0
|/
* serial: sh: Unify R8A7795 and R8A7796 as Gen3Marek Vasut2017-11-301-2/+1
* arm: zynq: Move ZYNQ_SERIAL to KconfigMichal Simek2017-11-281-0/+7
* serial: nulldev: Implement "pending" function to fix tstc return "true"Wilson Lee2017-11-171-0/+6
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-062-4/+4
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-3/+3
* usbtty: fix typosHeinrich Schuchardt2017-10-161-1/+1
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-101-3/+6
|\
| * serial: sh: Enable clock if availableMarek Vasut2017-09-241-3/+6
* | serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard2017-10-081-7/+2
* | serial: stm32x7: add STM32F4 supportPatrice Chotard2017-10-083-2/+10