summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/sp5100_tco.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: sp5100_tco: drop warning after registering deviceWolfram Sang2019-07-081-3/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* watchdog: sp5100_tco: drop warning after calling watchdog_init_timeoutWolfram Sang2019-05-051-3/+1Star
* 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/+102Star
* watchdog: sp5100_tco: Clean up function and variable namesGuenter Roeck2018-01-211-15/+10Star
* 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/+31Star
* watchdog: sp5100_tco: Clean up sp5100_tco_setupdeviceGuenter Roeck2018-01-211-33/+29Star
* 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/+3Star
* 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/+0Star
* watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-01-281-1/+1
* watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare2013-11-171-1/+0Star
* watchdog: sp5100_tco: Remove code that may cause a boot failureTakahisa Tanaka2013-03-221-120/+6Star
* watchdog: sp5100_tco: Write back the original value to reserved bits, instead...Takahisa Tanaka2013-03-011-20/+8Star
* 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/+13Star
* 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