Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp4676274imm; Mon, 15 Oct 2018 20:35:00 -0700 (PDT) X-Google-Smtp-Source: ACcGV63T5DKsk9QNo/dEsBjExO+TjTZsPqdIGRerwEBiXbMLt8Bv1YhmAro4Ii2NRmGqAjbKBBTj X-Received: by 2002:a17:902:758f:: with SMTP id j15-v6mr20175986pll.160.1539660900118; Mon, 15 Oct 2018 20:35:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539660900; cv=none; d=google.com; s=arc-20160816; b=R2pK6FR4uKrRVS9gsK1Rzy2GvTlYAHy72FCVFHLlBqrHkuUyv1e2SLUhvPcvVKPj9y h5P0i1EPfI7AZ0aYZ1PPdUy91y2Kmamrkev140DctgOs86tha3OfGaIMlGKRn858ehnG VYtxrnyxjqVQCthE5NcgGbCBYVnx2Nku0m/1c2lK8h4/Q5HwVAXtD/CUzcGM9+GnPIM/ 3ZZdrW7XdeUZvpM65jbD1yxyLyTSUdenNVxsCWLViKZhBYBXJUgWRX+p8XKg5XYTph/X LCPPDN5opwiV2xDGhX8okVkj9wWSq9Wk7a6Apd/6fTL0VqJXA6cc+KNukD0W+dAKYQI5 Megg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=Ba7bKMhwKw3LA1/TfxBDiGBZyY9/ZgtwEBE7/uIYWIE=; b=SzOJFyJl782Iy539BaMIf85iL2d7hcU5sbOOvQObzaa0f7wnYrW3E5NSyqpcsTIHT2 JP8k+HrBwp8GkhxOHRujM9wYR/fBLOG+1fq+1yGmHtqOuPTSHcgGIqaRC9R6PTAIiOLc mAXP1gqIGA5+9sZ7M/30tQf9hiJbXDTv7Cb6nVMCcrpWgTDzlnjtMqIO/Y7UHcpiVu+U VoH5fYEWOQgiX56fD0dU04FL6hLpZ3z3W6l5H1uDTn+/3HCyEm8qLkqBqZVNdGGXqxjG 2leBbCh8fhN4Q6QL1kv3fblaUOjWBXcdukovW54gtWB+BKHAQyoq4Ut1sbFZBRaRPrpT mTcQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g84-v6si13809373pfd.86.2018.10.15.20.34.44; Mon, 15 Oct 2018 20:35:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727455AbeJPLVI (ORCPT + 99 others); Tue, 16 Oct 2018 07:21:08 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:13641 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726934AbeJPLVI (ORCPT ); Tue, 16 Oct 2018 07:21:08 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 08D09722F64C8; Tue, 16 Oct 2018 11:32:50 +0800 (CST) Received: from dessert.huawei.com (10.69.192.158) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.399.0; Tue, 16 Oct 2018 11:32:44 +0800 From: Zeng Tao To: , CC: Zeng Tao , , Subject: [PATCH] xhci: remove the unused sw_lpm_support Date: Tue, 16 Oct 2018 19:37:08 +0800 Message-ID: <1539689828-35940-1-git-send-email-prime.zeng@hisilicon.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.158] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It is introduced for the pre-0.96 xHC controllers, and the driver only support HW LPM for 1.0 and later controllers.It's not actually used now and is thought not to be used in the future any more, so just remove it. Acked-by: Mathias Nyman Signed-off-by: Zeng Tao --- drivers/usb/host/xhci-mem.c | 20 ++++---------------- drivers/usb/host/xhci.c | 3 +-- drivers/usb/host/xhci.h | 2 -- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index b1f27aa..791c5d8 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c @@ -2181,23 +2181,11 @@ static void xhci_add_in_port(struct xhci_hcd *xhci, unsigned int num_ports, if (major_revision < 0x03 && xhci->num_ext_caps < max_caps) xhci->ext_caps[xhci->num_ext_caps++] = temp; - /* Check the host's USB2 LPM capability */ - if ((xhci->hci_version == 0x96) && (major_revision != 0x03) && - (temp & XHCI_L1C)) { + if ((xhci->hci_version >= 0x100) && (major_revision != 0x03) && + (temp & XHCI_HLC)) { xhci_dbg_trace(xhci, trace_xhci_dbg_init, - "xHCI 0.96: support USB2 software lpm"); - xhci->sw_lpm_support = 1; - } - - if ((xhci->hci_version >= 0x100) && (major_revision != 0x03)) { - xhci_dbg_trace(xhci, trace_xhci_dbg_init, - "xHCI 1.0: support USB2 software lpm"); - xhci->sw_lpm_support = 1; - if (temp & XHCI_HLC) { - xhci_dbg_trace(xhci, trace_xhci_dbg_init, - "xHCI 1.0: support USB2 hardware lpm"); - xhci->hw_lpm_support = 1; - } + "xHCI 1.0: support USB2 hardware lpm"); + xhci->hw_lpm_support = 1; } port_offset--; diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 0420eef..d565d5a 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -4372,8 +4372,7 @@ static int xhci_update_device(struct usb_hcd *hcd, struct usb_device *udev) struct xhci_hcd *xhci = hcd_to_xhci(hcd); int portnum = udev->portnum - 1; - if (hcd->speed >= HCD_USB3 || !xhci->sw_lpm_support || - !udev->lpm_capable) + if (hcd->speed >= HCD_USB3 || !udev->lpm_capable) return 0; /* we only support lpm for non-hub device connected to root hub yet */ diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 6230a57..746129d 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1854,8 +1854,6 @@ struct xhci_hcd { struct xhci_port *hw_ports; struct xhci_hub usb2_rhub; struct xhci_hub usb3_rhub; - /* support xHCI 0.96 spec USB2 software LPM */ - unsigned sw_lpm_support:1; /* support xHCI 1.0 spec USB2 hardware LPM */ unsigned hw_lpm_support:1; /* cached usb2 extened protocol capabilites */ -- 2.7.4