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 0/9] xhci and hub features for usb-next
Date: Wed, 16 Feb 2022 11:09:29 +0200 [thread overview]
Message-ID: <20220216090938.1260899-1-mathias.nyman@linux.intel.com> (raw)
Hi Greg
This series mostly adds support for running xhci DbC on more than one
xHC controller in a setup at the same time.
There are also some link power management changes, of which one touches
usb core hub code, removing an extra LPM disable before device reset.
Thanks
-Mathias
Mathias Nyman (7):
xhci: dbc: refactor xhci_dbc_init()
xhci: dbc: create and remove dbc structure in dbgtty driver.
xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit
xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe
xhci: dbgtty: use IDR to support several dbc instances.
xhci: Allocate separate command structures for each LPM command
usb: remove Link Powermanagement (LPM) disable before port reset.
Sergey Shtylyov (1):
usb: host: xhci: drop redundant checks
kernel test robot (1):
usb: xhci: fix minmax.cocci warnings
drivers/usb/core/hub.c | 13 +--
drivers/usb/host/xhci-dbgcap.c | 145 ++++++++++++++++-----------------
drivers/usb/host/xhci-dbgcap.h | 26 ++++--
drivers/usb/host/xhci-dbgtty.c | 86 ++++++++++++-------
drivers/usb/host/xhci-mem.c | 10 +--
drivers/usb/host/xhci.c | 31 +++----
drivers/usb/host/xhci.h | 2 -
7 files changed, 163 insertions(+), 150 deletions(-)
--
2.25.1
next reply other threads:[~2022-02-16 9:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-16 9:09 Mathias Nyman [this message]
2022-02-16 9:09 ` [PATCH 1/9] xhci: dbc: refactor xhci_dbc_init() Mathias Nyman
2022-02-16 9:09 ` [PATCH 2/9] xhci: dbc: create and remove dbc structure in dbgtty driver Mathias Nyman
2022-02-16 9:09 ` [PATCH 3/9] xhci: dbc: Rename xhci_dbc_init and xhci_dbc_exit Mathias Nyman
2022-02-16 9:09 ` [PATCH 4/9] xhci: dbc: Don't call dbc_tty_init() on every dbc tty probe Mathias Nyman
2022-02-16 9:09 ` [PATCH 5/9] xhci: dbgtty: use IDR to support several dbc instances Mathias Nyman
2022-02-16 9:09 ` [PATCH 6/9] xhci: Allocate separate command structures for each LPM command Mathias Nyman
2022-02-16 9:09 ` [PATCH 7/9] usb: remove Link Powermanagement (LPM) disable before port reset Mathias Nyman
2022-02-16 9:09 ` [PATCH 8/9] usb: host: xhci: drop redundant checks Mathias Nyman
2022-02-16 9:09 ` [PATCH 9/9] usb: xhci: fix minmax.cocci warnings Mathias Nyman
2022-02-16 9:21 ` [PATCH 0/9] xhci and hub features for usb-next Mathias Nyman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220216090938.1260899-1-mathias.nyman@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox