summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: st_wdt: Add new driver for ST's LPC WatchdogLee Jones2015-04-303-0/+357
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-04-226-174/+83Star
|\
| * watchdog: stmp3xxx_rtc_wdt: fix broken email addressWolfram Sang2015-04-221-2/+2
| * watchdog: pnx4008_wdt: fix broken email addressWolfram Sang2015-04-221-1/+1
| * watchdog: octeon: use fixed length string for register namesAaro Koskinen2015-04-221-1/+1
| * watchdog: octeon: fix some trivial coding style issuesAaro Koskinen2015-04-221-6/+10
| * watchdog: octeon: convert to WATCHDOG_CORE APIAaro Koskinen2015-04-222-147/+39Star
| * watchdog: cadence: Remove Kconfig dependency on ARCHMichal Simek2015-04-221-1/+0Star
| * watchdog: qcom: use timer devicetree bindingMathieu Olivari2015-04-221-6/+15
| * watchdog: bcm281xx: Remove use of seq_printf return valueJoe Perches2015-04-221-11/+16
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-222-8/+55
|\ \ | |/ |/|
| * Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Olof Johansson2015-04-031-1/+2
| |\
| * | watchdog: at91rm9200: implement restart handlerAlexandre Belloni2015-03-161-0/+32
| * | watchdog: at91rm9200: use the system timer sysconAlexandre Belloni2015-03-162-8/+23
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-151-15/+5Star
|\ \ \
| * | | s390/watchdog: support for KVM hypervisors and delete pr_info messagesXu Wang2015-03-251-14/+4Star
| * | | s390/watchdog: enable KEEPALIVE for /dev/watchdogXu Wang2015-03-251-1/+1
| | |/ | |/|
* | | Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2015-04-101-0/+51
|\ \ \
| * | | PM / watchdog: iTCO: stop watchdog during system suspendRafael J. Wysocki2015-04-031-0/+51
| | |/ | |/|
* | | watchdog: imgpdc: Fix default heartbeatJames Hogan2015-03-271-3/+3
* | | watchdog: imgpdc: Fix probe NULL pointer dereferenceJames Hogan2015-03-271-1/+1
* | | watchdog: mtk_wdt: signedness bug in mtk_wdt_start()Dan Carpenter2015-03-271-1/+1
| |/ |/|
* | watchdog: at91sam9: request the irq with IRQF_NO_SUSPENDBoris BREZILLON2015-03-061-1/+2
|/
* 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/+0Star
* 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-1554-54/+0Star
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0454-54/+0Star
| |\
| | * watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-2055-55/+0Star
* | | 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
|\ \ \ \