| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: iTCO_wdt: Report firmware_version | Thomas Weißschuh | 2023-02-18 | 1 | -2/+2 |
* | watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already running | Mika Westerberg | 2022-11-19 | 1 | -7/+14 |
* | watchdog: iTCO_wdt: Using existing macro define covers more scenarios | Liu Xinpeng | 2022-05-21 | 1 | -13/+7 |
* | watchdog: iTCO_wdt: No need to stop the timer in probe | Mika Westerberg | 2021-10-26 | 1 | -2/+11 |
* | watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_res... | Cai Huoqing | 2021-10-26 | 1 | -5/+1 |
* | Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout" | Guenter Roeck | 2021-10-26 | 1 | -9/+3 |
* | watchdog: iTCO_wdt: Fix detection of SMI-off case | Jan Kiszka | 2021-08-22 | 1 | -1/+1 |
* | watchdog: iTCO_wdt: use dev_err() instead of pr_err() | Enrico Weigelt, metux IT consult | 2021-06-21 | 1 | -2/+2 |
* | watchdog: iTCO_wdt: Account for rebooting on second timeout | Jan Kiszka | 2021-06-21 | 1 | -3/+9 |
* | watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging | Enrico Weigelt, metux IT consult | 2020-12-17 | 1 | -10/+8 |
* | watchdog: iTCO_wdt: use module_platform_device() macro | Enrico Weigelt, metux IT consult | 2020-12-13 | 1 | -15/+1 |
* | platform/x86: intel_pmc_ipc: Convert to MFD | Mika Westerberg | 2020-04-24 | 1 | -6/+19 |
* | watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional | Mika Westerberg | 2020-03-10 | 1 | -12/+16 |
* | watchdog: iTCO: Add support for Cannon Lake PCH iTCO | Mika Westerberg | 2019-09-03 | 1 | -2/+24 |
* | watchdog: convert remaining drivers to use SPDX license identifier | Guenter Roeck | 2019-07-08 | 1 | -5/+1 |
* | watchdog: iTCO_wdt: Various improvements | Guenter Roeck | 2019-05-05 | 1 | -12/+1 |
* | watchdog: iTCO_wdt: Remove unused hooks | Jean Delvare | 2018-10-02 | 1 | -4/+0 |
* | watchdog: Revert "iTCO_wdt: all versions count down twice" | Wim Van Sebroeck | 2017-09-09 | 1 | -10/+12 |
* | iTCO_wdt: all versions count down twice | Paolo Bonzini | 2017-05-19 | 1 | -12/+10 |
* | watchdog: iTCO_wdt: Add PMC specific noreboot update api | Kuppuswamy Sathyanarayanan | 2017-04-28 | 1 | -7/+18 |
* | watchdog: iTCO_wdt: cleanup set/unset no_reboot_bit functions | Kuppuswamy Sathyanarayanan | 2017-04-28 | 1 | -33/+50 |
* | watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r... | Guenter Roeck | 2017-02-24 | 1 | -8/+1 |
* | watchdog: iTCO_wdt: Simplify module init function | Guenter Roeck | 2017-02-24 | 1 | -7/+1 |
* | watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci device | Guenter Roeck | 2017-02-24 | 1 | -27/+26 |
* | watchdog: iTCO_wdt: Use device managed resources | Guenter Roeck | 2017-02-24 | 1 | -63/+17 |
* | watchdog: iTCO_wdt: Use allocated data structures | Guenter Roeck | 2017-02-24 | 1 | -197/+205 |
* | watchdog: iTCO_wdt: constify iTCO_wdt_pm structure | Julia Lawall | 2016-09-24 | 1 | -1/+1 |
* | watchdog: iTCO-wdt: handle 5th variation for Apollo Lake | Yong, Jonathan | 2016-07-17 | 1 | -0/+2 |
* | watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint | Matt Fleming | 2015-08-11 | 1 | -27/+44 |
* | mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data | Matt Fleming | 2015-08-11 | 1 | -6/+5 |
* | PM / watchdog: iTCO: stop watchdog during system suspend | Rafael J. Wysocki | 2015-04-03 | 1 | -0/+51 |
* | watchdog: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-04-07 | 1 | -55/+82 |
|\ |
|
| * | watchdog: iTCO_wdt: Add support for v3 silicon | Peter Tyser | 2014-03-19 | 1 | -55/+82 |
* | | watchdog: iTCO_wdt: Fix the parent device | Jean Delvare | 2014-03-31 | 1 | -1/+1 |
* | | watchdog: fix checkpatch warnings and error | Jingoo Han | 2014-03-31 | 1 | -3/+3 |
|/ |
|
* | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare | 2013-11-17 | 1 | -3/+0 |
* | watchdog: use dev_get_platdata() | Jingoo Han | 2013-11-17 | 1 | -1/+1 |
* | watchdog: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | watchdog: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | watchdog: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | mfd: lpc_ich: Add Device IDs for Intel Lynx Point-LP PCH | James Ralston | 2012-09-16 | 1 | -0/+1 |
* | watchdog: iTCO_wdt.c: convert to watchdog core | Wim Van Sebroeck | 2012-07-23 | 1 | -165/+48 |
* | watchdog: iTCO_wdt: add platform driver module alias | Jan Beulich | 2012-06-28 | 1 | -0/+1 |
* | watchdog: iTCO_wdt.c: fix printk format warnings | Randy Dunlap | 2012-05-30 | 1 | -3/+3 |
* | watchdog: Convert iTCO_wdt driver to mfd model | Aaron Sierra | 2012-05-09 | 1 | -418/+111 |
* | watchdog: nowayout is bool | Wim Van Sebroeck | 2012-03-27 | 1 | -2/+2 |
* | watchdog: Use pr_<fmt> and pr_<level> | Joe Perches | 2012-03-27 | 1 | -32/+23 |
* | watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDs | Seth Heasley | 2012-01-27 | 1 | -0/+35 |
* | watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2) | Wim Van Sebroeck | 2011-12-27 | 1 | -3/+3 |