mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 4/4] lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs
@ 2013-06-20  0:04 Seth Heasley
  2013-06-20  8:54 ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: Seth Heasley @ 2013-06-20  0:04 UTC (permalink / raw)
  To: Samuel Ortiz, Peter Tyser, linux-kernel; +Cc: James Ralston, Seth Heasley

This patch adds the LPC Controller DeviceIDs for iTCO Watchdog for the Intel Coleto Creek PCH.

Signed-off-by: Seth Heasley <seth.heasley@intel.com>
---
 drivers/mfd/lpc_ich.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 9f12f91..b9df8db 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -51,6 +51,7 @@
  *	document number TBD : Lynx Point
  *	document number TBD : Lynx Point-LP
  *	document number TBD : Wellsburg
+ *	document number TBD : Coleto Creek
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -207,6 +208,7 @@ enum lpc_chipsets {
 	LPC_LPT,	/* Lynx Point */
 	LPC_LPT_LP,	/* Lynx Point-LP */
 	LPC_WBG,	/* Wellsburg */
+	LPC_COLETO,	/* Coleto Creek */
 };
 
 struct lpc_ich_info lpc_chipset_info[] = {
@@ -491,6 +493,10 @@ struct lpc_ich_info lpc_chipset_info[] = {
 		.name = "Wellsburg",
 		.iTCO_version = 2,
 	},
+	[LPC_COLETO] = {
+		.name = "Coleto Creek",
+		.iTCO_version = 2,
+	},
 };
 
 /*
@@ -704,6 +710,7 @@ static DEFINE_PCI_DEVICE_TABLE(lpc_ich_ids) = {
 	{ PCI_VDEVICE(INTEL, 0x8d5d), LPC_WBG},
 	{ PCI_VDEVICE(INTEL, 0x8d5e), LPC_WBG},
 	{ PCI_VDEVICE(INTEL, 0x8d5f), LPC_WBG},
+	{ PCI_VDEVICE(INTEL, 0x2390), LPC_COLETO},
 	{ 0, },			/* End of list */
 };
 MODULE_DEVICE_TABLE(pci, lpc_ich_ids);
-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 4/4] lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs
  2013-06-20  0:04 [PATCH 4/4] lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs Seth Heasley
@ 2013-06-20  8:54 ` Samuel Ortiz
  2013-06-20 16:23   ` Heasley, Seth
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2013-06-20  8:54 UTC (permalink / raw)
  To: Seth Heasley; +Cc: Peter Tyser, linux-kernel, James Ralston

Hi Seth,

On Wed, Jun 19, 2013 at 05:04:25PM -0700, Seth Heasley wrote:
> This patch adds the LPC Controller DeviceIDs for iTCO Watchdog for the Intel Coleto Creek PCH.
> 
> Signed-off-by: Seth Heasley <seth.heasley@intel.com>
> ---
>  drivers/mfd/lpc_ich.c |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
This one did not apply on top of mfd-next, because of the Avoton SoC
addition.
I fixed it manually, but please verify that it's all right:

https://git.kernel.org/cgit/linux/kernel/git/sameo/mfd-next.git/commit/?id=283aae8ab88e695a660c610d6535ca44bc5b8835

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 4/4] lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs
  2013-06-20  8:54 ` Samuel Ortiz
@ 2013-06-20 16:23   ` Heasley, Seth
  0 siblings, 0 replies; 3+ messages in thread
From: Heasley, Seth @ 2013-06-20 16:23 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Peter Tyser, linux-kernel, Ralston, James D

Hi Samuel,

>> This patch adds the LPC Controller DeviceIDs for iTCO Watchdog for the Intel
>Coleto Creek PCH.
>>
>> Signed-off-by: Seth Heasley <seth.heasley@intel.com>
>> ---
>>  drivers/mfd/lpc_ich.c |    7 +++++++
>>  1 files changed, 7 insertions(+), 0 deletions(-)
>This one did not apply on top of mfd-next, because of the Avoton SoC
>addition.
>I fixed it manually, but please verify that it's all right:
>
>https://git.kernel.org/cgit/linux/kernel/git/sameo/mfd-
>next.git/commit/?id=283aae8ab88e695a660c610d6535ca44bc5b8835

That looks good.
-Seth

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-20 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-20  0:04 [PATCH 4/4] lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs Seth Heasley
2013-06-20  8:54 ` Samuel Ortiz
2013-06-20 16:23   ` Heasley, Seth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome