aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/iTCO_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-18watchdog: iTCO_wdt: Report firmware_versionThomas Weißschuh1-2/+2
2022-11-19watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg1-7/+14
2022-05-21watchdog: iTCO_wdt: Using existing macro define covers more scenariosLiu Xinpeng1-13/+7
2021-10-26watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg1-2/+11
2021-10-26watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-5/+1
2021-10-26Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Guenter Roeck1-9/+3
2021-08-22watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka1-1/+1
2021-06-21watchdog: iTCO_wdt: use dev_err() instead of pr_err()Enrico Weigelt, metux IT consult1-2/+2
2021-06-21watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka1-3/+9
2020-12-17watchdog: iTCO_wdt: use dev_*() instead of pr_*() for loggingEnrico Weigelt, metux IT consult1-10/+8
2020-12-13watchdog: iTCO_wdt: use module_platform_device() macroEnrico Weigelt, metux IT consult1-15/+1
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg1-6/+19
2020-03-10watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optionalMika Westerberg1-12/+16
2019-09-03watchdog: iTCO: Add support for Cannon Lake PCH iTCOMika Westerberg1-2/+24
2019-07-08watchdog: convert remaining drivers to use SPDX license identifierGuenter Roeck1-5/+1
2019-05-05watchdog: iTCO_wdt: Various improvementsGuenter Roeck1-12/+1
2018-10-02watchdog: iTCO_wdt: Remove unused hooksJean Delvare1-4/+0
2017-09-09watchdog: Revert "iTCO_wdt: all versions count down twice"Wim Van Sebroeck1-10/+12
2017-05-19iTCO_wdt: all versions count down twicePaolo Bonzini1-12/+10
2017-04-28watchdog: iTCO_wdt: Add PMC specific noreboot update apiKuppuswamy Sathyanarayanan1-7/+18
2017-04-28watchdog: iTCO_wdt: cleanup set/unset no_reboot_bit functionsKuppuswamy Sathyanarayanan1-33/+50
2017-02-24watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...Guenter Roeck1-8/+1
2017-02-24watchdog: iTCO_wdt: Simplify module init functionGuenter Roeck1-7/+1
2017-02-24watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci deviceGuenter Roeck1-27/+26
2017-02-24watchdog: iTCO_wdt: Use device managed resourcesGuenter Roeck1-63/+17
2017-02-24watchdog: iTCO_wdt: Use allocated data structuresGuenter Roeck1-197/+205
2016-09-24watchdog: iTCO_wdt: constify iTCO_wdt_pm structureJulia Lawall1-1/+1
2016-07-17watchdog: iTCO-wdt: handle 5th variation for Apollo LakeYong, Jonathan1-0/+2
2015-08-11watchdog: iTCO_wdt: Add support for TCO on Intel SunrisepointMatt Fleming1-27/+44
2015-08-11mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform dataMatt Fleming1-6/+5
2015-04-03PM / watchdog: iTCO: stop watchdog during system suspendRafael J. Wysocki1-0/+51
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-55/+82
2014-03-31watchdog: iTCO_wdt: Fix the parent deviceJean Delvare1-1/+1
2014-03-31watchdog: fix checkpatch warnings and errorJingoo Han1-3/+3
2014-03-19watchdog: iTCO_wdt: Add support for v3 siliconPeter Tyser1-55/+82
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-3/+0
2013-11-17watchdog: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-28watchdog: remove use of __devexitBill Pemberton1-2/+2
2012-11-28watchdog: remove use of __devinitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-16mfd: lpc_ich: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston1-0/+1
2012-07-23watchdog: iTCO_wdt.c: convert to watchdog coreWim Van Sebroeck1-165/+48
2012-06-28watchdog: iTCO_wdt: add platform driver module aliasJan Beulich1-0/+1
2012-05-30watchdog: iTCO_wdt.c: fix printk format warningsRandy Dunlap1-3/+3
2012-05-09watchdog: Convert iTCO_wdt driver to mfd modelAaron Sierra1-418/+111
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-32/+23
2012-01-27watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDsSeth Heasley1-0/+35
2011-12-27watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearing (part 2)Wim Van Sebroeck1-3/+3
2011-11-05watchdog: iTCO_wdt.c - problems with newer hardware due to SMI clearingWim Van Sebroeck1-6/+13
2011-07-26watchdog: remove empty pm-functionsWolfram Sang1-5/+0
2011-07-22watchdog: iTCO_wdt: clean-up PCI device ID'sWim Van Sebroeck1-268/+139
2011-04-26watchdog: iTCO_wdt: TCO Watchdog patch for Intel Panther Point PCHSeth Heasley1-0/+97
2011-03-15watchdog: cleanup spaces before tabsWim Van Sebroeck1-1/+1
2011-03-15watchdog: convert to DEFINE_PCI_DEVICE_TABLEWim Van Sebroeck1-1/+1
2011-01-12watchdog: iTCO_wdt: TCO Watchdog patch for Intel DH89xxCC PCHSeth Heasley1-1/+5
2011-01-12watchdog: iTCO_wdt: TCO Watchdog patch for Intel NM10 DeviceIDsWim Van Sebroeck1-1/+5
2010-12-02watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg PCHSeth Heasley1-2/+6
2010-10-28watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init codePrarit Bhargava1-2/+0
2010-10-28watchdog: iTCO_wdt: Cleanup warning messagesPrarit Bhargava1-9/+12
2010-10-28watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+3
2010-05-25iTCO_wdt: fix TCO V1 timeout values and limitsPádraig Brady1-9/+20
2010-04-06[WATCHDOG] iTCO_wdt: TCO Watchdog patch for additional Intel Cougar Point Dev...Seth Heasley1-6/+93
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2010-03-06[WATCHDOG] iTCO_wdt: clean up probe(), modify err msgNaga Chumbalkar1-10/+9
2010-01-18[WATCHDOG] iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDsSeth Heasley1-1/+44
2009-12-23[WATCHDOG] iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoCImre Kaloz1-0/+4
2009-12-04[WATCHDOG] iTCO_wdt.c - cleanup chipset documentationWim Van Sebroeck1-44/+17
2009-12-04[WATCHDOG] iTCO_wdt: Add support for Intel Ibex PeakSeth Heasley1-1/+12
2009-06-18[WATCHDOG] iTCO_wdt: fix memory corruption when RCBA is disabled by hardwareDenis V. Lunev1-3/+9
2009-06-18[WATCHDOG] iTCO_wdt: Cleanup codeWim Van Sebroeck1-12/+12
2009-03-25[WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck1-5/+10
2009-02-14[WATCHDOG] iTCO_wdt: fix SMI_EN regression 2Wim Van Sebroeck1-21/+14
2008-12-03iTCO_wdt: fix typo when setting TCO_EN bitLinus Torvalds1-1/+1
2008-11-21[WATCHDOG] iTCO_wdt: add PCI ID's for ICH9 & ICH10 chipsetsWim Van Sebroeck1-45/+73
2008-11-21[WATCHDOG] iTCO_wdt : correct status clearingWim Van Sebroeck1-2/+3
2008-11-21[WATCHDOG] iTCO_wdt : problem with rebooting on new ICH9 based motherboardsWim Van Sebroeck1-13/+28
2008-08-06[WATCHDOG] more coding style clean-up'sWim Van Sebroeck1-5/+5
2008-08-06[WATCHDOG] Coding style - Indentation - part 2Wim Van Sebroeck1-4/+4
2008-05-28[WATCHDOG 18/57] iTCO: unlocked_ioctl, coding style and cleanupAlan Cox1-151/+145
2008-05-25[WATCHDOG] Add ICH9DO into the iTCO_wdt.c driverGabriel C1-5/+9
2007-11-02[WATCHDOG] iTCO_wdt.c ICH8 pci-device-id'sWim Van Sebroeck1-4/+12
2007-11-02[WATCHDOG] iTCO_wdt.c init & exit fixesWim Van Sebroeck1-5/+5
2007-11-02[WATCHDOG] iTCO_wdt.c pci_device_id table clean-upWim Van Sebroeck1-39/+48
2007-10-27[WATCHDOG] Unlock in iTCO_wdt_start when reboot is disabledRoel Kluin1-0/+1
2007-10-18mv watchdog tree under driversWim Van Sebroeck1-0/+804