From patchwork Thu Oct 21 18:04:51 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Heasley X-Patchwork-Id: 271761 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9LIDmpJ029947 for ; Thu, 21 Oct 2010 18:13:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754992Ab0JUSNs (ORCPT ); Thu, 21 Oct 2010 14:13:48 -0400 Received: from mga01.intel.com ([192.55.52.88]:24486 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753982Ab0JUSNr (ORCPT ); Thu, 21 Oct 2010 14:13:47 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 21 Oct 2010 11:13:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.58,218,1286175600"; d="scan'208";a="619037928" Received: from unknown (HELO linux-0rue.localnet) ([10.7.161.149]) by fmsmga002.fm.intel.com with ESMTP; 21 Oct 2010 11:13:39 -0700 From: Seth Heasley Organization: Intel Corporation To: linux-kernel@vger.kernel.org, khali@linux-fr.org, i2c@lm-sensors.org, linux-pci@vger.kernel.org, jbarnes@virtuousgeek.org Subject: [PATCH 2.6.36-next-20101021] SMBus patch for Intel Patsburg DeviceIDs Date: Thu, 21 Oct 2010 11:04:51 -0700 User-Agent: KMail/1.10.3 (Linux/2.6.27.7-9-default; KDE/4.1.3; x86_64; ; ) Cc: seth.heasley@intel.com MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201010211104.51630.seth.heasley@intel.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 21 Oct 2010 18:13:50 +0000 (UTC) --- linux-2.6.35.7/include/linux/pci_ids.h.orig 2010-10-20 16:10:02.000000000 -0700 +++ linux-2.6.35.7/include/linux/pci_ids.h 2010-10-20 16:09:01.000000000 -0700 @@ -2423,6 +2423,7 @@ #define PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS 0x1c22 #define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN 0x1c41 #define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0x1c5f +#define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS 0x1d22 #define PCI_DEVICE_ID_INTEL_PATSBURG_LPC 0x1d40 #define PCI_DEVICE_ID_INTEL_82801AA_0 0x2410 #define PCI_DEVICE_ID_INTEL_82801AA_1 0x2411 --- linux-2.6.35.7/drivers/i2c/busses/Kconfig.orig 2010-10-20 16:13:38.000000000 -0700 +++ linux-2.6.35.7/drivers/i2c/busses/Kconfig 2010-10-20 16:10:55.000000000 -0700 @@ -99,6 +99,7 @@ ICH10 5/3400 Series (PCH) Cougar Point (PCH) + Patsburg (PCH) This driver can also be built as a module. If so, the module will be called i2c-i801. --- linux-2.6.35.7/drivers/i2c/busses/i2c-i801.c.orig 2010-10-20 16:12:06.000000000 -0700 +++ linux-2.6.35.7/drivers/i2c/busses/i2c-i801.c 2010-10-20 16:12:27.000000000 -0700 @@ -43,6 +43,7 @@ ICH10 0x3a60 32 hard yes yes yes 5/3400 Series (PCH) 0x3b30 32 hard yes yes yes Cougar Point (PCH) 0x1c22 32 hard yes yes yes + Patsburg (PCH) 0x1d22 32 hard yes yes yes Features supported by this driver: Software PEC no @@ -592,6 +593,7 @@ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS) }, { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS) }, + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS) }, { 0, } }; --- linux-2.6.35.7/Documentation/i2c/busses/i2c-i801.orig 2010-10-20 16:16:01.000000000 -0700 +++ linux-2.6.35.7/Documentation/i2c/busses/i2c-i801 2010-10-20 16:15:17.000000000 -0700 @@ -15,8 +15,9 @@ * Intel 82801I (ICH9) * Intel EP80579 (Tolapai) * Intel 82801JI (ICH10) - * Intel 3400/5 Series (PCH) + * Intel 5/3400 Series (PCH) * Intel Cougar Point (PCH) + * Intel Patsburg (PCH) Datasheets: Publicly available at the Intel website Authors: