summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_stm32.c
Commit message (Expand)AuthorAgeFilesLines
* serial: stm32: define LOG_CATEGORYPatrick Delaunay2021-01-131-0/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-8/+8
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-7/+7
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* serial: stm32: add Framing error supportPatrick Delaunay2019-08-271-2/+3
* serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+2
* serial: stm32: remove watchog reset in debug putcPatrick Delaunay2019-05-231-1/+1
* serial: stm32: remove unnecessary tracePatrick Delaunay2019-05-231-1/+0
* serial: serial_stm32: Add reset supportPatrice Chotard2018-12-151-0/+9
* serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-0/+2
* serial: stm32: Replace setparity by setconfigPatrice Chotard2018-09-101-6/+15
* serial: stm32: Add setparity supportPatrick Delaunay2018-05-261-2/+43
* serial: stm32: Fix bits defines namePatrice Chotard2018-05-261-6/+6
* serial: stm32: Add debug uart supportPatrick Delaunay2018-05-261-22/+83
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* serial: serial_stm32: Rename status register flagsPatrice Chotard2018-04-281-5/+5
* serial: serial_stm32: Enable overrunPatrice Chotard2018-04-281-4/+11
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* serial: stm32: Rename serial_stm32x7.c to serial_stm32.cPatrice Chotard2018-01-191-0/+159
* board: stm32f429-disco: switch to DM STM32 serial driverPatrice Chotard2018-01-101-117/+0
* serial: serial_stm32: move clock config from driver to boardVikas Manocha2016-02-081-40/+0
* stm32: Convert serial driver to DMKamil Lulko2015-12-121-107/+96
* Revert "Revert "stm32f4: fix serial output""Tom Rini2015-05-271-0/+3
* Revert "stm32f4: fix serial output"Tom Rini2015-05-101-3/+0
* stm32f4: add serial print portkunhuahuang2015-05-101-12/+59
* stm32f4: fix serial outputkunhuahuang2015-05-101-0/+4
* stm32f4: Add serial driverrev13@wp.pl2015-04-221-0/+117