summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard2017-07-311-0/+7
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-2/+2
* serial: stm32x7: add clk_get_rate() supportPatrice Chotard2017-07-262-10/+9
* serial: stm32x7: migrate serial struct to driverPatrice Chotard2017-07-262-1/+5
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-232-5/+128
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-231-3/+0
* serial: mxc: Add debug uart supportJagan Teki2017-07-122-0/+34
* serial: mxc: Code cleanupJagan Teki2017-07-121-97/+94
* serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki2017-07-121-26/+24
* serial: mxc: Move common init into _mxc_serial_initJagan Teki2017-07-121-20/+17
* serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki2017-07-121-5/+3
* serial: mxc: Use RFDIV in dm-codeJagan Teki2017-07-121-3/+3