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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68858C05027 for ; Fri, 10 Feb 2023 21:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233642AbjBJV5j (ORCPT ); Fri, 10 Feb 2023 16:57:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233274AbjBJV5i (ORCPT ); Fri, 10 Feb 2023 16:57:38 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3B947E024; Fri, 10 Feb 2023 13:57:37 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 90DE261EAA; Fri, 10 Feb 2023 21:57:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B80E7C433D2; Fri, 10 Feb 2023 21:57:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676066257; bh=sv6DygF5Kp2NuSObIl2kxR75XaKT//khl2CGKPjZ4g8=; h=Date:From:To:Cc:Subject:From; b=ldqV5946XHOlN3Nw7C2PC0Znj7xln9WNVyfar/V5HvhrvyXecNb2y2Tun/j3Ek6Fs BTZuwoDSf/ERKd+QvkJKoRI53qLAxSXb0SiK09YPIuNKOhO/CgOQXLyFxb4DWTNPAg DO0bbLi0sv88OWtsQDqrX+Azt/qMQUsC8AvJnpvmY45Mn+/DTyOf3JeP9DZu3R2ANt QViiBng9kkPStW3eb9sMfCks8Wi95c0SKhGNiNJ5TcRgO/GaM90snjc9eDcpRTUEtl v1aA2fESdgothuOh3/iprnCOMglEr/O5muQmucG6y5hOH4iBIi1EBbX5HhHkh280Ek IXHxJYxc3xQ4A== Date: Fri, 10 Feb 2023 15:57:35 -0600 From: Bjorn Helgaas To: Linus Torvalds Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Thomas Witt , Vidya Sagar , Tasev Nikola , Mark Enriquez , "Rafael J. Wysocki" Subject: [GIT PULL] PCI fixes for v6.2 Message-ID: <20230210215735.GA2700622@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Note that we're moving PCI development to a shared git tree, so this pull request refers to the new tree. The reverts fix suspend/resume issues that appeared in v6.1. They've been in linux-next since Feb 6, but I updated the commit logs today to add more details. The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.2-fixes-2 for you to fetch changes up to ff209ecc376a2ea8dd106a1f594427a5d94b7dd3: Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming" (2023-02-10 15:30:24 -0600) ---------------------------------------------------------------- - Move to a shared PCI git tree (Bjorn Helgaas) - Add Krzysztof WilczyƄski as another PCI maintainer (Lorenzo Pieralisi) - Revert a couple ASPM patches to fix suspend/resume regressions (Bjorn Helgaas) ---------------------------------------------------------------- Bjorn Helgaas (3): MAINTAINERS: Move to shared PCI tree Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume" Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming" Lorenzo Pieralisi (1): MAINTAINERS: Promote Krzysztof to PCI controller maintainer MAINTAINERS | 12 +++--- drivers/pci/pci.c | 7 ---- drivers/pci/pci.h | 4 -- drivers/pci/pcie/aspm.c | 109 +++++++++++++++--------------------------------- 4 files changed, 39 insertions(+), 93 deletions(-)