summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: bcm47xx_wdt.c: allow enabling on BCM5301X archRafał Miłecki2015-02-171-1/+1
* watchdog: jz4740: Add DT supportZubair Lutfullah Kakakhel2015-02-171-0/+10
* watchdog: dw_wdt: Try to get a 30 second watchdog by defaultDoug Anderson2015-02-171-2/+4
* watchdog: dw_wdt: pat the watchdog before enabling itDoug Anderson2015-02-171-7/+19
* watchdog: w83627hf_wdt: Add support for NCT6791 and NCT6792Guenter Roeck2015-02-172-1/+15
* watchdog: bcm47xx_wdt.c: add restart handler supportRafał Miłecki2015-02-171-1/+20
* watchdog: gpio_wdt: Add "always_running" feature to GPIO watchdogMike Looijmans2015-02-171-8/+29
* watchdog: da9063: Add restart handler supportGeert Uytterhoeven2015-02-171-1/+31
* watchdog: Add driver for Mediatek watchdogMatthias Brugger2015-02-173-0/+262
* watchdog: Fix omap watchdogs to enable the magic close bitTony Lindgren2015-02-173-3/+3
* watchdog: rt2880_wdt: minor clean upJohn Crispin2015-02-171-3/+6
* watchdog: hpwdt: Fix initialization message in hpwdt.cMasanari Iida2015-02-171-1/+1
* watchdog: it87_wdt: add IT8783 IDPaolo Teti2015-02-171-2/+4
* watchdog: imx2: Constify struct regmap_config and watchdog_opsKrzysztof Kozlowski2015-02-171-2/+2
* watchdog: ImgTec PDC Watchdog Timer DriverNaidu Tellapati2015-02-173-0/+301
* watchdog: drop owner assignment from platform_driversWolfram Sang2015-01-212-2/+0
* 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 tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1454-54/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0354-54/+0
| |\
| | * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-2055-55/+0
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-101-1/+41
|\ \ \
| * \ \ Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan...Thomas Gleixner2014-11-271-1/+41
| |\ \ \ | | |/ / | |/| |
| | * | watchdog: orion: Use the reference clock on Armada 375 SoCEzequiel Garcia2014-11-261-1/+41
* | | | Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-091-2/+2
|\ \ \ \
| * | | | ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for driversNicolas Ferre2014-11-261-2/+2
| |/ / /
* | | | watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7Abhilash Kesavan2014-12-051-1/+1
|/ / /
* | | watchdog: meson: remove magic value for rebootCarlo Caione2014-10-201-1/+1
* | | watchdog: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEMChen Gang2014-10-201-1/+2
* | | watchdog: sunxi: Add A31 watchdog supportChen-Yu Tsai2014-10-201-0/+10
* | | watchdog: sunxi: support parameterized compatible stringsChen-Yu Tsai2014-10-201-25/+76
* | | watchdog: imx2_wdt: add restart handler supportJingchang Lu2014-10-201-0/+37
* | | watchdog: qcom: register a restart notifierJosh Cartwright2014-10-201-0/+38
* | | watchdog: s3c2410: add restart handlerHeiko Stuebner2014-10-201-0/+36
* | | watchdog: dw_wdt: add restart handler supportJisheng Zhang2014-10-201-0/+32
* | | ARM: meson: add watchdog driverCarlo Caione2014-10-203-0/+247
* | | stmp3xxx_rtc_wdt: Add suspend/resume PM supportJanusz Uzycki2014-10-201-0/+24
* | | watchdog: Add DA9063 PMIC watchdog driver.Krystian Garbaciak2014-10-203-0/+201
* | | watchdog: add driver for Ricoh RN5T618 watchdogBeniamino Galvani2014-10-203-0/+210
* | | watchdog: s3c2410_wdt: Add support for Watchdog device on Exynos7Naveen Krishna Chatradhi2014-10-201-0/+11
* | | watchdog: qcom: add support for KPSS WDTJosh Cartwright2014-10-203-0/+200
* | | watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top()Jisheng Zhang2014-10-201-1/+3
* | | watchdog: Add Cadence WDT driverHarini Katakam2014-10-203-0/+525
* | | watchdog: imx2_wdt: Convert to use regmap framework's endianness method.Xiubo Li2014-10-201-6/+0
* | | watchdog: ts72xx_wdt: Kill superfluous variable in removeMika Westerberg2014-10-201-5/+1
* | | powerpc: booke_wdt: Fix build error as a modulePranith Kumar2014-10-201-23/+5
* | | watchdog: xilinx: Remove .owner field for driverMichal Simek2014-10-201-1/+0
| |/ |/|
* | Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-103-0/+214
|\ \
OpenPOWER on IntegriCloud