index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial_stm32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-0
/
+1
2024-05-07
serial: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+0
2023-11-13
serial: stm32: Fix AARCH64 compilation warnings
Patrice Chotard
1
-10
/
+13
2023-08-16
serial: stm32: extend TC timeout
Valentin Caron
1
-6
/
+12
2023-06-16
serial: stm32: BRR must be set only when usart is disable
Patrice Chotard
1
-0
/
+6
2023-06-16
serial: stm32: Wait TC bit before performing initialization
Patrice Chotard
1
-0
/
+15
2022-06-06
serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)
Pali Rohár
1
-2
/
+2
2021-01-13
serial: stm32: define LOG_CATEGORY
Patrick Delaunay
1
-0
/
+3
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-8
/
+8
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-7
/
+7
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-1
/
+1
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-08-27
serial: stm32: add Framing error support
Patrick Delaunay
1
-2
/
+3
2019-07-12
serial: stm32: Fix warnings when compiling with W=1
Patrick Delaunay
1
-2
/
+2
2019-05-23
serial: stm32: remove watchog reset in debug putc
Patrick Delaunay
1
-1
/
+1
2019-05-23
serial: stm32: remove unnecessary trace
Patrick Delaunay
1
-1
/
+0
2018-12-15
serial: serial_stm32: Add reset support
Patrice Chotard
1
-0
/
+9
2018-11-14
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
1
-0
/
+2
2018-09-10
serial: stm32: Replace setparity by setconfig
Patrice Chotard
1
-6
/
+15
2018-05-26
serial: stm32: Add setparity support
Patrick Delaunay
1
-2
/
+43
2018-05-26
serial: stm32: Fix bits defines name
Patrice Chotard
1
-6
/
+6
2018-05-26
serial: stm32: Add debug uart support
Patrick Delaunay
1
-22
/
+83
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-28
serial: serial_stm32: Rename status register flags
Patrice Chotard
1
-5
/
+5
2018-04-28
serial: serial_stm32: Enable overrun
Patrice Chotard
1
-4
/
+11
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-01-19
serial: stm32: Rename serial_stm32x7.c to serial_stm32.c
Patrice Chotard
1
-0
/
+159
2018-01-10
board: stm32f429-disco: switch to DM STM32 serial driver
Patrice Chotard
1
-117
/
+0
2016-02-08
serial: serial_stm32: move clock config from driver to board
Vikas Manocha
1
-40
/
+0
2015-12-12
stm32: Convert serial driver to DM
Kamil Lulko
1
-107
/
+96
2015-05-27
Revert "Revert "stm32f4: fix serial output""
Tom Rini
1
-0
/
+3
2015-05-10
Revert "stm32f4: fix serial output"
Tom Rini
1
-3
/
+0
2015-05-10
stm32f4: add serial print port
kunhuahuang
1
-12
/
+59
2015-05-10
stm32f4: fix serial output
kunhuahuang
1
-0
/
+4
2015-04-22
stm32f4: Add serial driver
rev13@wp.pl
1
-0
/
+117