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
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
2020-04-06
watchdog: versal: Add support for Xilinx window watchdog
Ashok Reddy Soma
3
-0
/
+189
2020-04-06
watchdog: cadence: Remove DECLARE_GLOBAL_DATA_PTR from driver
Michal Simek
1
-2
/
+0
2020-03-16
watchdog: Handle timer wrap around
Chris Packham
1
-1
/
+2
2020-03-13
watchdog: Align Kconfig properties
Michal Simek
1
-28
/
+28
2020-02-28
watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same time
Christophe Leroy
1
-0
/
+1
2020-02-28
watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG
Christophe Leroy
2
-2
/
+2
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
5
-0
/
+6
2020-02-07
watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs
Jason Li
3
-0
/
+148
2020-02-06
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2
-24
/
+133
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2
-0
/
+2
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
4
-0
/
+4
2020-02-05
watchdog: designware: Optionally fetch clock and reset from DT
Marek Vasut
1
-7
/
+33
2020-02-05
watchdog: designware: Convert to DM and DT probing
Marek Vasut
2
-24
/
+100
2020-02-04
watchdog: omap_wdt: Fix WDT coding style
Marek Vasut
1
-22
/
+22
2020-02-04
watchdog: omap_wdt: Fix WDT reloading
Marek Vasut
1
-0
/
+10
2020-02-04
watchdog: omap_wdt: Fix WDT timeout configuration
Marek Vasut
1
-1
/
+1
2020-02-03
watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig
Marek Vasut
1
-0
/
+7
2020-01-23
watchdog: bcm6345: allow to use this driver on arm bcm68360
Philippe Reynes
1
-1
/
+2
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
3
-0
/
+3
2020-01-17
common: Move reset_cpu() to the CPU header
Simon Glass
2
-0
/
+2
2019-11-03
watchdog: imx: Use immediate reset bits for expire_now
Robert Hancock
1
-7
/
+15
2019-11-03
watchdog: imx: Add DT ext-reset handling
Robert Hancock
1
-6
/
+13
2019-10-08
watchdog: move WATCHDOG_TIMEOUT_MSECS to Kconfig
Heiko Schocher
1
-0
/
+9
2019-09-19
watchdog: omap_wdt: Fix WDT target reset when booted from emmc
Suniel Mahesh
1
-1
/
+1
2019-09-12
watchdog: sp805_wdt: add expire_now method
Thomas Schaefer
1
-1
/
+9
2019-08-12
watchdog: omap_wdt: Disable DM watchdog support in SPL
Suniel Mahesh
1
-0
/
+7
2019-08-12
watchdog: omap_wdt: Convert watchdog driver to use DT and DM
Suniel Mahesh
3
-1
/
+123
2019-08-05
watchdog: mtk_wdt: Cosmetic cleanup of latest changes
Stefan Roese
1
-9
/
+16
2019-08-05
watchdog: bcm2835_wdt: Remove unused BCM283x watchdog driver and its references
Stefan Roese
3
-44
/
+0
2019-07-19
watchdog: imx: Add DM support
Marek Vasut
2
-17
/
+104
2019-07-19
watchdog: Split WDT from SPL_WDT
Marek Vasut
2
-1
/
+8
2019-06-22
watchdog: tangier: Convert to use WDT class
Andy Shevchenko
3
-38
/
+54
2019-06-22
watchdog: tangier: Replace unused constant with a comment
Andy Shevchenko
1
-1
/
+6
2019-06-20
Fix watchdog timeout setup for mt7623
Shannon Barber
1
-7
/
+21
2019-06-20
aspeed/watchdog: Correct timeout value
Joel Stanley
1
-0
/
+6
2019-06-06
watchdog: stm32mp: Add watchdog driver
Patrice Chotard
3
-0
/
+144
2019-06-06
watchdog: Kconfig: Sort entry alphabetically
Patrice Chotard
1
-48
/
+49
2019-05-22
driver: watchdog: add sp805 watchdog support
Qiang Zhao
3
-0
/
+135
2019-05-18
watchdog: bcm6345: callback start use tick instead of ms
Philippe Reynes
1
-5
/
+16
2019-05-04
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
Tom Rini
1
-1
/
+1
2019-05-03
mips: rename mach-mt7620 to mach-mtmips
Weijie Gao
1
-1
/
+1
[next]