mbox series

[v2,0/2] watchdog: Correct iTCO for Cannon Lake and beyond

Message ID 20190831142402.49736-1-mika.westerberg@linux.intel.com (mailing list archive)
Headers show
Series watchdog: Correct iTCO for Cannon Lake and beyond | expand

Message

Mika Westerberg Aug. 31, 2019, 2:24 p.m. UTC
Hi,

Starting from Intel Cannon Lake PCH the NO_REBOOT bit which is required by
the iTCO driver was moved from private register space to be part of the
TCO1_CNT register. This series introduces a new iTCO version (6) that gets
set for Cannon Lake, Cedar Fork, Comet Lake, Elkhart Lake and Ice Lake
which are affected by this move.

The previous version of the series can be found here:

  https://lore.kernel.org/linux-watchdog/20190809124553.67012-1-mika.westerberg@linux.intel.com/

Changes from v1:

  * Include <linux/bits.h> for BIT()
  * Re-organize code so that v4 support is before v6
  * Move check for acpi_has_watchdog() to i801_add_tco()
  * Added tags from Jean and Guenter.

Mika Westerberg (2):
  watchdog: iTCO: Add support for Cannon Lake PCH iTCO
  i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyond

 drivers/i2c/busses/i2c-i801.c | 142 +++++++++++++++++++++-------------
 drivers/watchdog/iTCO_wdt.c   |  26 ++++++-
 2 files changed, 112 insertions(+), 56 deletions(-)