Age | Commit message (Expand) | Author | Files | Lines |
2016-03-16 | watchdog: imx2: Convert to use infrastructure triggered keepalives | Guenter Roeck | 1 | -61/+13 |
2016-03-01 | watchdog: Add 'action' and 'data' parameters to restart handler callback | Guenter Roeck | 1 | -1/+2 |
2015-12-13 | watchdog: imx2_wdt: use core restart handler | Damien Riegel | 1 | -17/+6 |
2015-10-29 | watchdog: imx2_wdt: Use register definition in regmap_write() | Fabio Estevam | 1 | -3/+3 |
2015-06-26 | watchdog: imx2_wdt: Disable previously acquired clock on error path | Fabio Estevam | 1 | -1/+5 |
2015-06-26 | watchdog: imx2_wdt: Check for clk_prepare_enable() error | Fabio Estevam | 1 | -2/+7 |
2015-06-22 | watchdog: imx2_wdt: set watchdog parent device | Vladimir Zapolskiy | 1 | -0/+1 |
2015-06-22 | watchdog: imx2_wdt: also set wdog->timeout to new_timeout | Michael Grzeschik | 1 | -0/+2 |
2015-02-17 | watchdog: imx2: Constify struct regmap_config and watchdog_ops | Krzysztof Kozlowski | 1 | -2/+2 |
2015-01-21 | watchdog: imx2_wdt: Disable power down counter on boot | Markus Pargmann | 1 | -0/+9 |
2015-01-21 | watchdog: imx2_wdt: Improve power management support. | Xiubo Li | 1 | -9/+22 |
2014-12-18 | watchdog: imx2_wdt: Fix the argument of watchdog_active() | Fabio Estevam | 1 | -1/+1 |
2014-12-18 | watchdog: imx2_wdt: Add power management support. | Xiubo Li | 1 | -0/+47 |
2014-11-04 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+0 |
2014-10-20 | watchdog: imx2_wdt: add restart handler support | Jingchang Lu | 1 | -0/+37 |
2014-10-20 | watchdog: imx2_wdt: Convert to use regmap framework's endianness method. | Xiubo Li | 1 | -6/+0 |
2014-10-20 | watchdog: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-08-06 | watchdog: imx2_wdt: adds big endianness support. | Xiubo Li | 1 | -0/+7 |
2014-06-10 | watchdog: imx2_wdt: convert to watchdog core api | Anatolij Gustschin | 1 | -170/+122 |
2014-06-10 | watchdog: imx2_wdt: convert to use regmap API. | Xiubo Li | 1 | -18/+32 |
2014-06-10 | watchdog: imx2_wdt: Sort the header files alphabetically | Xiubo Li | 1 | -6/+6 |
2014-01-29 | watchdog: imx2_wdt: disable watchdog timer during low power mode | Anson Huang | 1 | -0/+4 |
2013-11-17 | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare | 1 | -1/+0 |
2013-11-17 | watchdog: imx2_wdt: expose module alias for loading from device-tree | Niels de Vos | 1 | -0/+1 |
2013-07-11 | watchdog: imx2_wdt: use devm_clk_get() | Jingoo Han | 1 | -4/+2 |
2013-05-18 | drivers/watchdog: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
2013-01-26 | watchdog: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+3 |
2013-01-18 | watchdog: convert drivers/watchdog/* to use module_platform_driver_probe | Fabio Porcedda | 1 | -11/+1 |
2012-10-15 | watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusion | Shawn Guo | 1 | -1/+0 |
2012-04-25 | watchdog imx2: prepare clk before enabling it | Sascha Hauer | 1 | -1/+1 |
2012-03-27 | watchdog: nowayout is bool | Wim Van Sebroeck | 1 | -2/+2 |
2012-03-27 | watchdog: make imx2_wdt report boot status correctly | Oskar Schirmer | 1 | -1/+9 |
2012-01-27 | watchdog: imx2_wdt.c: use devm_request_and_ioremap | Julia Lawall | 1 | -10/+1 |
2011-07-27 | watchdog: imx2_wdt: add device tree probe support | Shawn Guo | 1 | -0/+6 |
2010-12-14 | watchdog: imx: use clk_get to acquire the watchdog clock | Fabio Estevam | 1 | -1/+1 |
2010-06-13 | watchdog: [PATCH 3/3] imx2_wdt: fix section mismatch | Baruch Siach | 1 | -1/+0 |
2010-05-25 | watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) process... | Wolfram Sang | 1 | -0/+358 |