summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)Author
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
2017-08-03serial: sh: Use the clock framework to obtain clock configMarek Vasut
2017-08-03serial: sh: Convert to KconfigMarek Vasut
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-31serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy
2017-07-12serial: mxc: Add debug uart supportJagan Teki
2017-07-12serial: mxc: Code cleanupJagan Teki
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini
2017-07-11dm: serial: Add livetree supportSimon Glass
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass
2017-07-11rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich
2017-07-08powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy
2017-07-06serial: make serial_stub_* to static functionsMasahiro Yamada
2017-06-23serial, kconfig: fix menutextHeiko Schocher
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher
2017-06-16powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12serial: stm32x7: simplify baud rate register calculationPatrice Chotard
2017-06-12serial: stm32x7: align compatible with kernel onePatrice Chotard
2017-06-09serial: stm32f7: disable overrunVikas Manocha
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Fix up inclusion of common.hSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-31dm: serial: bcm6345: fix baud rate clock calculationÁlvaro Fernández Rojas