aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
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-10Merge 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-03serial: sh: Use the clock framework to obtain clock configMarek Vasut1-2/+11
2017-08-03serial: sh: Convert to KconfigMarek Vasut1-0/+8
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+1
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard1-0/+7
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-2/+2
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard2-10/+9
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard2-1/+5
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese2-5/+128
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy1-3/+0
2017-07-12serial: mxc: Add debug uart supportJagan Teki2-0/+34
2017-07-12serial: mxc: Code cleanupJagan Teki1-97/+94
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki1-26/+24
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki1-20/+17
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki1-5/+3
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki1-3/+3
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki1-66/+49
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini2-40/+55
2017-07-11dm: serial: Add livetree supportSimon Glass1-3/+15
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass1-40/+44
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass1-10/+5
2017-07-11rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich1-7/+4
2017-07-08powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy3-0/+310
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada2-6/+9
2017-06-23serial, kconfig: fix menutextHeiko Schocher1-2/+2
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher1-1/+0
2017-06-16powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher1-2/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-2/+0
2017-06-12serial: stm32x7: simplify baud rate register calculationPatrice Chotard2-7/+17
2017-06-12serial: stm32x7: align compatible with kernel onePatrice Chotard1-2/+2
2017-06-09serial: stm32f7: disable overrunVikas Manocha2-0/+5
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-1/+2