index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_stm32.c
Age
Commit message (
Expand
)
Author
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-08-27
serial: stm32: add Framing error support
Patrick Delaunay
2019-07-12
serial: stm32: Fix warnings when compiling with W=1
Patrick Delaunay
2019-05-23
serial: stm32: remove watchog reset in debug putc
Patrick Delaunay
2019-05-23
serial: stm32: remove unnecessary trace
Patrick Delaunay
2018-12-15
serial: serial_stm32: Add reset support
Patrice Chotard
2018-11-14
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-09-10
serial: stm32: Replace setparity by setconfig
Patrice Chotard
2018-05-26
serial: stm32: Add setparity support
Patrick Delaunay
2018-05-26
serial: stm32: Fix bits defines name
Patrice Chotard
2018-05-26
serial: stm32: Add debug uart support
Patrick Delaunay
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-28
serial: serial_stm32: Rename status register flags
Patrice Chotard
2018-04-28
serial: serial_stm32: Enable overrun
Patrice Chotard
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-01-19
serial: stm32: Rename serial_stm32x7.c to serial_stm32.c
Patrice Chotard
2018-01-10
board: stm32f429-disco: switch to DM STM32 serial driver
Patrice Chotard
2016-02-08
serial: serial_stm32: move clock config from driver to board
Vikas Manocha
2015-12-12
stm32: Convert serial driver to DM
Kamil Lulko
2015-05-27
Revert "Revert "stm32f4: fix serial output""
Tom Rini
2015-05-10
Revert "stm32f4: fix serial output"
Tom Rini
2015-05-10
stm32f4: add serial print port
kunhuahuang
2015-05-10
stm32f4: fix serial output
kunhuahuang
2015-04-22
stm32f4: Add serial driver
rev13@wp.pl