Message ID | 20230317154715.535523-1-mathias.nyman@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-usb-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E58EC6FD1D for <linux-usb@archiver.kernel.org>; Fri, 17 Mar 2023 15:46:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230335AbjCQPqF (ORCPT <rfc822;linux-usb@archiver.kernel.org>); Fri, 17 Mar 2023 11:46:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230064AbjCQPqE (ORCPT <rfc822;linux-usb@vger.kernel.org>); Fri, 17 Mar 2023 11:46:04 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85E2093E09 for <linux-usb@vger.kernel.org>; Fri, 17 Mar 2023 08:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679067960; x=1710603960; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8327cCUqvOG2EkRUlvFeMKnuNS0t/+cGeNor2sIrLdY=; b=SHlhY4xLGEvU6gHb90PK5o3e79kigOK6OLoDIwaAaVfMeHBk8vFeuZRS dg/XtrplWz7ZG4/KySpo6bBoL9OTHa+5R9CkiJAj9c3HOSWxb/o4yTqy0 BEHvRv9oHPRikODaSgo4NsQH9xHf1b4whKGWacA7iWDoFeY8S8YdiDZG8 GZw4UWBPeGd53Qc3c8KjUWIKoIrANI8hEuBsbnFNBzNmO/2htwmFRlIe8 4x48EXCzLNZIVmSrsnjnXXUOdj7dIugxTNfMShhXhHJ43HzCQpy6n4jII QRu02PTax6NrIe+I4CqFoW53uR88mQdEW1sJgGK9ksPA0YIAA46w9Ijh1 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="338309720" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="338309720" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2023 08:46:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10652"; a="630311982" X-IronPort-AV: E=Sophos;i="5.98,268,1673942400"; d="scan'208";a="630311982" Received: from mattu-haswell.fi.intel.com ([10.237.72.199]) by orsmga003.jf.intel.com with ESMTP; 17 Mar 2023 08:45:58 -0700 From: Mathias Nyman <mathias.nyman@linux.intel.com> To: <gregkh@linuxfoundation.org> Cc: <linux-usb@vger.kernel.org>, Mathias Nyman <mathias.nyman@linux.intel.com> Subject: [PATCH 00/14] xhci features for usb-next Date: Fri, 17 Mar 2023 17:47:01 +0200 Message-Id: <20230317154715.535523-1-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-usb.vger.kernel.org> X-Mailing-List: linux-usb@vger.kernel.org |
Series |
xhci features for usb-next
|
expand
|
On 17.3.2023 17.47, Mathias Nyman wrote: > Hi Greg > > A set of xhci features and cleanups for usb-next > > - Add sysfs entries to modify usb descriptor values shown by xHC in DbC > device mode. > > - Decouple PCI specific MSI code from usb core. Decouple xhci MSI code from _xhci_ core, not usb core. -Mathias