index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
imx2_wdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: imx2_wdg: Alow ping on suspend
Alistair Francis
2022-03-27
1
-7
/
+20
*
watchdog: imx2_wdg: notify wdog core to stop ping worker on suspend
Grzegorz Jaszczyk
2021-08-22
1
-0
/
+1
*
watchdog: imx2_wdt: avoid to ping before resume back
Robin Gong
2021-06-21
1
-0
/
+10
*
watchdog: imx2_wdt: update contact email
Wolfram Sang
2020-05-25
1
-1
/
+1
*
watchdog: imx2_wdt: Drop .remove callback
Anson Huang
2020-03-18
1
-27
/
+10
*
watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedly
Anson Huang
2019-11-18
1
-11
/
+12
*
watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
2019-11-18
1
-4
/
+2
*
watchdog: imx2_wdt: Remove unnecessary blank line
Anson Huang
2019-11-18
1
-1
/
+0
*
watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
Rasmus Villemoes
2019-09-17
1
-2
/
+2
*
watchdog: imx2_wdt: drop warning after registering device
Wolfram Sang
2019-07-08
1
-3
/
+1
*
watchdog: imx2_wdt: Fix set_timeout for big timeout values
Georg Hofmann
2019-05-05
1
-1
/
+3
*
watchdog: imx2_wdt: use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-05-05
1
-3
/
+1
*
watchdog: imx2_wdt: Switch to SPDX identifier
Fabio Estevam
2018-08-02
1
-4
/
+1
*
watchdog: imx2_wdt: allow setting timeout in devicetree
Marcus Folkesson
2018-03-03
1
-6
/
+2
*
watchdog: imx2_wdt: restore previous timeout after suspend+resume
Martin Kaiser
2018-01-21
1
-5
/
+15
*
watchdog: imx2_wdt: add pretimeout function support
Vladimir Zapolskiy
2016-10-08
1
-0
/
+48
*
watchdog: imx2_wdt: use preferred BIT macro instead of open coded values
Vladimir Zapolskiy
2016-09-24
1
-6
/
+6
*
watchdog: imx2_wdt: add external reset support via dt prop
Tim Harvey
2016-05-14
1
-2
/
+17
*
watchdog: imx2: Convert to use infrastructure triggered keepalives
Guenter Roeck
2016-03-16
1
-61
/
+13
*
watchdog: Add 'action' and 'data' parameters to restart handler callback
Guenter Roeck
2016-03-01
1
-1
/
+2
*
watchdog: imx2_wdt: use core restart handler
Damien Riegel
2015-12-13
1
-17
/
+6
*
watchdog: imx2_wdt: Use register definition in regmap_write()
Fabio Estevam
2015-10-28
1
-3
/
+3
*
watchdog: imx2_wdt: Disable previously acquired clock on error path
Fabio Estevam
2015-06-26
1
-1
/
+5
*
watchdog: imx2_wdt: Check for clk_prepare_enable() error
Fabio Estevam
2015-06-26
1
-2
/
+7
*
watchdog: imx2_wdt: set watchdog parent device
Vladimir Zapolskiy
2015-06-22
1
-0
/
+1
*
watchdog: imx2_wdt: also set wdog->timeout to new_timeout
Michael Grzeschik
2015-06-22
1
-0
/
+2
*
watchdog: imx2: Constify struct regmap_config and watchdog_ops
Krzysztof Kozlowski
2015-02-17
1
-2
/
+2
*
watchdog: imx2_wdt: Disable power down counter on boot
Markus Pargmann
2015-01-21
1
-0
/
+9
*
watchdog: imx2_wdt: Improve power management support.
Xiubo Li
2015-01-21
1
-9
/
+22
*
watchdog: imx2_wdt: Fix the argument of watchdog_active()
Fabio Estevam
2014-12-18
1
-1
/
+1
*
watchdog: imx2_wdt: Add power management support.
Xiubo Li
2014-12-18
1
-0
/
+47
*
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-03
1
-1
/
+0
|
\
|
*
watchdog: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
watchdog: imx2_wdt: add restart handler support
Jingchang Lu
2014-10-20
1
-0
/
+37
*
|
watchdog: imx2_wdt: Convert to use regmap framework's endianness method.
Xiubo Li
2014-10-20
1
-6
/
+0
|
/
*
watchdog: imx2_wdt: adds big endianness support.
Xiubo Li
2014-08-05
1
-0
/
+7
*
watchdog: imx2_wdt: convert to watchdog core api
Anatolij Gustschin
2014-06-10
1
-170
/
+122
*
watchdog: imx2_wdt: convert to use regmap API.
Xiubo Li
2014-06-10
1
-18
/
+32
*
watchdog: imx2_wdt: Sort the header files alphabetically
Xiubo Li
2014-06-10
1
-6
/
+6
*
watchdog: imx2_wdt: disable watchdog timer during low power mode
Anson Huang
2014-01-28
1
-0
/
+4
*
watchdog: Get rid of MODULE_ALIAS_MISCDEV statements
Jean Delvare
2013-11-17
1
-1
/
+0
*
watchdog: imx2_wdt: expose module alias for loading from device-tree
Niels de Vos
2013-11-17
1
-0
/
+1
*
watchdog: imx2_wdt: use devm_clk_get()
Jingoo Han
2013-07-11
1
-4
/
+2
*
drivers/watchdog: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
watchdog: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-5
/
+3
*
watchdog: convert drivers/watchdog/* to use module_platform_driver_probe
Fabio Porcedda
2013-01-17
1
-11
/
+1
*
watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion
Shawn Guo
2012-10-15
1
-1
/
+0
*
watchdog imx2: prepare clk before enabling it
Sascha Hauer
2012-04-25
1
-1
/
+1
*
watchdog: nowayout is bool
Wim Van Sebroeck
2012-03-27
1
-2
/
+2
*
watchdog: make imx2_wdt report boot status correctly
Oskar Schirmer
2012-03-27
1
-1
/
+9
[next]