aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-13serial: stm32: define LOG_CATEGORYPatrick Delaunay1-0/+3
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-8/+8
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-7/+7
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-08-27serial: stm32: add Framing error supportPatrick Delaunay1-2/+3
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
2019-05-23serial: stm32: remove watchog reset in debug putcPatrick Delaunay1-1/+1
2019-05-23serial: stm32: remove unnecessary tracePatrick Delaunay1-1/+0
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