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
2018-09-04
watchdog: mx25: use the imx_watchdog driver for mx25
Martin Kaiser
1
-1
/
+1
2018-07-19
watchdog: cadence: Do not stop wdt in probe
Michal Simek
1
-2
/
+0
2018-07-19
watchdog: cdns: Add comment for expire_now function
Michal Simek
1
-0
/
+1
2018-07-19
watchdog: Convert Xilinx Axi watchdog driver to driver model
Shreenidhi Shedi
2
-26
/
+93
2018-07-19
watchdog: dm: Support manual relocation for watchdogs
Michal Simek
1
-0
/
+23
2018-07-19
watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS
Michal Simek
1
-1
/
+2
2018-06-01
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
1
-6
/
+2
2018-06-01
watchdog: bcm6345: convert to use live dt
Álvaro Fernández Rojas
1
-6
/
+2
2018-05-31
watchdog: cadence: Use live-tree functions
Michal Simek
1
-5
/
+4
2018-05-14
watchdog: Add support for Armada 37xx CPU watchdog
Marek Behún
3
-0
/
+185
2018-05-11
watchdog: cadence: Show used timeout value
Michal Simek
1
-2
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
16
-33
/
+16
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
5
-10
/
+0
2018-04-23
watchdog: cadence: Remove useless ioremap
Michal Simek
1
-5
/
+0
2018-04-06
watchdog: Fix Kconfig alignment for WDT_SANDBOX
Michal Simek
1
-3
/
+3
2018-04-06
powerpc: mpc8xx: move watchdog into drivers/watchdog
Christophe Leroy
2
-0
/
+22
2018-03-23
watchdog: Add Cadence watchdog driver
Shreenidhi Shedi
3
-0
/
+293
2018-03-16
watchdog: omap_wdt: improve watchdog reset path
Ruslan Bilovol
1
-6
/
+15
2017-08-13
wdt: Update uclass to make clear that the timeout is in ms
Andy Shevchenko
1
-2
/
+2
2017-07-30
watchdog: Introduce watchdog driver for Intel Tangier
Felipe Balbi
3
-1
/
+82
2017-07-12
orion_wdt: Support for the Orion Watchdog
Marek Behún
3
-0
/
+185
2017-07-07
wdt: Unify option of timeout value
Andy Shevchenko
1
-1
/
+1
2017-07-07
wdt: Fix spelling Resettting -> Resetting
Andy Shevchenko
1
-1
/
+1
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2
-2
/
+2
2017-05-31
dm: watchdog: add BCM6345 watchdog driver
Álvaro Fernández Rojas
3
-0
/
+119
2017-05-15
watchdog: Migrate OMAP_WATCHDOG to Kconfig
Tom Rini
1
-0
/
+8
2017-05-09
bcm2835_wdt: support for the BCM2835/2836 watchdog
Paolo Pisati
3
-0
/
+48
2017-05-09
dm: Update Simple Watchdog uclass
Maxim Sloyko
1
-11
/
+1
2017-05-08
aspeed: Watchdog Timer Driver
maxims@google.com
3
-0
/
+137
2017-05-08
dm: Simple Watchdog uclass
maxims@google.com
4
-1
/
+169
2017-04-18
drivers: remove Blackfin specific drivers
Masahiro Yamada
2
-28
/
+0
2017-04-08
ti: wdt: omap: Disable watchdog timer before performing initialization
Lukasz Majewski
1
-15
/
+22
2017-03-17
wdog: Add the watchdog driver for MX7ULP.
Ye Li
3
-0
/
+107
2016-10-04
imx_watchdog: Do not assert WDOG_B on watchdog init
Ross Parker
1
-1
/
+1
2016-07-19
imx_watchdog: add weak attribute to reset_cpu function
Stefan Agner
1
-1
/
+1
2016-01-07
imx_watchdog: always set minimal timeout in reset_cpu
Andrey Skvortsov
1
-1
/
+1
2015-10-12
ls102xa: Fix reset hang
Fabio Estevam
1
-1
/
+1
2015-10-12
imx_watchdog: Add a header file for watchdog registers
Fabio Estevam
1
-13
/
+1
2015-09-20
imx: wdog: correct wcr register settings
Peng Fan
1
-1
/
+2
2015-09-13
imx: imx7d: add imx-common cpu support for imx7d
Adrian Alonso
1
-1
/
+1
2015-03-25
watchdog/imx_watchdog: do not set WCR_WDW
Sebastian Siewior
1
-2
/
+1
2015-02-24
ARM: remove tnetv107x board support
Masahiro Yamada
2
-166
/
+0
2015-02-07
arm, at91, wdt: make timeout configurable
Heiko Schocher
1
-0
/
+4
2014-09-24
kconfig: add blank Kconfig files
Masahiro Yamada
1
-0
/
+0
2014-09-08
arm: ls102xa: Add Freescale LS102xA SoC support
Wang Huan
1
-1
/
+1
2014-07-07
blackfin: Fix warning about undefined function
Vasili Galka
1
-0
/
+1
2014-07-05
watchdog/denali: Adding DesignWare watchdog driver support
Chin Liang See
2
-0
/
+75
2013-11-09
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-1
/
+2
2013-10-31
drivers: convert makefiles to Kbuild style
Masahiro Yamada
1
-30
/
+8
2013-10-31
imx_watchdog: do not soft-reset while watchdog init
Anatolij Gustschin
1
-1
/
+2
[next]