From patchwork Fri Dec 7 14:19:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathias Nyman X-Patchwork-Id: 10718265 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B9FA51759 for ; Fri, 7 Dec 2018 14:16:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A39542E310 for ; Fri, 7 Dec 2018 14:16:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 94A892E951; Fri, 7 Dec 2018 14:16:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4C0E22E310 for ; Fri, 7 Dec 2018 14:16:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726071AbeLGOQC (ORCPT ); Fri, 7 Dec 2018 09:16:02 -0500 Received: from mga02.intel.com ([134.134.136.20]:27872 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725998AbeLGOQB (ORCPT ); Fri, 7 Dec 2018 09:16:01 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Dec 2018 06:15:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,326,1539673200"; d="scan'208";a="105672593" Received: from mattu-haswell.fi.intel.com ([10.237.72.164]) by fmsmga007.fm.intel.com with ESMTP; 07 Dec 2018 06:15:45 -0800 From: Mathias Nyman To: Cc: , Mathias Nyman Subject: [PATCH 0/8] xhci features for usb-next Date: Fri, 7 Dec 2018 16:19:28 +0200 Message-Id: <1544192376-6619-1-git-send-email-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Greg This series for usb-next mostly about refactoring the xhci roothub side of the get_port_status request -Mathias Mathias Nyman (7): xhci: move bus_state structure under the xhci_hub structure. xhci: remove unused hcd_index() xhci: move usb3 speficic bits to own function in get_port_status call xhci: move usb2 speficic bits to own function in get_port_status call xhci: cleanup code that sets portstatus and portchange bits xhci: refactor U0 link state handling in get_port_status xhci: move usb2 get port status link resume handling to its own function Zeng Tao (1): xhci: remove the unused sw_lpm_support drivers/usb/host/xhci-hub.c | 351 ++++++++++++++++++++++++------------------- drivers/usb/host/xhci-mem.c | 30 ++-- drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/host/xhci.c | 22 +-- drivers/usb/host/xhci.h | 13 +- 5 files changed, 219 insertions(+), 199 deletions(-)