summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: mxc: Add common mxc_uart reg spaceJagan Teki2017-07-121-66/+49
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-112-40/+55
|\
| * dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
| * dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
* | rockchip: ns16550: dm: convert fdt_get to dev_readPhilipp Tomsich2017-07-111-7/+4
|/
* powerpc, 8xx: move Serial driver to drivers/serial/Christophe Leroy2017-07-083-0/+310
* serial: make serial_stub_* to static functionsMasahiro Yamada2017-07-062-6/+9
* serial, kconfig: fix menutextHeiko Schocher2017-06-231-2/+2
* powerpc, 5xx: remove some "5xx" remainsHeiko Schocher2017-06-161-1/+0
* powerpc, 82xx: remove some missed mpc82xx remainsHeiko Schocher2017-06-161-2/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-2/+0
* serial: stm32x7: simplify baud rate register calculationPatrice Chotard2017-06-122-7/+17
* serial: stm32x7: align compatible with kernel onePatrice Chotard2017-06-121-2/+2
* serial: stm32f7: disable overrunVikas Manocha2017-06-092-0/+5