aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2010-09-15watchdog: Enable NXP LPC32XX support in Kconfig (resend)Gravatar Kevin Wells 1-3/+3
2010-09-15watchdog: ts72xx_wdt: disable watchdog at probeGravatar Mika Westerberg 1-0/+3
2010-09-15watchdog: sb_wdog: release irq and reboot notifier in error path and module_e...Gravatar Akinobu Mita 1-3/+9
2010-08-13watchdog: hpwdt (12/12): Make NMI decoding a compile-time optionGravatar dann frazier 2-7/+37
2010-08-13watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functionsGravatar dann frazier 1-55/+69
2010-08-13watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"Gravatar dann frazier 1-10/+10
2010-08-13watchdog: hpwdt (9/12): hpwdt_pretimeout reorganizationGravatar dann frazier 1-17/+19
2010-08-13watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFTGravatar dann frazier 1-0/+9
2010-08-13watchdog: hpwdt (7/12): allow full range of timer values supported by hardwareGravatar dann frazier 1-2/+3
2010-08-13watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macroGravatar dann frazier 1-2/+3
2010-08-13watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strictGravatar dann frazier 1-6/+5
2010-08-13watchdog: hpwdt (4/12): Despecificate driver from iLO2Gravatar dann frazier 2-8/+8
2010-08-13watchdog: hpwdt (3/12): Group NMI sourcing specific items togetherGravatar dann frazier 1-25/+24
2010-08-13watchdog: hpwdt (2/12): Group options that affect watchdog behavior togetherGravatar dann frazier 1-3/+3
2010-08-13watchdog: hpwdt (1/12): clean-up include-files.Gravatar dann frazier 1-10/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 4-7/+7
2010-08-08watchdog: hpwdt: formatting of pointers in printk()Gravatar Kulikov Vasiliy 1-2/+2
2010-08-08watchdog: Adding support for ARM Primecell SP805 WatchdogGravatar Viresh KUMAR 3-0/+395
2010-08-08watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FGGravatar Giel van Schijndel 3-0/+780
2010-08-08watchdog: sch311x_wdt.c: set parent before registeriing the misc device in pr...Gravatar Wim Van Sebroeck 1-2/+2
2010-08-08watchdog: wdt_pci.c: move ids to pci_ids.hGravatar H Hartley Sweeten 1-14/+1
2010-08-08watchdog: s3c2410_wdt - Fix removing of platform deviceGravatar Wim Van Sebroeck 1-8/+9
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 4-7/+7
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-5/+5
2010-08-05WATCHDOG: Add watchdog driver for OCTEON SOCsGravatar David Daney 4-0/+829
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 2-4/+4
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGravatar Grant Likely 2-7/+10
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-1/+1
2010-06-17watchdog: at32ap700x_wdt: register misc device last in probe() functionGravatar Hans-Christian Egtvedt 1-6/+10
2010-06-13watchdog: [PATCH 3/3] imx2_wdt: fix section mismatchGravatar Baruch Siach 1-1/+0
2010-06-07[PATCH 2/11] drivers/watchdog: Eliminate a NULL pointer dereferenceGravatar Julia Lawall 1-1/+1
2010-06-02of/watchdog: gef_wdt.c: fix build breakageGravatar Anatolij Gustschin 1-1/+1
2010-06-02watchdog: Fix build failure with OF changesGravatar Michael Guntsche 1-1/+1
2010-05-28mfd: Change rdc321x resources flags to IORESOURCE_IOGravatar Florian Fainelli 1-1/+1
2010-05-28watchdog: Convert rdc321x_wdt to use southbridge pci deviceGravatar Florian Fainelli 1-13/+40
2010-05-25watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) process...Gravatar Wolfram Sang 3-0/+371
2010-05-25watchdog: s3c2410_wdt - Fix on handling of the request_mem_region failGravatar Banajit Goswami 1-2/+1
2010-05-25watchdog: s3c2410_wdt - Add extra option to include watchdog for Samsung SoCsGravatar Banajit Goswami 1-4/+10
2010-05-25iTCO_wdt: fix TCO V1 timeout values and limitsGravatar Pádraig Brady 2-19/+21
2010-05-25watchdog: twl4030_wdt: Disable watchdog during probingGravatar Ameya Palande 1-0/+2
2010-05-25watchdog: update/improve/consolidate watchdog driverGravatar Randy Dunlap 2-2/+1
2010-05-25watchdog: booke_wdt: fix ioctl status flagsGravatar Wim Van Sebroeck 1-3/+3
2010-05-25watchdog: fix several MODULE_PARM_DESC stringsGravatar Randy Dunlap 6-13/+19
2010-05-25watchdog: bfin: use new common Blackfin watchdog headerGravatar Mike Frysinger 1-18/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGravatar Grant Likely 7-25/+26
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 4-11/+19
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersGravatar Daniel Mack 1-3/+3
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2010-05-12ARM: 6126/1: ARM mpcore_wdt: fix build failure and other fixesGravatar Srinidhi Kasagar 2-11/+12
2010-05-03watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string.Gravatar Wim Van Sebroeck 1-1/+1