summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-28serial_bcm283x_mu: Always skip initAlexander Graf1-1/+6
2018-01-28serial_bcm283x_mu: Convert to dev_readAlexander Graf1-7/+3
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf1-17/+1
2018-01-28serial: Use next serial device if probing failsAlexander Graf1-6/+19
2018-01-28serial: ns16550: Fix style violationMario Six1-2/+2
2018-01-28Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2-11/+7
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini1-2/+2
2018-01-25serial: sh: Add support for R7S72100 (RZ/A1)Chris Brandt1-1/+2
2018-01-25serial: sh: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut1-9/+4
2018-01-25serial: sh: Replace fdtdec_get_addr() with devfdt_get_addr()Marek Vasut1-2/+2
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-2/+2
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard4-6/+6
2018-01-15serial: lpuart: Proper device identificationSriram Dash1-11/+7
2018-01-10board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard1-117/+0
2017-11-30serial: sh: Unify R8A7795 and R8A7796 as Gen3Marek Vasut1-2/+1
2017-11-28arm: zynq: Move ZYNQ_SERIAL to KconfigMichal Simek1-0/+7
2017-11-17serial: nulldev: Implement "pending" function to fix tstc return "true"Wilson Lee1-0/+6
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard2-4/+4
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-3/+3
2017-10-16usbtty: fix typosHeinrich Schuchardt1-1/+1
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini1-3/+6
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard1-7/+2
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard3-2/+10
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard2-3/+15
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2-44/+66
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard1-2/+0
2017-10-08serial: stm32x7: cleanup codePatrice Chotard1-9/+9
2017-09-24serial: sh: Enable clock if availableMarek Vasut1-3/+6
2017-09-22serial: stm32x7: add STM32H7 supportPatrice Chotard2-3/+6
2017-09-13serial: nulldev: Add nulldev serial driverKeng Soon Cheah3-0/+56
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese2-2/+61
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese2-128/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+4
2017-08-02serial: sh: Use the clock framework to obtain clock configMarek Vasut1-2/+11
2017-08-02serial: sh: Convert to KconfigMarek Vasut1-0/+8
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+1