aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAge
* watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich2012-03-27
* watchdog: fix compiler error for missing parenthesisJaehoon Chung2012-03-27
* watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck2012-03-27
* watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-27
* watchdog: fix set_timeout operationsWim Van Sebroeck2012-03-27
* watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-27
* watchdog: softdog: convert to watchdog coreAlan Cox2012-03-27
* watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2012-03-27
* watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2012-03-27
* watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2012-03-27
* watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2012-03-27
* watchdog: nowayout is boolWim Van Sebroeck2012-03-27
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-27
* watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang2012-03-27
* watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang2012-03-27
* watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar2012-03-27
* watchdog: make imx2_wdt report boot status correctlyOskar Schirmer2012-03-27
* Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-23
|\
| * ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar2012-03-16
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-21
|\ \
| * | powerpc: Add GE FPGA config optionMartyn Welch2012-03-16
* | | watchdog: fix GETTIMEOUT ioctl in booke_wdtDmitry Artamonow2012-02-29
* | | watchdog: Fix typo in pnx4008_wdt.cMasanari Iida2012-02-28
* | | watchdog: Fix typo in KconfigMasanari Iida2012-02-28
* | | watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham2012-02-28
* | | watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov2012-02-28
|/ /
* | watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley2012-01-27
* | watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin2012-01-27
* | watchdog: Fix typo "unexpectdly"Masanari Iida2012-01-27
* | watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-27
* | watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin2012-01-27
* | watchdog: Return proper error in nuc900wdt_probe if misc_register failsAxel Lin2012-01-27
* | watchdog: Staticise nuc900_wdtAxel Lin2012-01-27
* | watchdog: via_wdt: Staticise wdt_pci_tableAxel Lin2012-01-27
* | watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D2012-01-27
* | watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-27
* | watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall2012-01-27
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-01-10
|\
| * watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.Shubhrajyoti D2012-01-06
| * watchdog: new driver for VIA chipsetsMarc Vertes2012-01-06
| * watchdog: ath79_wdt: flush register writesGabor Juhos2012-01-06
| * drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated dataJulia Lawall2012-01-06
| * watchdog: Convert wm831x driver to devm_kzalloc()Mark Brown2012-01-06
| * watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck2012-01-06
| * watchdog: convert drivers/watchdog/* to use module_platform_driver()Axel Lin2012-01-06
| * watchdog: Use DEFINE_SPINLOCK() for static spinlocksAxel Lin2012-01-06
| * watchdog: Convert Wolfson drivers to module_platform_driverMark Brown2012-01-06
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-09
|\ \
| * | ARM: at91: make watchdog drivers soc independentJean-Christophe PLAGNIOL-VILLARD2011-11-28