summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/imx2_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: imx2_wdt: add pretimeout function supportVladimir Zapolskiy2016-10-081-0/+48
* watchdog: imx2_wdt: use preferred BIT macro instead of open coded valuesVladimir Zapolskiy2016-09-241-6/+6
* watchdog: imx2_wdt: add external reset support via dt propTim Harvey2016-05-141-2/+17
* watchdog: imx2: Convert to use infrastructure triggered keepalivesGuenter Roeck2016-03-161-61/+13
* watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck2016-03-011-1/+2
* watchdog: imx2_wdt: use core restart handlerDamien Riegel2015-12-131-17/+6
* watchdog: imx2_wdt: Use register definition in regmap_write()Fabio Estevam2015-10-281-3/+3
* watchdog: imx2_wdt: Disable previously acquired clock on error pathFabio Estevam2015-06-261-1/+5
* watchdog: imx2_wdt: Check for clk_prepare_enable() errorFabio Estevam2015-06-261-2/+7
* watchdog: imx2_wdt: set watchdog parent deviceVladimir Zapolskiy2015-06-221-0/+1
* watchdog: imx2_wdt: also set wdog->timeout to new_timeoutMichael Grzeschik2015-06-221-0/+2
* watchdog: imx2: Constify struct regmap_config and watchdog_opsKrzysztof Kozlowski2015-02-171-2/+2
* watchdog: imx2_wdt: Disable power down counter on bootMarkus Pargmann2015-01-211-0/+9
* watchdog: imx2_wdt: Improve power management support.Xiubo Li2015-01-211-9/+22
* watchdog: imx2_wdt: Fix the argument of watchdog_active()Fabio Estevam2014-12-181-1/+1
* watchdog: imx2_wdt: Add power management support.Xiubo Li2014-12-181-0/+47
* Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
|\
| * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | watchdog: imx2_wdt: add restart handler supportJingchang Lu2014-10-201-0/+37
* | watchdog: imx2_wdt: Convert to use regmap framework's endianness method.Xiubo Li2014-10-201-6/+0
|/
* watchdog: imx2_wdt: adds big endianness support.Xiubo Li2014-08-051-0/+7
* watchdog: imx2_wdt: convert to watchdog core apiAnatolij Gustschin2014-06-101-170/+122
* watchdog: imx2_wdt: convert to use regmap API.Xiubo Li2014-06-101-18/+32
* watchdog: imx2_wdt: Sort the header files alphabeticallyXiubo Li2014-06-101-6/+6
* watchdog: imx2_wdt: disable watchdog timer during low power modeAnson Huang2014-01-281-0/+4
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0
* watchdog: imx2_wdt: expose module alias for loading from device-treeNiels de Vos2013-11-171-0/+1
* watchdog: imx2_wdt: use devm_clk_get()Jingoo Han2013-07-111-4/+2
* drivers/watchdog: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* watchdog: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* watchdog: convert drivers/watchdog/* to use module_platform_driver_probeFabio Porcedda2013-01-171-11/+1
* watchdog: imx2_wdt: remove unneeded mach/hardware.h inclusionShawn Guo2012-10-151-1/+0
* watchdog imx2: prepare clk before enabling itSascha Hauer2012-04-251-1/+1
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: make imx2_wdt report boot status correctlyOskar Schirmer2012-03-271-1/+9
* watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-271-10/+1
* watchdog: imx2_wdt: add device tree probe supportShawn Guo2011-07-261-0/+6
* watchdog: imx: use clk_get to acquire the watchdog clockFabio Estevam2010-12-141-1/+1
* watchdog: [PATCH 3/3] imx2_wdt: fix section mismatchBaruch Siach2010-06-131-1/+0
* watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) process...Wolfram Sang2010-05-251-0/+358
OpenPOWER on IntegriCloud