From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from oproxy7-pub.bluehost.com ([67.222.55.9]:34558 "HELO oproxy7-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755052Ab2CEVtN (ORCPT ); Mon, 5 Mar 2012 16:49:13 -0500 Date: Mon, 5 Mar 2012 13:49:08 -0800 From: Jesse Barnes To: Linus Torvalds , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] PCI fixes Message-ID: <20120305134908.4f764921@jbarnes-x220> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-pci-owner@vger.kernel.org List-ID: The following changes since commit 45196cee28a5bcfb6ddbe2bffa4270cbed66ae4b: Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2012-02-22 13:00:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci for-linus A couple of fixes for booting specific machines, and one for a minor memory leak on pre-_CRS platforms. Jonathan Nieder (2): x86/PCI: use host bridge _CRS info on MSI MS-7253 x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version Yinghai Lu (1): PCI: fix memleak when ACPI _CRS is not used. arch/x86/pci/acpi.c | 22 +++++++++++++++++----- 1 files changed, 17 insertions(+), 5 deletions(-) Thanks, Jesse