aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-15serial: serial_stm32: Add reset supportPatrice Chotard1-0/+9
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-0/+2
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard1-6/+15
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay1-2/+43
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard1-6/+6
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay1-22/+83
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-28serial: serial_stm32: Rename status register flagsPatrice Chotard1-5/+5
2018-04-28serial: serial_stm32: Enable overrunPatrice Chotard1-4/+11
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard1-0/+159
2018-01-10board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard1-117/+0
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha1-40/+0
2015-12-12stm32: Convert serial driver to DMKamil Lulko1-107/+96
2015-05-27Revert "Revert "stm32f4: fix serial output""Tom Rini1-0/+3
2015-05-10Revert "stm32f4: fix serial output"Tom Rini1-3/+0
2015-05-10stm32f4: add serial print portkunhuahuang1-12/+59
2015-05-10stm32f4: fix serial outputkunhuahuang1-0/+4
2015-04-22stm32f4: Add serial driverrev13@wp.pl1-0/+117