Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754286AbYHIOsp (ORCPT ); Sat, 9 Aug 2008 10:48:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752867AbYHIOsg (ORCPT ); Sat, 9 Aug 2008 10:48:36 -0400 Received: from zone0.gcu-squad.org ([212.85.147.21]:28241 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579AbYHIOsg (ORCPT ); Sat, 9 Aug 2008 10:48:36 -0400 Date: Sat, 9 Aug 2008 16:48:29 +0200 From: Jean Delvare To: Seth Heasley Cc: linux-kernel@vger.kernel.org, i2c@lm-sensors.org Subject: Re: [PATCH 2.6.26.2] i2c-i801: SMBus patch for Intel Ibex Peak DeviceIDs Message-ID: <20080809164829.231c1d6f@hyperion.delvare> In-Reply-To: <200808081602.28479.seth.heasley@intel.com> References: <200808081602.28479.seth.heasley@intel.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.10.6; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1575 Lines: 37 Hi Seth, On Fri, 8 Aug 2008 16:02:28 -0700, Seth Heasley wrote: > This patch adds the Intel Ibex Peak (PCH) SMBus Controller DeviceIDs. > > Signed-off by: Seth Heasley > > --- linux-2.6.26.2/drivers/i2c/busses/i2c-i801.c.orig 2008-08-08 11:28:08.000000000 -0700 > +++ linux-2.6.26.2/drivers/i2c/busses/i2c-i801.c 2008-08-08 11:32:18.000000000 -0700 > @@ -43,6 +43,7 @@ > Tolapai 0x5032 32 hard yes yes yes > ICH10 0x3a30 32 hard yes yes yes > ICH10 0x3a60 32 hard yes yes yes > + PCH 0x3b30 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_TOLAPAI_1) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_4) }, > { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH10_5) }, > + { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_PCH_2) }, > { 0, } > }; > (...) Your e-mail client converted all tabs to spaces, so your patch doesn't apply. Please resend in a way which leaves the patch unmodified, so that I can apply it. Thanks, -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/