| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2015-04-22 | 6 | -174/+83 |
|\ |
|
| * | watchdog: stmp3xxx_rtc_wdt: fix broken email address | Wolfram Sang | 2015-04-22 | 1 | -2/+2 |
| * | watchdog: pnx4008_wdt: fix broken email address | Wolfram Sang | 2015-04-22 | 1 | -1/+1 |
| * | watchdog: octeon: use fixed length string for register names | Aaro Koskinen | 2015-04-22 | 1 | -1/+1 |
| * | watchdog: octeon: fix some trivial coding style issues | Aaro Koskinen | 2015-04-22 | 1 | -6/+10 |
| * | watchdog: octeon: convert to WATCHDOG_CORE API | Aaro Koskinen | 2015-04-22 | 2 | -147/+39 |
| * | watchdog: cadence: Remove Kconfig dependency on ARCH | Michal Simek | 2015-04-22 | 1 | -1/+0 |
| * | watchdog: qcom: use timer devicetree binding | Mathieu Olivari | 2015-04-22 | 1 | -6/+15 |
| * | watchdog: bcm281xx: Remove use of seq_printf return value | Joe Perches | 2015-04-22 | 1 | -11/+16 |
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-04-22 | 2 | -8/+55 |
|\ \
| |/
|/| |
|
| * | Merge tag 'arm-perf-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Olof Johansson | 2015-04-03 | 1 | -1/+2 |
| |\ |
|
| * | | watchdog: at91rm9200: implement restart handler | Alexandre Belloni | 2015-03-16 | 1 | -0/+32 |
| * | | watchdog: at91rm9200: use the system timer syscon | Alexandre Belloni | 2015-03-16 | 2 | -8/+23 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-04-14 | 1 | -15/+5 |
|\ \ \ |
|
| * | | | s390/watchdog: support for KVM hypervisors and delete pr_info messages | Xu Wang | 2015-03-25 | 1 | -14/+4 |
| * | | | s390/watchdog: enable KEEPALIVE for /dev/watchdog | Xu Wang | 2015-03-25 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge back earlier suspend/hibernate material for v4.1. | Rafael J. Wysocki | 2015-04-10 | 1 | -0/+51 |
|\ \ \ |
|
| * | | | PM / watchdog: iTCO: stop watchdog during system suspend | Rafael J. Wysocki | 2015-04-03 | 1 | -0/+51 |
| | |/
| |/| |
|
* | | | watchdog: imgpdc: Fix default heartbeat | James Hogan | 2015-03-27 | 1 | -3/+3 |
* | | | watchdog: imgpdc: Fix probe NULL pointer dereference | James Hogan | 2015-03-27 | 1 | -1/+1 |
* | | | watchdog: mtk_wdt: signedness bug in mtk_wdt_start() | Dan Carpenter | 2015-03-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND | Boris BREZILLON | 2015-03-06 | 1 | -1/+2 |
|/ |
|
* | watchdog: bcm47xx_wdt.c: allow enabling on BCM5301X arch | Rafał Miłecki | 2015-02-17 | 1 | -1/+1 |
* | watchdog: jz4740: Add DT support | Zubair Lutfullah Kakakhel | 2015-02-17 | 1 | -0/+10 |
* | watchdog: dw_wdt: Try to get a 30 second watchdog by default | Doug Anderson | 2015-02-17 | 1 | -2/+4 |
* | watchdog: dw_wdt: pat the watchdog before enabling it | Doug Anderson | 2015-02-17 | 1 | -7/+19 |
* | watchdog: w83627hf_wdt: Add support for NCT6791 and NCT6792 | Guenter Roeck | 2015-02-17 | 2 | -1/+15 |
* | watchdog: bcm47xx_wdt.c: add restart handler support | Rafał Miłecki | 2015-02-17 | 1 | -1/+20 |
* | watchdog: gpio_wdt: Add "always_running" feature to GPIO watchdog | Mike Looijmans | 2015-02-17 | 1 | -8/+29 |
* | watchdog: da9063: Add restart handler support | Geert Uytterhoeven | 2015-02-17 | 1 | -1/+31 |
* | watchdog: Add driver for Mediatek watchdog | Matthias Brugger | 2015-02-17 | 3 | -0/+262 |
* | watchdog: Fix omap watchdogs to enable the magic close bit | Tony Lindgren | 2015-02-17 | 3 | -3/+3 |
* | watchdog: rt2880_wdt: minor clean up | John Crispin | 2015-02-17 | 1 | -3/+6 |
* | watchdog: hpwdt: Fix initialization message in hpwdt.c | Masanari Iida | 2015-02-17 | 1 | -1/+1 |
* | watchdog: it87_wdt: add IT8783 ID | Paolo Teti | 2015-02-17 | 1 | -2/+4 |
* | watchdog: imx2: Constify struct regmap_config and watchdog_ops | Krzysztof Kozlowski | 2015-02-17 | 1 | -2/+2 |
* | watchdog: ImgTec PDC Watchdog Timer Driver | Naidu Tellapati | 2015-02-17 | 3 | -0/+301 |
* | watchdog: drop owner assignment from platform_drivers | Wolfram Sang | 2015-01-21 | 2 | -2/+0 |
* | 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 tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 54 | -54/+0 |
|\ |
|
| * | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-11-03 | 54 | -54/+0 |
| |\ |
|
| | * | watchdog: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 55 | -55/+0 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-12-10 | 1 | -1/+41 |
|\ \ \ |
|
| * \ \ | Merge branch 'clockevents/3.19' of http://git.linaro.org/people/daniel.lezcan... | Thomas Gleixner | 2014-11-27 | 1 | -1/+41 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | watchdog: orion: Use the reference clock on Armada 375 SoC | Ezequiel Garcia | 2014-11-26 | 1 | -1/+41 |
* | | | | Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-12-09 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for drivers | Nicolas Ferre | 2014-11-26 | 1 | -2/+2 |
| |/ / / |
|