summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32x7.c
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard2018-01-191-159/+0
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard2017-10-081-7/+2
* serial: stm32x7: add STM32F4 supportPatrice Chotard2017-10-081-0/+1
* serial: stm32x7: add fifo support for STM32H7Patrice Chotard2017-10-081-2/+4
* serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard2017-10-081-30/+42
* serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard2017-10-081-2/+0
* serial: stm32x7: add STM32H7 supportPatrice Chotard2017-09-221-0/+2
* serial: stm32x7: add clk_get_rate() supportPatrice Chotard2017-07-261-9/+8
* serial: stm32x7: migrate serial struct to driverPatrice Chotard2017-07-261-1/+0
* serial: stm32x7: simplify baud rate register calculationPatrice Chotard2017-06-121-6/+15
* serial: stm32x7: align compatible with kernel onePatrice Chotard2017-06-121-2/+2
* serial: stm32f7: disable overrunVikas Manocha2017-06-091-0/+3
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* stm32f7: serial: use clock driver to enable clockVikas Manocha2017-03-171-0/+18
* serial: stm32f7: add device tree supportVikas Manocha2017-03-171-0/+24
* stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA2016-07-141-1/+15
* stm32x7: add support for stm32x7 serial driverVikas Manocha2016-02-241-0/+83