From patchwork Mon Aug 20 23:23:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 178941 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 5AFE32C0090 for ; Tue, 21 Aug 2012 09:24:02 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756728Ab2HTXYB (ORCPT ); Mon, 20 Aug 2012 19:24:01 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:57083 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756618Ab2HTXYA (ORCPT ); Mon, 20 Aug 2012 19:24:00 -0400 Received: by lbbgj3 with SMTP id gj3so3600084lbb.19 for ; Mon, 20 Aug 2012 16:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type :x-system-of-record; bh=xVnIqj3DKwsCZrTx5yMQWI/9m6kslF/ll+GHQ7BmQgM=; b=SVcsfhweD7aWMC6xN7PmZHjEGWqcM3VV70TyaUxyfrx5rrE0Ybjut3yJXoxNcj9Y4v rgUd0/VpFhequqHJhkTz7VjvYtrdoDfAAvTmEEhxgibpIi4fL0qlMTt+q6W9liptivrI xGa/yxYsIfo4R3vaNNUEX9/cbZBAX70PXQZQLEygC3vefECawB+ifbPjLIkPkL0HAfFc XwG799mcNGgJRdNO2WWza4jRfsf6FUEBFHWBLXbdx0VnMEl6WXYHRIeCvfwQZmd+CWFA LvLYOi3fkfUiti8UYeSpPxhR/HO3qHFqTO1FF8c0zNFZcEwprNhrs5xqlRPYb9gkz2uh zoKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type :x-system-of-record:x-gm-message-state; bh=xVnIqj3DKwsCZrTx5yMQWI/9m6kslF/ll+GHQ7BmQgM=; b=QnGapXCXWH2Zyy7p8uVOc9Zre1ISUHlpCfrkHp6DaegXToyK8q00i543sYrebAuxGp nDCmrW1B+FQwm+MBeT7DEli0VM11elaQKpB/FKVBTjDsBeoigwrWJ/yTyce8SKn5qgpy C3ZTtEJFzz1HWYUAJKNAEvphadk2RGIZUiELPJAObk3SRFHbcmUefNM/WD6TdoTsovxW /uuqfNRRQI/3AMMLUZ6ooBXDZ3KQA+DOR2RxJKj+xsCti53TPQhX81EshNgOuK9Qie4q APq218922usaSo2PmhwTS8Tk6LaaC++Wc/UeMNtAJ0UGKZ9o7+lnpwRP1KiZjGVuLav8 934Q== Received: by 10.152.106.233 with SMTP id gx9mr15596533lab.48.1345505038603; Mon, 20 Aug 2012 16:23:58 -0700 (PDT) Received: by 10.152.106.233 with SMTP id gx9mr15596525lab.48.1345505038453; Mon, 20 Aug 2012 16:23:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.85.134 with HTTP; Mon, 20 Aug 2012 16:23:38 -0700 (PDT) From: Bjorn Helgaas Date: Mon, 20 Aug 2012 17:23:38 -0600 Message-ID: Subject: [GIT PULL] PCI updates for v3.6 To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, "Rafael J. Wysocki" X-System-Of-Record: true X-Gm-Message-State: ALoCoQk/Fg01o+aPVOy+1jsaRJFJbctoqQUsdMtuPi3vHAWGWDpAO1q3TtrAbCfOv3bMzPPoH0SEGJV9Srdu7rXqbY92hLbJxp1kR1G2YmRun12nSwjPzYLcN2LHZls7eS5g8d6cepPD2kigz0fInzdCgejlqGeuAqsm2a9wwa8AuSKTKRXIXyNTuUUpveVbJ75HEQDxZOkkvfV29W1MnS7GnA6Xztko/g== Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git for-linus for you to fetch changes up to 9f6445a05b712663b8101a5d2c060a5c40a41fe4: Merge branch 'pci/rafael-3.6-fixes' into for-linus (2012-08-15 12:10:39 -0600) Here are two patches from Rafael Wysocki. One fixes an EHCI-related hibernation crash on ASUS boxes. We fixed a similar suspend issue in v3.6-rc1, and this applies the same fix to the hibernate path. The other fixes D3/D3cold/D4 messages related to the D3cold support we merged in v3.6-rc1. We'd like both to be included in v3.6. ---------------------------------------------------------------- Bjorn Helgaas (1): Merge branch 'pci/rafael-3.6-fixes' into for-linus Rafael J. Wysocki (2): PCI / PM: Fix D3/D3cold/D4 messages printed by acpi_pci_set_power_state() PCI: EHCI: Fix crash during hibernation on ASUS computers drivers/pci/pci-acpi.c | 4 ++-- drivers/pci/pci-driver.c | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) --- 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