Age | Commit message (Expand) | Author | Files | Lines |
2010-08-14 | watchdog: hpwdt (12/12): Make NMI decoding a compile-time option | dann frazier | 2 | -7/+37 |
2010-08-14 | watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions | dann frazier | 1 | -55/+69 |
2010-08-14 | watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing" | dann frazier | 1 | -10/+10 |
2010-08-14 | watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization | dann frazier | 1 | -17/+19 |
2010-08-14 | watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT | dann frazier | 1 | -0/+9 |
2010-08-14 | watchdog: hpwdt (7/12): allow full range of timer values supported by hardware | dann frazier | 1 | -2/+3 |
2010-08-14 | watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro | dann frazier | 1 | -2/+3 |
2010-08-14 | watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict | dann frazier | 1 | -6/+5 |
2010-08-14 | watchdog: hpwdt (4/12): Despecificate driver from iLO2 | dann frazier | 2 | -8/+8 |
2010-08-14 | watchdog: hpwdt (3/12): Group NMI sourcing specific items together | dann frazier | 1 | -25/+24 |
2010-08-14 | watchdog: hpwdt (2/12): Group options that affect watchdog behavior together | dann frazier | 1 | -3/+3 |
2010-08-14 | watchdog: hpwdt (1/12): clean-up include-files. | dann frazier | 1 | -10/+2 |
2010-08-12 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 4 | -7/+7 |
2010-08-08 | watchdog: hpwdt: formatting of pointers in printk() | Kulikov Vasiliy | 1 | -2/+2 |
2010-08-08 | watchdog: Adding support for ARM Primecell SP805 Watchdog | Viresh KUMAR | 3 | -0/+395 |
2010-08-08 | watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG | Giel van Schijndel | 3 | -0/+780 |
2010-08-08 | watchdog: sch311x_wdt.c: set parent before registeriing the misc device in pr... | Wim Van Sebroeck | 1 | -2/+2 |
2010-08-08 | watchdog: wdt_pci.c: move ids to pci_ids.h | H Hartley Sweeten | 1 | -14/+1 |
2010-08-08 | watchdog: s3c2410_wdt - Fix removing of platform device | Wim Van Sebroeck | 1 | -8/+9 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 4 | -7/+7 |
2010-08-06 | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2 | -5/+5 |
2010-08-05 | WATCHDOG: Add watchdog driver for OCTEON SOCs | David Daney | 4 | -0/+829 |
2010-07-24 | of/platform: remove all of_bus_type and of_platform_bus_type references | Grant Likely | 2 | -4/+4 |
2010-07-24 | Merge commit 'v2.6.35-rc6' into devicetree/next | Grant Likely | 2 | -7/+10 |
2010-06-28 | sparc/of: Move of_device fields into struct pdev_archdata | Grant Likely | 1 | -1/+1 |
2010-06-17 | watchdog: at32ap700x_wdt: register misc device last in probe() function | Hans-Christian Egtvedt | 1 | -6/+10 |
2010-06-13 | watchdog: [PATCH 3/3] imx2_wdt: fix section mismatch | Baruch Siach | 1 | -1/+0 |
2010-06-07 | [PATCH 2/11] drivers/watchdog: Eliminate a NULL pointer dereference | Julia Lawall | 1 | -1/+1 |
2010-06-03 | of/watchdog: gef_wdt.c: fix build breakage | Anatolij Gustschin | 1 | -1/+1 |
2010-06-02 | watchdog: Fix build failure with OF changes | Michael Guntsche | 1 | -1/+1 |
2010-05-28 | mfd: Change rdc321x resources flags to IORESOURCE_IO | Florian Fainelli | 1 | -1/+1 |
2010-05-28 | watchdog: Convert rdc321x_wdt to use southbridge pci device | Florian Fainelli | 1 | -13/+40 |
2010-05-25 | watchdog: Driver for the watchdog timer on Freescale IMX2 (and later) process... | Wolfram Sang | 3 | -0/+371 |
2010-05-25 | watchdog: s3c2410_wdt - Fix on handling of the request_mem_region fail | Banajit Goswami | 1 | -2/+1 |
2010-05-25 | watchdog: s3c2410_wdt - Add extra option to include watchdog for Samsung SoCs | Banajit Goswami | 1 | -4/+10 |
2010-05-25 | iTCO_wdt: fix TCO V1 timeout values and limits | Pádraig Brady | 2 | -19/+21 |
2010-05-25 | watchdog: twl4030_wdt: Disable watchdog during probing | Ameya Palande | 1 | -0/+2 |
2010-05-25 | watchdog: update/improve/consolidate watchdog driver | Randy Dunlap | 2 | -2/+1 |
2010-05-25 | watchdog: booke_wdt: fix ioctl status flags | Wim Van Sebroeck | 1 | -3/+3 |
2010-05-25 | watchdog: fix several MODULE_PARM_DESC strings | Randy Dunlap | 6 | -13/+19 |
2010-05-25 | watchdog: bfin: use new common Blackfin watchdog header | Mike Frysinger | 1 | -18/+1 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 7 | -25/+26 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 4 | -11/+19 |
2010-05-21 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 1 | -3/+3 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -1/+1 |
2010-05-12 | ARM: 6126/1: ARM mpcore_wdt: fix build failure and other fixes | Srinidhi Kasagar | 2 | -11/+12 |
2010-05-03 | watchdog: ep93xx_wdt.c fix default timout value in MODULE_PARM_DESC string. | Wim Van Sebroeck | 1 | -1/+1 |
2010-04-27 | watchdog: booke_wdt: fix build - unconstify watchdog_info | Anton Vorontsov | 1 | -1/+1 |
2010-04-26 | watchdog: sbc_fitpc2_wdt: fixed "scheduling while atomic" bug. | Denis Turischev | 1 | -5/+5 |
2010-04-26 | watchdog: sbc_fitpc2_wdt: fixed I/O operations order | Denis Turischev | 1 | -2/+2 |