Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1568937 > unrolled thread
| Started by | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| First post | 2017-01-28 15:30 +0100 |
| Last post | 2017-01-30 12:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-01-28 15:30 +0100
Re: [PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH Mika Westerberg <mika.westerberg@linux.intel.com> - 2017-01-30 12:10 +0100
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-01-28 15:30 +0100 |
| Subject | [PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH |
| Message-ID | <t4CaR-2zr-7@gated-at.bofh.it> |
From: Tan Jui Nee <jui.nee.tan@intel.com>
Assign iTCO_version which effectively enables watchdog device on
Intel Apollo Lake PCH.
Signed-off-by: Tan Jui Nee <jui.nee.tan@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/mfd/lpc_ich.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index be42957a78e1..b2f234d5ee3b 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -567,6 +567,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
},
[LPC_APL] = {
.name = "Apollo Lake SoC",
+ .iTCO_version = 5,
.spi_type = INTEL_SPI_BXT,
},
};
--
2.11.0
[toc] | [next] | [standalone]
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2017-01-30 12:10 +0100 |
| Subject | Re: [PATCH v2 1/2] mfd: lpc_ich: Enable watchdog on Intel Apollo Lake PCH |
| Message-ID | <t5i0s-3gH-53@gated-at.bofh.it> |
| In reply to | #1568937 |
On Sat, Jan 28, 2017 at 04:27:33PM +0200, Andy Shevchenko wrote: > From: Tan Jui Nee <jui.nee.tan@intel.com> > > Assign iTCO_version which effectively enables watchdog device on > Intel Apollo Lake PCH. > > Signed-off-by: Tan Jui Nee <jui.nee.tan@intel.com> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web