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=-2.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 16B1AC3A5A6 for ; Sat, 31 Aug 2019 20:10:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D8B9522CE9 for ; Sat, 31 Aug 2019 20:10:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="bh6JMDFR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728510AbfHaUKL (ORCPT ); Sat, 31 Aug 2019 16:10:11 -0400 Received: from mail-wr1-f65.google.com ([209.85.221.65]:46787 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726705AbfHaUKL (ORCPT ); Sat, 31 Aug 2019 16:10:11 -0400 Received: by mail-wr1-f65.google.com with SMTP id h7so8809269wrt.13 for ; Sat, 31 Aug 2019 13:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:subject:to:cc:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=Aev97Pa+qYFh+cUwY9FmnFvad0TOkV/gvIGhNIY3Gp4=; b=bh6JMDFRu0X2XUGZ3rqBC+191o/+92BQMlQS+tY49MkihKV5WiZFG8Z9PLtR46WBK8 dy40N2oCoJY6zq5ZdTNNLkU7HNB44xC0dx2KcUF8O86/EW1dwZ/aGkPapWrcdtucYo45 pdoxKYspOt8bd6rzQ8JUP/HZ2BNtq5m0itnlR1396a+9NHWSrMtns3KeDD7TlEo0kOL9 JFEQQMMx/GGulKxU/2rceYeSJm+iDzai7LQu6ODvhbSI4pWfFdJuV8A+/yxPB03qPsJB gMF0mmnw9dwPDnla2L38sNqZouJFQ4RMGGV+/5YkbFfF09wSJIqBky16AUYfIRTmgMwD V7oA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:cc:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=Aev97Pa+qYFh+cUwY9FmnFvad0TOkV/gvIGhNIY3Gp4=; b=qHNEV8RObHXDVmufeeDU1oI5MgqzEiQLWq425yrCGzalzT4RO8GL/jSUPCwzfUbKh2 V4Mh+80uxA3H5BUNwB1DzdXPlRDsPJlq364RVSpN5wiO2mUBkjV3Et7mHdVimcTlGLeh dyQYeoH/JCzHJa97KmJZ2xFeBUmvPo8WU03J6z5fwhvnpuZ2MQDXMc1WWn8CTkT5Q8mF Xe1oDaGh8mOUEXNEDvm/sbUrHWdqRWWgq06VI360kRpHBkiA4RjsTYSwdrvPmPCDSBFz qMiB+JrMzGzFCALDs2xm75GhyS4wSJZR0GKp/YDSMyFBb4pUEYXQwHiRA+o3NwEFXQkf 5xRg== X-Gm-Message-State: APjAAAXPc9iSulTQKRLrQYcvwrsyJTQmfndEeDv+ZaSsBnlY9SRflIo1 G7Og+3iGGyxcQuJMF/m7QpeI+RPU X-Google-Smtp-Source: APXvYqwLCvXU3ASBDMxPgqUkeQfPEEyqZE+GFubzOZM4VLTbewCFZdqxHr6Wu0Va9p6o0UygZ/cbJg== X-Received: by 2002:a5d:6302:: with SMTP id i2mr4365043wru.249.1567282208719; Sat, 31 Aug 2019 13:10:08 -0700 (PDT) Received: from ?IPv6:2003:ea:8f04:7c00:9586:e556:3a4d:c04? (p200300EA8F047C009586E5563A4D0C04.dip0.t-ipconnect.de. [2003:ea:8f04:7c00:9586:e556:3a4d:c04]) by smtp.googlemail.com with ESMTPSA id f23sm6570522wmf.1.2019.08.31.13.10.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 31 Aug 2019 13:10:07 -0700 (PDT) From: Heiner Kallweit Subject: [PATCH v5 0/4] PCI/ASPM: add sysfs attributes for controlling ASPM To: Frederick Lawler , Bjorn Helgaas , Greg KH , Rajat Jain Cc: "linux-pci@vger.kernel.org" Message-ID: Date: Sat, 31 Aug 2019 22:10:00 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Background of this extension is a problem with the r8169 network driver. Several combinations of board chipsets and network chip versions have problems if ASPM is enabled, therefore we have to disable ASPM per default. However especially on notebooks ASPM can provide significant power-saving, therefore we want to give users the option to enable ASPM. With the new sysfs attributes users can control which ASPM link-states are disabled. Note: Series depends on series "PCI: Make pcie_downstream_port() available outside of access.c" from Mika Westerberg that is still sitting in the PCI inbox. Alternatively I could prepare a version w/o this dependency, but then Mika's series would need to be changed. v2: - use a dedicated sysfs attribute per link state - allow separate control of ASPM and PCI PM L1 sub-states v3: - patch 3: statically allocate the attribute group - patch 3: replace snprintf with printf - add patch 4 v4: - patch 3: add call to sysfs_update_group because is_visible callback returns false always at file creation time - patch 3: simplify code a little v5: - rebased to latest pci/next Heiner Kallweit (4): PCI/ASPM: add L1 sub-state support to pci_disable_link_state PCI/ASPM: allow to re-enable Clock PM PCI/ASPM: add sysfs attributes for controlling ASPM link states PCI/ASPM: remove Kconfig option PCIEASPM_DEBUG and related code Documentation/ABI/testing/sysfs-bus-pci | 13 ++ drivers/pci/pci-sysfs.c | 10 +- drivers/pci/pci.h | 12 +- drivers/pci/pcie/Kconfig | 7 - drivers/pci/pcie/aspm.c | 236 ++++++++++++++++-------- include/linux/pci.h | 10 +- 6 files changed, 195 insertions(+), 93 deletions(-) -- 2.23.0