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
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-27
watchdog: use time_after_eq() in watchdog_reset()
Rasmus Villemoes
1
-1
/
+1
2021-04-15
watchdog: Add booke watchdog driver
Chris Packham
3
-0
/
+114
2021-04-08
wdt: dw: Free the clock on error
Sean Anderson
1
-5
/
+13
2021-04-08
wdt: dw: Enable the clock before using it
Sean Anderson
1
-0
/
+4
2021-04-08
wdt: dw: Switch to if(CONFIG()) instead of using #if
Sean Anderson
1
-9
/
+9
2021-04-08
wdt: dw: Switch to using fls for log2
Sean Anderson
1
-2
/
+1
2021-04-06
watchdog: Allow to use CONFIG_WDT without starting watchdog
Pali Rohár
2
-0
/
+18
2021-04-06
watchdog: Show error message when initr_watchdog() cannot start watchdog
Pali Rohár
1
-1
/
+7
2021-04-06
watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
Pali Rohár
1
-3
/
+12
2021-03-02
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2
-2
/
+2
2021-02-23
Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-2
/
+1
2021-02-23
clk: zynq: Add dummy clock enable function
Michal Simek
1
-2
/
+1
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
8
-0
/
+8
2021-02-03
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
8
-0
/
+8
2021-01-24
watchdog: add watchdog driver for MediaTek MT7620 SoC
Weijie Gao
3
-0
/
+150
2021-01-18
wdt: aspeed: Add AST2600 watchdog support
Chia-Wei, Wang
3
-0
/
+120
2021-01-13
watchdog: stm32mp: migrate trace to dev macro
Patrick Delaunay
1
-3
/
+6
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-1
/
+1
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
10
-10
/
+10
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2
-10
/
+10
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
7
-14
/
+14
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2
-6
/
+6
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2
-26
/
+26
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
18
-19
/
+19
2020-12-02
watchdog: sbsa: timeout should be in "millisecond"
Zhao Qiang
1
-1
/
+1
2020-11-01
watchdog: Hide WATCHDOG_RESET_DISABLE
Michael Walle
1
-6
/
+7
2020-10-16
watchdog: octeontx_wdt: Add support for start and stop
Suneel Garapati
1
-5
/
+83
2020-10-08
wdt: designware: fix timeout calculation due to expecting KHz
Jack Mitchell
1
-1
/
+1
2020-08-25
watchdog: Add reset support for OcteonTX / TX2
Suneel Garapati
3
-0
/
+77
2020-08-22
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
1
-1
/
+1
2020-08-22
dm: core: Fix devfdt_get_addr_ptr return value
Ovidiu Panait
1
-2
/
+2
2020-08-11
watchdog: Add support for K3 RTI watchdog
Jan Kiszka
3
-0
/
+131
2020-07-27
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
3
-0
/
+141
2020-07-27
Watchdog: introduce ARM SBSA watchdog driver
Zhao Qiang
3
-0
/
+141
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-25
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2
-2
/
+2
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-20
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
1
-1
/
+1
2020-07-16
watchdog: imx: Support set timeout by wdt command
Mo, Yuezhang
1
-5
/
+13
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
1
-2
/
+2
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
5
-0
/
+5
2020-05-18
common: Drop log.h from common header
Simon Glass
12
-0
/
+12
2020-05-01
watchdog MediaTek add upstream compatible
Matthias Brugger
1
-0
/
+1
2020-04-30
watchdog: kconfig: Enable designware for rk3399
Jagan Teki
1
-0
/
+1
2020-04-24
watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment
Charles Frey
1
-1
/
+9
2020-04-15
watchdog: sp805_wdt: get platform clock from dt file
Rayagonda Kokatanur
1
-2
/
+13
2020-04-15
watchdog: honour hw_margin_ms DT property
Rasmus Villemoes
1
-1
/
+10
2020-04-15
watchdog: move initr_watchdog() to wdt-uclass.c
Rasmus Villemoes
1
-0
/
+33
[next]