From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755385AbdKNNXf (ORCPT ); Tue, 14 Nov 2017 08:23:35 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:15940 "EHLO hqemgate16.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755212AbdKNNX1 (ORCPT ); Tue, 14 Nov 2017 08:23:27 -0500 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Tue, 14 Nov 2017 05:23:27 -0800 Subject: Re: [PATCH v1 0/4] PCI/ASPM: Fix some L1 substate configuration To: Bjorn Helgaas , CC: Rajat Jain , References: <20171113230937.4120.68038.stgit@bhelgaas-glaptop.roam.corp.google.com> From: Vidya Sagar Message-ID: <01b3d7b6-9d0e-e442-87d4-32aa6728fbd8@nvidia.com> Date: Tue, 14 Nov 2017 18:53:19 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171113230937.4120.68038.stgit@bhelgaas-glaptop.roam.corp.google.com> X-Originating-IP: [10.24.37.45] X-ClientProxiedBy: DRBGMAIL103.nvidia.com (10.18.16.22) To bgmail103.nvidia.com (10.25.59.12) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 14 November 2017 04:41 AM, Bjorn Helgaas wrote: > The first two patches fix typos that cause incorrect L1 substate > configuration. The last two are cosmetic for maintainability. > > These are minor enough that I'd like to squeeze them into v4.15 unless > anybody objects. > > --- > > Bjorn Helgaas (4): > PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time > PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD > PCI/ASPM: Reformat ASPM register definitions > PCI/ASPM: Add L1 Substates definitions > > > drivers/pci/pcie/aspm.c | 38 ++++++++++++++++++++++---------------- > include/uapi/linux/pci_regs.h | 34 ++++++++++++++++++++-------------- > 2 files changed, 42 insertions(+), 30 deletions(-) Reviewed-by: Vidya Sagar