summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_stm32.c
AgeCommit message (Expand)Author
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár
2021-01-13serial: stm32: define LOG_CATEGORYPatrick Delaunay
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-08-27serial: stm32: add Framing error supportPatrick Delaunay
2019-07-12serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay
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