summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32.c
AgeCommit message (Expand)Author
2019-05-23serial: stm32: remove watchog reset in debug putcPatrick Delaunay
2019-05-23serial: stm32: remove unnecessary tracePatrick Delaunay
2018-12-15serial: serial_stm32: Add reset supportPatrice Chotard
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard
2018-05-26serial: stm32: Add setparity supportPatrick Delaunay
2018-05-26serial: stm32: Fix bits defines namePatrice Chotard
2018-05-26serial: stm32: Add debug uart supportPatrick Delaunay
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28serial: serial_stm32: Rename status register flagsPatrice Chotard
2018-04-28serial: serial_stm32: Enable overrunPatrice Chotard
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-01-19serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard
2018-01-10board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard
2016-02-08serial: serial_stm32: move clock config from driver to boardVikas Manocha
2015-12-12stm32: Convert serial driver to DMKamil Lulko
2015-05-27Revert "Revert "stm32f4: fix serial output""Tom Rini
2015-05-10Revert "stm32f4: fix serial output"Tom Rini
2015-05-10stm32f4: add serial print portkunhuahuang
2015-05-10stm32f4: fix serial outputkunhuahuang
2015-04-22stm32f4: Add serial driverrev13@wp.pl