summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
2018-08-09MLK-19183-1 iMX8QXP SPL: serial_lpuart: Add non DM serial deviceAbel Vesa
2018-06-13MLK-18577-4 serial: add simple xen debug outputPeng Fan
2018-04-27MLK-17131 serial: lpuart: Enable RX and TX FIFOYe Li
2018-04-27MLK-16467 serial_lpuart: Fix FIFO_RXFE definition in LPUART driverYe Li
2018-04-27MLK-14938-12 serial_lpuart: Update lpuart driver to support i.MX8Ye Li
2018-03-09bcm283x_pl011: Flush RX queue after setting baud rateAlexander Graf
2018-03-09serial_bcm283x_mu: Flush RX queue after setting baud rateAlexander Graf
2018-02-23ns16550: Fix mem mapped endian checkBernhard Messerklinger
2018-02-16serial: Replace CONFIG_ with CONFIG_IS_ENABLEDMarek Vasut
2018-01-29serial: Make full device search optionalAlexander Graf
2018-01-28bcm2835_pl011_serial: Add BCM2835 specific serial driverAlexander Graf
2018-01-28bcm2835_mu_serial: Convert to KconfigAlexander Graf
2018-01-28pl01x: Convert CONFIG_PL01X_SERIAL to KconfigAlexander Graf
2018-01-28pl011: Convert CONFIG_PL011_SERIAL to KconfigAlexander Graf
2018-01-28pl010: Convert CONFIG_PL010_SERIAL to KconfigAlexander Graf
2018-01-28pl01x: Convert to dev_readAlexander Graf
2018-01-28serial_bcm283x_mu: Fail loading if not muxedAlexander Graf
2018-01-28serial_bcm283x_mu: Always skip initAlexander Graf
2018-01-28serial_bcm283x_mu: Convert to dev_readAlexander Graf
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf
2018-01-28serial: Use next serial device if probing failsAlexander Graf
2018-01-28serial: ns16550: Fix style violationMario Six
2018-01-27Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini
2018-01-24serial: sh: Add support for R7S72100 (RZ/A1)Chris Brandt
2018-01-24serial: sh: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2Marek Vasut
2018-01-24serial: sh: Replace fdtdec_get_addr() with devfdt_get_addr()Marek Vasut
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard
2018-01-15serial: lpuart: Proper device identificationSriram Dash
2018-01-10board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard
2017-11-30serial: sh: Unify R8A7795 and R8A7796 as Gen3Marek Vasut
2017-11-28arm: zynq: Move ZYNQ_SERIAL to KconfigMichal Simek
2017-11-17serial: nulldev: Implement "pending" function to fix tstc return "true"Wilson Lee
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard
2017-10-16usbtty: fix typosHeinrich Schuchardt
2017-10-10Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard
2017-10-08serial: stm32x7: cleanup codePatrice Chotard
2017-09-24serial: sh: Enable clock if availableMarek Vasut
2017-09-22serial: stm32x7: add STM32H7 supportPatrice Chotard
2017-09-13serial: nulldev: Add nulldev serial driverKeng Soon Cheah
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass