summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2012-03-27watchdog: fix compiler error for missing parenthesisJaehoon Chung1-1/+1
2012-03-27watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck1-8/+8
2012-03-27watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten1-14/+37
2012-03-27watchdog: fix set_timeout operationsWim Van Sebroeck6-3/+10
2012-03-27watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede1-1/+0
2012-03-27watchdog: softdog: convert to watchdog coreAlan Cox2-146/+37
2012-03-27watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2-159/+32
2012-03-27watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2-140/+41
2012-03-27watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2-179/+38
2012-03-27watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2-175/+90
2012-03-27watchdog: nowayout is boolWim Van Sebroeck82-162/+162
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches90-1280/+1039
2012-03-27watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang1-12/+11
2012-03-27watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang1-47/+22
2012-03-27watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar1-0/+33
2012-03-27watchdog: make imx2_wdt report boot status correctlyOskar Schirmer1-1/+9
2012-03-25ARM: pxa: use common IOMEM definitionRob Herring1-0/+1
2012-03-24Merge branch 'kirkwood/dt' into next/dt2Arnd Bergmann1-9/+15
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-11/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-11/+1
2012-03-16Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope...Arnd Bergmann1-9/+15
2012-03-16powerpc: Add GE FPGA config optionMartyn Welch1-1/+1
2012-03-16ARM: orion: wdt: use resource vice direct accessJason Cooper1-9/+15
2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann1-14/+37
2012-03-14ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten1-14/+37
2012-03-13Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linu...Olof Johansson5-31/+41
2012-03-08Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson5-31/+41
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-1/+1
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2012-02-29watchdog: fix GETTIMEOUT ioctl in booke_wdtDmitry Artamonow1-1/+5
2012-02-28watchdog: Fix typo in pnx4008_wdt.cMasanari Iida1-1/+1
2012-02-28watchdog: Fix typo in KconfigMasanari Iida1-1/+1
2012-02-28watchdog: fix error in probe() of s3c2410_wdt (reset at booting)MyungJoo Ham1-26/+31
2012-02-28watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov1-2/+3
2012-02-23ARM: at91: make ST (System Timer) soc independentJean-Christophe PLAGNIOL-VILLARD1-4/+4
2012-01-27watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley1-0/+35
2012-01-27watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devAxel Lin1-2/+2
2012-01-27watchdog: Fix typo "unexpectdly"Masanari Iida2-2/+2
2012-01-27watchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin1-2/+2
2012-01-27watchdog: wm8350_wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD optionsAxel Lin1-2/+2
2012-01-27watchdog: Return proper error in nuc900wdt_probe if misc_register failsAxel Lin1-1/+2
2012-01-27watchdog: Staticise nuc900_wdtAxel Lin1-1/+1
2012-01-27watchdog: via_wdt: Staticise wdt_pci_tableAxel Lin1-1/+1
2012-01-27watchdog: omap_wdt.c: Fix the mismatch of pm_runtime enable and disableShubhrajyoti D1-0/+2
2012-01-27watchdog: dw_wdt.c: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-27watchdog: imx2_wdt.c: use devm_request_and_ioremapJulia Lawall1-10/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds35-284/+325
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+22