From patchwork Thu Mar 7 14:28:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: yxlraid@gmail.com X-Patchwork-Id: 2232381 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id EBB90DF223 for ; Thu, 7 Mar 2013 14:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758750Ab3CGO3J (ORCPT ); Thu, 7 Mar 2013 09:29:09 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:39262 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758747Ab3CGO3G (ORCPT ); Thu, 7 Mar 2013 09:29:06 -0500 Received: by mail-pb0-f45.google.com with SMTP id ro8so411805pbb.32 for ; Thu, 07 Mar 2013 06:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=NkAudUWGCqDlC6c+UWQHV25W4cpHy90CEuw4CTTaIiY=; b=FLnCng3PKCYsSEL6vsUvOzdu0QzfaCGAifxotIkbcq6nzEqoVq7Ms4qcUkUlEQgQ5r peIAImRjvnaagfJRUA47TEu+jp0ky7EMjx0zrZP7bGfH7qdnO8jzjfu9aZ3BSv8uwiln BA6R0wjW7Fw79dAK/mMz/OYGnFxEtI4Q4Ny53JXwSSAC3aHGZ44APnyLBAzINAkuraGl imZ+NgpZdCDNjH9DgUMhHS4QWudMtCwevSQ99HzcXD3vCuOCancrkuFndZ7S5gV5M2/Q xv1dWQp/9RkiADXue4ro7se0yMSn+pgLp50v9z9DmgngFtv8B8PdM+k4qv7WWFAtc9v7 w8Mg== X-Received: by 10.66.254.233 with SMTP id al9mr3213169pad.116.1362666545619; Thu, 07 Mar 2013 06:29:05 -0800 (PST) Received: from localhost.localdomain ([218.11.176.23]) by mx.google.com with ESMTPS id rr14sm1865438pbb.34.2013.03.07.06.28.58 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Mar 2013 06:29:03 -0800 (PST) From: yxlraid@gmail.com To: bhelgaas@google.com Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Xiangliang Yu Subject: [PATCH 1/2] PCI: define macro for marvell vendor ID Date: Thu, 7 Mar 2013 22:28:43 +0800 Message-Id: <1362666523-9961-1-git-send-email-yxlraid@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Xiangliang Yu Define PCI_VENDOR_MARVELL_ID_EXT macro for 0x1b4b vendor ID --- include/linux/pci_ids.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f11c1c2..a80f9e6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1604,6 +1604,7 @@ #define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x5334 #define PCI_VENDOR_ID_MARVELL 0x11ab +#define PCI_VENDOR_ID_MARVELL_EXT 0x1b4b #define PCI_DEVICE_ID_MARVELL_GT64111 0x4146 #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460