Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-04-26 | Watchdog: sb_wdog.c: Fix sibyte watchdog initialization | Guenter Roeck | 1 | -2/+2 |
2010-04-16 | [WATCHDOG] max63xx driver depends on ioremap() | Geert Uytterhoeven | 1 | -1/+1 |
2010-04-16 | [WATCHDOG] max63xx: be careful when disabling the watchdog | Marc Zyngier | 1 | -1/+6 |
2010-04-16 | [WATCHDOG] fixed book E watchdog period register mask. | Luuk Paulussen | 1 | -1/+1 |
2010-04-16 | [WATCHDOG] omap4: Fix WDT Kconfig | Santosh Shilimkar | 1 | -3/+3 |
2010-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 4 | -13/+101 |
2010-04-06 | [WATCHDOG] hpwdt - fix lower timeout limit | Thomas Mingarelli | 1 | -1/+1 |
2010-04-06 | [WATCHDOG] iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point Dev... | Seth Heasley | 1 | -6/+93 |
2010-04-04 | [WATCHDOG] set max63xx driver as ARM only | Marc Zyngier | 1 | -5/+6 |
2010-04-04 | [WATCHDOG] powerpc: pika_wdt ident cannot be const | Sean MacLennan | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 15 | -2/+13 |
2010-03-08 | [WATCHDOG] i6300esb.c: change platform_driver to pci_driver | Wim Van Sebroeck | 1 | -60/+33 |
2010-03-08 | [WATCHDOG] i6300esb: fix unlock register with | Wim Van Sebroeck | 1 | -3/+3 |
2010-03-07 | [WATCHDOG] drivers/watchdog/wdt.c:wdt_ioctl(): make `ident' non-static | Andrew Morton | 2 | -2/+2 |
2010-03-07 | [WATCHDOG] change reboot_notifier to platform-shutdown method. | Wim Van Sebroeck | 2 | -56/+21 |
2010-03-07 | [WATCHDOG] watchdog_info constify | Wim Van Sebroeck | 51 | -52/+52 |
2010-03-06 | [WATCHDOG] gef_wdt: Author corrections following split of GE Fanuc joint venture | Martyn Welch | 2 | -9/+9 |
2010-03-06 | [WATCHDOG] iTCO_wdt: clean up probe(), modify err msg | Naga Chumbalkar | 1 | -10/+9 |
2010-03-06 | [WATCHDOG] ep93xx: watchdog timer driver for TS-72xx SBCs cleanup | Wim Van Sebroeck | 1 | -4/+8 |
2010-03-06 | [WATCHDOG] support for max63xx watchdog timer chips | Marc Zyngier | 3 | -0/+403 |
2010-03-06 | [WATCHDOG] ep93xx: implemented watchdog timer driver for TS-72xx SBCs | Mika Westerberg | 3 | -0/+528 |
2010-03-02 | Merge with mainline to remove plat-omap/Kconfig conflict | Tony Lindgren | 3 | -23/+47 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -14/+25 |
2010-02-27 | MIPS: AR7: Implement clock API | Florian Fainelli | 1 | -3/+15 |
2010-02-21 | [WATCHDOG] bfin: fix max timeout calculation | Mike Frysinger | 1 | -6/+7 |
2010-02-15 | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 | Tony Lindgren | 1 | -1/+1 |
2010-02-15 | omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2 | Tony Lindgren | 1 | -1/+1 |
2010-02-12 | ARM: PNX4008: convert watchdog to use clk API enable/disable calls | Russell King | 1 | -13/+24 |
2010-02-12 | ARM: PNX4008: convert watchdog clocks to match by device only | Russell King | 1 | -1/+1 |
2010-01-25 | [WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique. | Denis Turischev | 2 | -8/+7 |