Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757837AbbH0WjX (ORCPT ); Thu, 27 Aug 2015 18:39:23 -0400 Received: from mga14.intel.com ([192.55.52.115]:7447 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757223AbbH0WjO (ORCPT ); Thu, 27 Aug 2015 18:39:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,423,1437462000"; d="scan'208";a="549885882" From: Keith Busch To: x86@kernel.org, linux-kernel@vger.kernel.org Cc: Keith Busch , Bryan Veal , Dan Williams , linux-pci@vger.kernel.org Subject: [RFC PATCH 0/2] Driver for new PCI-e device Date: Thu, 27 Aug 2015 16:39:04 -0600 Message-Id: <1440715146-16578-1-git-send-email-keith.busch@intel.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1225 Lines: 33 The Intel Volume Management Device (VMD) is an integrated endpoint on the platform's PCIe root complex that acts as a host bridge to a secondary PCIe domain. BIOS can reassign one or more root ports to appear within VMD domains instead of the primary domain. This driver enables and enumerates the VMD domain using the root bus configuration interface provided by the PCI subsystem. CC: Bryan Veal CC: Dan Williams CC: x86@kernel.org CC: linux-kernel@vger.kernel.org CC: linux-pci@vger.kernel.org Keith Busch (2): x86: PCI bus specific MSI operations x86/pci: Initial commit for new VMD device driver arch/x86/Kconfig | 11 ++ arch/x86/include/asm/pci.h | 3 + arch/x86/kernel/x86_init.c | 19 ++ arch/x86/pci/Makefile | 2 + arch/x86/pci/vmd.c | 412 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 447 insertions(+) create mode 100644 arch/x86/pci/vmd.c -- 1.7.10.4 -- 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/