summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32x7.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard1-159/+0
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-08serial: stm32x7: remove useless CONFIG_CLK and OF_CONTROL flagPatrice Chotard1-7/+2
2017-10-08serial: stm32x7: add STM32F4 supportPatrice Chotard1-0/+1
2017-10-08serial: stm32x7: add fifo support for STM32H7Patrice Chotard1-2/+4
2017-10-08serial: stm32x7: prepare the ground to STM32F4 supportPatrice Chotard1-30/+42
2017-10-08serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatiblePatrice Chotard1-2/+0
2017-09-22serial: stm32x7: add STM32H7 supportPatrice Chotard1-0/+2
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard1-9/+8
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard1-1/+0
2017-06-12serial: stm32x7: simplify baud rate register calculationPatrice Chotard1-6/+15
2017-06-12serial: stm32x7: align compatible with kernel onePatrice Chotard1-2/+2
2017-06-09serial: stm32f7: disable overrunVikas Manocha1-0/+3
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-03-17stm32f7: serial: use clock driver to enable clockVikas Manocha1-0/+18
2017-03-17serial: stm32f7: add device tree supportVikas Manocha1-0/+24
2016-07-15stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA1-1/+15
2016-02-25stm32x7: add support for stm32x7 serial driverVikas Manocha1-0/+83