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