From patchwork Wed Jun 24 13:59:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathias Nyman X-Patchwork-Id: 11623229 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 446B860D for ; Wed, 24 Jun 2020 13:56:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 361AF20724 for ; Wed, 24 Jun 2020 13:56:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2403991AbgFXN4t (ORCPT ); Wed, 24 Jun 2020 09:56:49 -0400 Received: from mga02.intel.com ([134.134.136.20]:43621 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403988AbgFXN4s (ORCPT ); Wed, 24 Jun 2020 09:56:48 -0400 IronPort-SDR: 8OSnzexdGGX/JDIqup3WxuoCCiC/BsQBEtJRUZhWPMcaCafLwgxl+kE5hgWLaKkKwT8rcKoSK8 YYUDGnzRVANg== X-IronPort-AV: E=McAfee;i="6000,8403,9661"; a="132909228" X-IronPort-AV: E=Sophos;i="5.75,275,1589266800"; d="scan'208";a="132909228" 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/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2020 06:56:47 -0700 IronPort-SDR: xvMBw7Gk1rvKEjsyhUppXXpCFYuJsLwRg5fZhEtKZviUZPzJHJw61bRXa6X2K5+X0+i7HXv0W/ 7qrOXkfJj91Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,275,1589266800"; d="scan'208";a="263644016" Received: from mattu-haswell.fi.intel.com ([10.237.72.170]) by fmsmga007.fm.intel.com with ESMTP; 24 Jun 2020 06:56:46 -0700 From: Mathias Nyman To: Cc: , Mathias Nyman Subject: [PATCH 0/5] xhci fixes for usb-linus Date: Wed, 24 Jun 2020 16:59:44 +0300 Message-Id: <20200624135949.22611-1-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 2.17.1 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi Greg A few xhci fixes for usb-linus that resolve a couple power management related issues, and a full-speed USB device enumeration problem. -Mathias Al Cooper (1): xhci: Fix enumeration issue when setting max packet size for FS devices. Kai-Heng Feng (2): xhci: Return if xHCI doesn't support LPM xhci: Poll for U0 after disabling USB2 LPM Macpaul Lin (1): usb: host: xhci-mtk: avoid runtime suspend when removing hcd Mathias Nyman (1): xhci: Fix incorrect EP_STATE_MASK drivers/usb/host/xhci-mtk.c | 5 +++-- drivers/usb/host/xhci.c | 9 ++++++++- drivers/usb/host/xhci.h | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-)