Message ID | 20240626124835.1023046-1-mathias.nyman@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C53DF181BA0 for <linux-usb@vger.kernel.org>; Wed, 26 Jun 2024 12:46:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719406004; cv=none; b=t7XpYrJbgS8wAsJ8WWSX8SURNHeaZzLgrBV6XlQHncS5oiS/x0w/nLYVY4198QP0t8fhZEkNBP9eDcLSqWiM/EVhfpE1+Up0mj70eyiO4ABEa77jkFYqUfnBMB11vWFL05oI5H09IoqA0+RcaMP+XbHSGqwku37eNsVk57yL9us= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719406004; c=relaxed/simple; bh=+WcOy9m/LaNdnw/E3RFTZj/p1kTfDvsoDlADaYNGhtU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=f9uh/S66LiPCq67GB3EeR4pDbA9Jkv2idROfSIzYY0hvn50zi8d8ey8rM9qYYDZ1uy9yPE7WZftFMPMwwylhCkEXylb9CBSpO78Dll4r0nU9i1tzC/CEyGjO69cEG7Ty63zRjRCCVX17h3gpyYPa+KflymEKSkM1WrxGW7MsJbE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=l8FPGEVO; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="l8FPGEVO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719406003; x=1750942003; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+WcOy9m/LaNdnw/E3RFTZj/p1kTfDvsoDlADaYNGhtU=; b=l8FPGEVOvGkPJQ+XrSqXIpc1J1+RTyD9YY+t/qWWQAvsA2dvIf2txAzS 1zEo2D2AtoGHDR0y9IBABdhm6CoVJMmHpdygY2FkHni9AKv2F5qTnuWSN qLgXH13QUT7xoO+AP+LZ/Eq8svkjeJcIjSWVd1ryHNXLUGeX3KUGBW4KO TtAczpIjADgaMiLw4n1aPmBZiOisHcjOD/2V4lyBksaptBy5U1+FkIHHy dn4wAiLKsdVPWskKkif/GJVK10wPxyam6SxQJSLYUiIKm3+PvQCchGIeh JdeKIqJ+GyjRbK348riVDmaH4lqPL3Kr17zjKcv/Eq9XKinsDf7Yh77YS g==; X-CSE-ConnectionGUID: oyJFiiSVQSu1QMtXe66tFg== X-CSE-MsgGUID: To66pX+kRMeXwY+qx4c/Ig== X-IronPort-AV: E=McAfee;i="6700,10204,11114"; a="16353361" X-IronPort-AV: E=Sophos;i="6.08,266,1712646000"; d="scan'208";a="16353361" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jun 2024 05:46:42 -0700 X-CSE-ConnectionGUID: F90pM8WpQ1yufLAAFuRJEQ== X-CSE-MsgGUID: pmwBlrHoSOCa9QSDgF40sw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,266,1712646000"; d="scan'208";a="48442555" Received: from mattu-haswell.fi.intel.com ([10.237.72.199]) by fmviesa005.fm.intel.com with ESMTP; 26 Jun 2024 05:46:40 -0700 From: Mathias Nyman <mathias.nyman@linux.intel.com> To: <gregkh@linuxfoundation.org> Cc: <linux-usb@vger.kernel.org>, niklas.neronin@linux.intel.com, Mathias Nyman <mathias.nyman@linux.intel.com> Subject: [PATCH 00/21] xhci features for usb-next Date: Wed, 26 Jun 2024 15:48:14 +0300 Message-Id: <20240626124835.1023046-1-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: <linux-usb.vger.kernel.org> List-Subscribe: <mailto:linux-usb+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-usb+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
xhci features for usb-next
|
expand
|