From patchwork Wed Jul 18 11:57:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Amaury_Decr=C3=AAme?= X-Patchwork-Id: 1210601 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 548E73FD4F for ; Wed, 18 Jul 2012 11:58:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754166Ab2GRL6h (ORCPT ); Wed, 18 Jul 2012 07:58:37 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:42340 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754083Ab2GRL6f convert rfc822-to-8bit (ORCPT ); Wed, 18 Jul 2012 07:58:35 -0400 Received: by yhmm54 with SMTP id m54so1433195yhm.19 for ; Wed, 18 Jul 2012 04:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=XErN4mK1L4QeSPHCVx1cfthjRmc8iT2SJiYVVV5dFsk=; b=Rl3wmaiqsFZD4xdaePW7ciN1qD+M9N5Ms8CcBw2PBvPA07iIZ5M/31fWMHGHBqaSuN 4Er/sUE88h1LqOhT2M97lxsDC0yrsHjauKBn7F8xZwAaXfx8WyCqwJnrbE9Qv/nze5oR 0FhqDa0hI7Zql0fWfav8NORqqjCa/RFHJEhxTaHFVYL9Qvv8sKRnjO8TNemkJ+qGoTMd J9xo1HEHdGd+69AmXX33YpGl5eDQ579DIh1Cb+Ecr+8Hm4RPFpIA0EbhfvmAm4sFszjm RUtRV8/6zx1Igqw2rHFYBM3obl6yBF6KthhcOG+9eSp2SPPQMberz5uHvoCS+2Uo2ohz VLPQ== Received: by 10.50.220.136 with SMTP id pw8mr1691959igc.1.1342612714581; Wed, 18 Jul 2012 04:58:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.207.73 with HTTP; Wed, 18 Jul 2012 04:57:54 -0700 (PDT) In-Reply-To: <20120715133530.1ffc3f36@endymion.delvare> References: <1342172455-8530-1-git-send-email-amaury.decreme@gmail.com> <20120715133530.1ffc3f36@endymion.delvare> From: =?UTF-8?Q?Amaury_Decr=C3=AAme?= Date: Wed, 18 Jul 2012 13:57:54 +0200 Message-ID: Subject: Re: [PATCH] i2c: sis964: bus driver To: Jean Delvare Cc: Bjorn Helgaas , linux-i2c@vger.kernel.org, amalysh@web.de, nelson@sis.com, ben-linux@fluff.org, w.sang@pengutronix.de, rob@landley.net, jeffrey.t.kirsher@intel.com, akpm@linux-foundation.org, davem@davemloft.net, joe@perches.com, ralf@linux-mips.org, dirk.brandewie@gmail.com, jayachandranc@netlogicmicro.com, Xiangzhen.Ye@csr.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, hi3766691@gmail.com Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hello, For the v2 of this patch, I will remove the modifications on include/linux/pci_ids.h include/linux/pci_ids.h | 1 + And will add this to drivers/i2c/busses/i2c-sis964.c directly as i2c-sis964 will be the only file needing this define +#define PCI_DEVICE_ID_SI_964 0x0964 Amaury Decrême --- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ab741b0..0ffc982 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -699,6 +699,7 @@ #define PCI_DEVICE_ID_SI_961 0x0961 #define PCI_DEVICE_ID_SI_962 0x0962 #define PCI_DEVICE_ID_SI_963 0x0963 +#define PCI_DEVICE_ID_SI_964 0x0964 #define PCI_DEVICE_ID_SI_965 0x0965 #define PCI_DEVICE_ID_SI_966 0x0966 #define PCI_DEVICE_ID_SI_968 0x0968