Linux-USB Archive mirror
 help / color / mirror / Atom feed
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/18] xhci cleanups and rework for usb-next
Date: Mon, 29 Apr 2024 17:02:27 +0300	[thread overview]
Message-ID: <20240429140245.3955523-1-mathias.nyman@linux.intel.com> (raw)

Hi Greg

This series for usb-next is mostly xhci cleanups and refactoring.

Thanks
Mathias

Andy Shevchenko (3):
  xhci: pci: Use full names in PCI IDs for Intel platforms
  xhci: pci: Group out Thunderbolt xHCI IDs
  xhci: pci: Use PCI_VENDOR_ID_RENESAS

Mathias Nyman (4):
  xhci: stored cached port capability values in one place
  xhci: remove xhci_check_usb2_port_capability helper
  xhci: improve PORTSC register debugging output
  xhci: remove XHCI_TRUST_TX_LENGTH quirk

Niklas Neronin (11):
  usb: xhci: check if 'requested segments' exceeds ERST capacity
  usb: xhci: improve debug message in xhci_ring_expansion_needed()
  usb: xhci: address off-by-one in xhci_num_trbs_free()
  usb: xhci: remove redundant variable 'erst_size'
  usb: xhci: use array_size() when allocating and freeing memory
  usb: xhci: prevent potential failure in handle_tx_event() for Transfer
    events without TRB
  usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
  usb: xhci: replace goto with return when possible in handle_tx_event()
  usb: xhci: remove goto 'cleanup' in handle_tx_event()
  usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
  usb: xhci: compact 'trb_in_td()' arguments

 drivers/usb/host/xhci-dbgcap.c |   2 +-
 drivers/usb/host/xhci-mem.c    |  48 +++++-------
 drivers/usb/host/xhci-pci.c    |  49 +++++-------
 drivers/usb/host/xhci-rcar.c   |   6 +-
 drivers/usb/host/xhci-ring.c   | 138 ++++++++++++++-------------------
 drivers/usb/host/xhci.c        |  38 ++-------
 drivers/usb/host/xhci.h        |  28 ++++---
 7 files changed, 121 insertions(+), 188 deletions(-)

-- 
2.25.1


             reply	other threads:[~2024-04-29 14:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 14:02 Mathias Nyman [this message]
2024-04-29 14:02 ` [PATCH 01/18] xhci: stored cached port capability values in one place Mathias Nyman
2024-04-29 14:02 ` [PATCH 02/18] xhci: remove xhci_check_usb2_port_capability helper Mathias Nyman
2024-04-29 14:02 ` [PATCH 03/18] usb: xhci: check if 'requested segments' exceeds ERST capacity Mathias Nyman
2024-04-29 14:02 ` [PATCH 04/18] usb: xhci: improve debug message in xhci_ring_expansion_needed() Mathias Nyman
2024-04-29 14:02 ` [PATCH 05/18] usb: xhci: address off-by-one in xhci_num_trbs_free() Mathias Nyman
2024-04-29 14:02 ` [PATCH 06/18] usb: xhci: remove redundant variable 'erst_size' Mathias Nyman
2024-04-29 14:02 ` [PATCH 07/18] usb: xhci: use array_size() when allocating and freeing memory Mathias Nyman
2024-04-29 14:02 ` [PATCH 08/18] xhci: improve PORTSC register debugging output Mathias Nyman
2024-04-29 14:02 ` [PATCH 09/18] xhci: remove XHCI_TRUST_TX_LENGTH quirk Mathias Nyman
2024-04-29 14:02 ` [PATCH 10/18] usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB Mathias Nyman
2024-04-29 14:02 ` [PATCH 11/18] usb: xhci: remove 'handling_skipped_tds' from handle_tx_event() Mathias Nyman
2024-04-29 14:02 ` [PATCH 12/18] usb: xhci: replace goto with return when possible in handle_tx_event() Mathias Nyman
2024-04-29 14:02 ` [PATCH 13/18] usb: xhci: remove goto 'cleanup' " Mathias Nyman
2024-04-29 14:02 ` [PATCH 14/18] xhci: pci: Use full names in PCI IDs for Intel platforms Mathias Nyman
2024-04-29 14:02 ` [PATCH 15/18] xhci: pci: Group out Thunderbolt xHCI IDs Mathias Nyman
2024-04-29 14:02 ` [PATCH 16/18] xhci: pci: Use PCI_VENDOR_ID_RENESAS Mathias Nyman
2024-04-29 14:02 ` [PATCH 17/18] usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls Mathias Nyman
2024-04-29 14:02 ` [PATCH 18/18] usb: xhci: compact 'trb_in_td()' arguments 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=20240429140245.3955523-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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).