summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | serial: stm32x7: add fifo support for STM32H7Patrice Chotard2017-10-082-3/+15
* | serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2017-10-082-44/+66
* | serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard2017-10-081-2/+0
* | serial: stm32x7: cleanup codePatrice Chotard2017-10-081-9/+9
|/
* serial: stm32x7: add STM32H7 supportPatrice Chotard2017-09-222-3/+6
* serial: nulldev: Add nulldev serial driverKeng Soon Cheah2017-09-133-0/+56
* serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2017-08-242-2/+61
* Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese2017-08-242-128/+5
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+4
* serial: sh: Use the clock framework to obtain clock configMarek Vasut2017-08-031-2/+11
* serial: sh: Convert to KconfigMarek Vasut2017-08-031-0/+8
* dm: console: Check for serial devices properlySimon Glass2017-07-311-1/+1