summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sp5100_tco.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao2023-06-261-1/+3
* watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes2023-04-221-0/+4
* watchdog: sp5100_tco: Add "action" module parameterVladimir Panteleev2022-10-021-2/+11
* watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare2022-07-231-0/+1
* Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman2022-03-271-12/+4
* Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman2022-03-271-1/+99
* Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman2022-03-271-74/+81
* Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman2022-03-271-29/+36
* watchdog: sp5100_tco: Add support for get_timeleftThomas Weißschuh2021-10-261-0/+9
* watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabledGuenter Roeck2020-10-141-0/+18
* watchdog: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-051-1/+1
* watchdog: sp5100_tco: drop warning after registering deviceWolfram Sang2019-07-081-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* watchdog: sp5100_tco: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1
* watchdog: sp5100_tco: Add support for recent FCH versionsGuenter Roeck2018-01-211-57/+112
* watchdog: sp5100-tco: Abort if watchdog is disabled by hardwareGuenter Roeck2018-01-211-1/+7
* watchdog: sp5100_tco: Convert to use watchdog subsystemGuenter Roeck2018-01-211-256/+102
* watchdog: sp5100_tco: Clean up function and variable namesGuenter Roeck2018-01-211-15/+10
* watchdog: sp5100_tco: Use dev_ print functions where possibleGuenter Roeck2018-01-211-19/+21
* watchdog: sp5100_tco: Match PCI device earlyGuenter Roeck2018-01-211-35/+31
* watchdog: sp5100_tco: Clean up sp5100_tco_setupdeviceGuenter Roeck2018-01-211-33/+29
* watchdog: sp5100_tco: Use standard error codesGuenter Roeck2018-01-211-8/+11
* watchdog: sp5100_tco: Use request_muxed_region where possibleGuenter Roeck2018-01-211-4/+3
* watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}Guenter Roeck2018-01-211-45/+49
* watchdog: sp5100_tco: properly check for new register layoutsLucas Stach2016-05-141-5/+10
* sp5100_tco: fix the device check for SB800 and later chipsetsHuang Rui2015-12-271-12/+16
* sp5100_tco: Add AMD Carrizo platform supportHuang Rui2015-12-271-0/+2
* sp5100_tco: Add AMD Mullins platform supportDenis Turischev2015-12-271-0/+2
* watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-01-281-1/+1
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0
* watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka2013-03-221-120/+6
* watchdog: sp5100_tco: Write back the original value to reserved bits, instead...Takahisa Tanaka2013-03-011-20/+8
* watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of rese...Takahisa Tanaka2013-03-011-2/+3
* watchdog: sp5100_tco: Add SB8x0 chipset supportTakahisa Tanaka2012-12-191-50/+271
* watchdog: remove use of __devexitBill Pemberton2012-11-281-2/+2
* watchdog: remove use of __devinitBill Pemberton2012-11-281-2/+2
* watchdog: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* watchdog: sp5100_tco.c: quiet sparse noise about using plain integer was NULL...H Hartley Sweeten2012-05-231-1/+1
* watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-18/+13
* watchdog: sp5100_tco.c: Check if firmware has set correct value in tcobase.Yinghai Lu2011-03-291-2/+14
* watchdog: convert to DEFINE_PCI_DEVICE_TABLEWim Van Sebroeck2011-03-151-1/+1
* watchdog: Add support for sp5100 chipset TCOPriyanka Gupta2011-01-121-0/+480