From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC1B7C433DB for ; Thu, 4 Feb 2021 23:01:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 86CC364F43 for ; Thu, 4 Feb 2021 23:01:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbhBDXBl (ORCPT ); Thu, 4 Feb 2021 18:01:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:38166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbhBDXBl (ORCPT ); Thu, 4 Feb 2021 18:01:41 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C04B664FAC; Thu, 4 Feb 2021 23:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612479660; bh=kVM6VBgL+y9qipwjc0ExHBNzA16ZOO2uYRWiHLi7BxQ=; h=Date:From:To:Cc:Subject:From; b=cMqrGVaKLyV9RCZgXb4nwz6hzSaxLyR64ozh6olheCBEgC1JF8gKyGvPiMl/wPeAM AiUgKObgKgHGxhxI0c9NCT+PSvn3L+rZVZxrhfgCaodjPXVGx8r1mfP4aqvwE9BYLm CJdMcFaZ81D2D68okdW1oo5GDNTKEkbSUMZUa4hgGMFYPX9FQ2UkFUvLG1wb4vroaq HTJXeIx3aOd3Q+8n9waRupxhyDQ+6sPJarpCB9x5IL/Ij2CxJQ6H6G1tzUbbEwIOOG l4npnHqLHi3fPzd3p/jaOciKHc++2i7i1SvawlMeOo2WdHItHaXBPwTg/u8t+7lVXe ZFIxJQLz2pjYw== Date: Thu, 4 Feb 2021 17:00:58 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Rob Herring , "Kenneth R. Crudup" , Vidya Sagar Subject: [GIT PULL] PCI fixes for v5.11 Message-ID: <20210204230058.GA124906@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v5.11-fixes-2 for you to fetch changes up to 40fb68c7725aee024ed99ad38504f5d25820c6f0: Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume" (2021-01-27 10:12:43 -0600) ---------------------------------------------------------------- PCI fixes: - Revert ASPM suspend/resume fix that regressed NVMe devices (Bjorn Helgaas) ---------------------------------------------------------------- Bjorn Helgaas (1): Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume" drivers/pci/pci.c | 7 ------- drivers/pci/pci.h | 4 ---- drivers/pci/pcie/aspm.c | 44 -------------------------------------------- 3 files changed, 55 deletions(-)