mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC
@ 2013-05-09 19:38 James Ralston
  2013-05-16 22:16 ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: James Ralston @ 2013-05-09 19:38 UTC (permalink / raw)
  To: Peter Tyser, Samuel Ortiz; +Cc: linux-kernel, James Ralston, Seth Heasley

This patch adds the LPC Controller Device IDs for Watchdog and GPIO for the Intel Avoton SoC.

Signed-off-by: James Ralston <james.d.ralston@intel.com>
---
Change notes for v2:
*corrected version number

 drivers/mfd/lpc_ich.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 9f12f91..140bf38 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 : Avoton SoC
  */
 
 #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_AVN,	/* Avoton SoC */
 };
 
 struct lpc_ich_info lpc_chipset_info[] = {
@@ -491,6 +493,10 @@ struct lpc_ich_info lpc_chipset_info[] = {
 		.name = "Wellsburg",
 		.iTCO_version = 2,
 	},
+	[LPC_AVN] = {
+		.name = "Avoton SoC",
+		.iTCO_version = 1,
+	},
 };
 
 /*
@@ -704,6 +710,10 @@ 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, 0x1f38), LPC_AVN},
+	{ PCI_VDEVICE(INTEL, 0x1f39), LPC_AVN},
+	{ PCI_VDEVICE(INTEL, 0x1f3a), LPC_AVN},
+	{ PCI_VDEVICE(INTEL, 0x1f3b), LPC_AVN},
 	{ 0, },			/* End of list */
 };
 MODULE_DEVICE_TABLE(pci, lpc_ich_ids);
-- 
1.7.7.6


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

* Re: [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC
  2013-05-09 19:38 [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC James Ralston
@ 2013-05-16 22:16 ` Samuel Ortiz
  2013-05-16 22:54   ` Ralston, James D
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2013-05-16 22:16 UTC (permalink / raw)
  To: James Ralston; +Cc: Peter Tyser, linux-kernel, Seth Heasley

Hi James,

On Thu, May 09, 2013 at 12:38:53PM -0700, James Ralston wrote:
> This patch adds the LPC Controller Device IDs for Watchdog and GPIO for the Intel Avoton SoC.
> 
> Signed-off-by: James Ralston <james.d.ralston@intel.com>
> ---
> Change notes for v2:
> *corrected version number
> 
>  drivers/mfd/lpc_ich.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
Applied to my mfd-next tree, it should make it to Linux 3.11.

Cheers,
Samuel.

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

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

* RE: [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC
  2013-05-16 22:16 ` Samuel Ortiz
@ 2013-05-16 22:54   ` Ralston, James D
  0 siblings, 0 replies; 3+ messages in thread
From: Ralston, James D @ 2013-05-16 22:54 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: Peter Tyser, linux-kernel, Heasley, Seth

Good to hear. Thanks!

James Ralston


-----Original Message-----
From: Samuel Ortiz [mailto:sameo@linux.intel.com] 
Sent: Thursday, May 16, 2013 3:17 PM
To: Ralston, James D
Cc: Peter Tyser; linux-kernel@vger.kernel.org; Heasley, Seth
Subject: Re: [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC

Hi James,

On Thu, May 09, 2013 at 12:38:53PM -0700, James Ralston wrote:
> This patch adds the LPC Controller Device IDs for Watchdog and GPIO for the Intel Avoton SoC.
> 
> Signed-off-by: James Ralston <james.d.ralston@intel.com>
> ---
> Change notes for v2:
> *corrected version number
> 
>  drivers/mfd/lpc_ich.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
Applied to my mfd-next tree, it should make it to Linux 3.11.

Cheers,
Samuel.

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

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

end of thread, other threads:[~2013-05-16 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-09 19:38 [PATCH v2] lpc_ich: Watchdog/GPIO patch for Intel Avoton SoC James Ralston
2013-05-16 22:16 ` Samuel Ortiz
2013-05-16 22:54   ` Ralston, James D

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

all inboxes | Powered by JetHome®