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
old/tizen_20241126
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
2023-05-21
watchdog: ulp_wdog: guard reset_cpu with condition check
Peng Fan
1
-0
/
+2
2023-05-06
drivers: use dev_read_addr_ptr when cast to pointer
Johan Jonker
3
-9
/
+9
2023-05-06
drivers: use dev_read_addr_index_ptr when cast to pointer
Johan Jonker
1
-6
/
+6
2023-04-29
Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...
Tom Rini
4
-81
/
+134
2023-04-18
watchdog: arm_smc_wdt: add watchdog support
Lionel Debieve
3
-0
/
+132
2023-04-18
watchdog: ftwdt010: return a previously deleted driver now ported to DM
Sergei Antonov
3
-0
/
+140
2023-04-18
watchdog: Add a watchdog driver for Raspberry Pi boards
ETIENNE DUBLE
3
-0
/
+142
2023-04-06
watchdog: mpc8xxx: Add support for mpc83xx
Christophe Leroy
2
-1
/
+2
2023-04-06
watchdog: mpc8xxx: Make it generic
Christophe Leroy
2
-19
/
+71
2023-04-05
watchdog: mpc8xx: Rename it mpc8xxx
Christophe Leroy
3
-16
/
+16
2023-01-20
watchdog: Clean up defaults for imx_watchdog / ulp_wdog
Tom Rini
3
-10
/
+2
2022-12-23
global: Migrate CONFIG_DW_WDT_CLOCK_KHZ to CFG
Tom Rini
1
-1
/
+1
2022-11-22
watchdog: Drop GD_FLG_WDT_READY as it's not used any more
Stefan Roese
1
-1
/
+0
2022-11-22
watchdog: designware: make reset really optional
Quentin Schulz
1
-4
/
+5
2022-10-31
arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855
William Zhang
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858
William Zhang
1
-2
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856
William Zhang
1
-1
/
+1
2022-10-31
arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158
William Zhang
1
-1
/
+1
2022-10-24
watchdog: ulp_wdog: add driver model for ulp watchdog driver
Alice Guo
1
-7
/
+87
2022-10-24
watchdog: ulp_wdog: enable watchdog interrupt on imx93
Alice Guo
1
-2
/
+4
2022-10-24
watchdog: ulp_wdog: Update watchdog driver for imx93
Alice Guo
1
-3
/
+12
2022-10-24
ulp_wdog: Update ulp wdog driver for 32bits command
Ye Li
1
-16
/
+36
2022-10-24
sandbox: add SIGALRM-based watchdog device
Rasmus Villemoes
3
-0
/
+88
2022-10-24
watchdog: introduce a u-boot,autostart property
Rasmus Villemoes
1
-6
/
+9
2022-10-24
wdt: nuvoton: add expire function for generic reset
Jim Liu
1
-0
/
+6
2022-10-18
watchdog: omap_wdt: Switch required include for watchdog defines
Tom Rini
1
-1
/
+1
2022-10-03
Merge branch 'next'
Tom Rini
3
-32
/
+44
2022-09-27
watchdog: max6370: use __udelay() to avoid recursion
Pali Rohár
1
-1
/
+1
2022-09-27
watchdog: gpio_wdt: use __udelay() to avoid recursion
Rasmus Villemoes
1
-1
/
+1
2022-09-23
watchdog: mediatek: add support for MediaTek MT7986 SoC
Weijie Gao
1
-0
/
+1
2022-09-18
watchdog: Integrate watchdog triggering into the cyclic framework
Stefan Roese
2
-32
/
+43
2022-07-22
Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
Tom Rini
5
-29
/
+231
2022-07-21
treewide: Fix Marek's name and change my e-mail address
Marek Behún
2
-2
/
+2
2022-07-21
watchdog: add pulse support to gpio watchdog driver
Paul Doelle
1
-6
/
+34
2022-07-21
watchdog: add amlogic watchdog support
Philippe Boos
3
-0
/
+144
2022-07-21
watchdog: octeontx_wdt: Add MIPS Octeon support
Stefan Roese
2
-23
/
+53
2022-07-13
watchdog: add support for MediaTek MT7621 SoC
Weijie Gao
1
-1
/
+1
2022-07-05
watchdog: designware: Make this depend on WDT
Tom Rini
2
-23
/
+2
2022-05-06
watchdog: Add MAX6370 watchdog timer driver
Pali Rohár
3
-0
/
+126
2022-04-25
nds32: Remove the architecture
Tom Rini
2
-93
/
+0
2022-04-22
wdt: nuvoton: Add support for Nuvoton
Jim Liu
3
-0
/
+125
2022-03-14
Merge tag 'v2022.04-rc4' into next
Tom Rini
6
-18
/
+137
2022-03-08
watchdog: rti_wdt: Add 10% safety margin to clock frequency
Jan Kiszka
1
-3
/
+11
2022-03-08
watchdog: armada_37xx: Probe driver also when watchdog is already running
Pali Rohár
1
-14
/
+3
2022-03-08
drivers: watchdog: wdt-uclass.c: add a property u-boot, noautostart
Philippe Reynes
1
-1
/
+6
2022-03-07
watchdog: bcm6345: allow to use this driver on arm bcm6753
Philippe Reynes
1
-1
/
+2
2022-02-28
watchdog: add sl28cpld watchdog driver
Michael Walle
3
-0
/
+117
2022-02-17
watchdog: armada_37xx: Convert to official DT bindings
Pali Rohár
1
-5
/
+2
2022-01-13
watchdog: Add a driver for the Apple watchdog
Mark Kettenis
3
-0
/
+125
2021-11-13
sandbox: fix sandbox_wdt_expire_now()
Heinrich Schuchardt
1
-0
/
+1
[next]