Age | Commit message (Expand) | Author |
2013-04-14 | watchdog: Revert the AT91RM9200_WATCHDOG dependency | Nicolas Ferre |
2013-03-22 | watchdog: sp5100_tco: Set the AcpiMmioSel bitmask value to 1 instead of 2 | Takahisa Tanaka |
2013-03-22 | watchdog: sp5100_tco: Remove code that may cause a boot failure | Takahisa Tanaka |
2013-03-01 | watchdog: sp805_wdt depends on ARM | Alessandro Rubini |
2013-03-01 | watchdog: davinci_wdt: update to devm_* API | Kumar, Anil |
2013-03-01 | watchdog: davinci_wdt: use devm managed clk get | Mrugesh Katepallewar |
2013-03-01 | watchdog: at91rm9200: add DT support | Joachim Eastwood |
2013-03-01 | watchdog: add timeout-sec property binding | Fabio Porcedda |
2013-03-01 | watchdog: at91sam9_wdt: Convert to use the watchdog framework | Wenyou Yang |
2013-03-01 | watchdog: omap_wdt: Add option nowayout | Pali Rohár |
2013-03-01 | watchdog: core: dt: add support for the timeout-sec dt property | Fabio Porcedda |
2013-03-01 | watchdog: bcm47xx_wdt.c: add hard timer | Hauke Mehrtens |
2013-03-01 | watchdog: bcm47xx_wdt.c: rename wdt_time to timeout | Hauke Mehrtens |
2013-03-01 | watchdog: bcm47xx_wdt.c: rename ops methods | Hauke Mehrtens |
2013-03-01 | watchdog: bcm47xx_wdt.c: use platform device | Hauke Mehrtens |
2013-03-01 | watchdog: bcm47xx_wdt.c: convert to watchdog core api | Hauke Mehrtens |
2013-03-01 | watchdog: Convert BookE watchdog driver to watchdog infrastructure | Guenter Roeck |
2013-03-01 | watchdog: s3c2410_wdt: Use devm_* functions | Jingoo Han |
2013-03-01 | watchdog: remove old STMP3xxx driver | Wolfram Sang |
2013-03-01 | watchdog: add new driver for STMP3xxx and i.MX23/28 | Wolfram Sang |
2013-03-01 | watchdog: introduce retu_wdt driver | Aaro Koskinen |
2013-03-01 | watchdog: intel_scu_watchdog: fix Kconfig dependency | Wim Van Sebroeck |
2013-03-01 | watchdog: orion_wdt: Add platform alias | Lubomir Rintel |
2013-03-01 | watchdog: ath79_wdt: add device tree matching | Gabor Juhos |
2013-03-01 | watchdog: ath79_wdt: get register base from platform device's resources | Gabor Juhos |
2013-03-01 | watchdog: ath79_wdt: convert to use devm_clk_get | Gabor Juhos |
2013-03-01 | watchdog: sp5100_tco: Write back the original value to reserved bits, instead... | Takahisa Tanaka |
2013-03-01 | watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of rese... | Takahisa Tanaka |
2013-03-01 | watchdog: gef_wdt.c: add missing remove callback | Devendra Naga |
2013-03-01 | watchdog: at91sam9: at91_wdt_dt_ids cannot be __init | Arnd Bergmann |
2013-03-01 | watchdog: da9055_wdt needs to select WATCHDOG_CORE | Randy Dunlap |
2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-02-24 | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2013-02-14 | watchdog: Add support for ux500_wdt watchdog | Fabio Baltieri |
2013-01-25 | watchdog: Convert to devm_ioremap_resource() | Thierry Reding |
2013-01-17 | watchdog: convert drivers/watchdog/* to use module_platform_driver_probe | Fabio Porcedda |
2013-01-02 | watchdog: twl4030_wdt: add DT support | Aaro Koskinen |
2013-01-02 | watchdog: omap_wdt: eliminate unused variable and a compiler warning | Aaro Koskinen |
2013-01-02 | watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err... | Axel Lin |
2013-01-02 | watchdog: da9055: Fix invalid free of devm_ allocated data | Axel Lin |
2012-12-19 | watchdog: Orion: Fix possible null-deference in orion_wdt_probe | Jason Gunthorpe |
2012-12-19 | watchdog: sp5100_tco: Add SB8x0 chipset support | Takahisa Tanaka |
2012-12-19 | watchdog: davinci_wdt: add OF support | Murali Karicheri |
2012-12-19 | watchdog: da9052: Fix invalid free of devm_ allocated data | Tushar Behera |
2012-12-19 | watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC... | Peter Ujfalusi |
2012-12-19 | watchdog: remove depends on CONFIG_EXPERIMENTAL | Kees Cook |
2012-12-19 | watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>( | Joe Perches |
2012-12-19 | watchdog: DA9055 Watchdog driver | Ashish Jangam |
2012-12-19 | watchdog: omap_wdt: eliminate goto | Aaro Koskinen |