linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] xhci features for usb-next
@ 2023-03-17 15:47 Mathias Nyman
  2023-03-17 15:47 ` [PATCH 01/14] xhci: mem: Carefully calculate size for memory allocations Mathias Nyman
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Mathias Nyman @ 2023-03-17 15:47 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

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.

- Generic cleanups by Andy.

Thanks
-Mathias


Andy Shevchenko (7):
  xhci: mem: Carefully calculate size for memory allocations
  xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
  xhci: mem: Get rid of redundant 'else'
  xhci: mem: Drop useless return:s
  xhci: mem: Use while (i--) pattern to clean up
  xhci: mem: Replace explicit castings with appropriate specifiers
  xhci: mem: Join string literals back

Josue David Hernandez Gutierrez (6):
  xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume
  xhci: Move functions to setup msi to xhci-pci
  xhci: move PCI specific MSI/MSIX cleanup away from generic xhci
    functions
  xhci: Move functions to cleanup MSI to xhci-pci
  xhci: Call MSI sync function from xhci-pci instead of generic xhci
    code
  xhci: Move xhci MSI sync function to to xhci-pci

Mathias Nyman (1):
  xhci: dbc: Provide sysfs option to configure dbc descriptors

 .../testing/sysfs-bus-pci-drivers-xhci_hcd    |  52 +++++
 drivers/usb/host/xhci-dbgcap.c                | 191 ++++++++++++++++-
 drivers/usb/host/xhci-dbgcap.h                |   4 +
 drivers/usb/host/xhci-mem.c                   |  83 +++----
 drivers/usb/host/xhci-pci.c                   | 199 +++++++++++++++++
 drivers/usb/host/xhci-ring.c                  |   1 +
 drivers/usb/host/xhci-trace.c                 |   1 +
 drivers/usb/host/xhci.c                       | 202 +-----------------
 drivers/usb/host/xhci.h                       |   1 +
 9 files changed, 480 insertions(+), 254 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-03-17 15:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 15:47 [PATCH 00/14] xhci features for usb-next Mathias Nyman
2023-03-17 15:47 ` [PATCH 01/14] xhci: mem: Carefully calculate size for memory allocations Mathias Nyman
2023-03-17 15:47 ` [PATCH 02/14] xhci: mem: Use dma_poll_zalloc() instead of explicit memset() Mathias Nyman
2023-03-17 15:47 ` [PATCH 03/14] xhci: mem: Get rid of redundant 'else' Mathias Nyman
2023-03-17 15:47 ` [PATCH 04/14] xhci: mem: Drop useless return:s Mathias Nyman
2023-03-17 15:47 ` [PATCH 05/14] xhci: mem: Use while (i--) pattern to clean up Mathias Nyman
2023-03-17 15:47 ` [PATCH 06/14] xhci: mem: Replace explicit castings with appropriate specifiers Mathias Nyman
2023-03-17 15:47 ` [PATCH 07/14] xhci: mem: Join string literals back Mathias Nyman
2023-03-17 15:47 ` [PATCH 08/14] xhci: dbc: Provide sysfs option to configure dbc descriptors Mathias Nyman
2023-03-17 15:47 ` [PATCH 09/14] xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume Mathias Nyman
2023-03-17 15:47 ` [PATCH 10/14] xhci: Move functions to setup msi to xhci-pci Mathias Nyman
2023-03-17 15:47 ` [PATCH 11/14] xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functions Mathias Nyman
2023-03-17 15:47 ` [PATCH 12/14] xhci: Move functions to cleanup MSI to xhci-pci Mathias Nyman
2023-03-17 15:47 ` [PATCH 13/14] xhci: Call MSI sync function from xhci-pci instead of generic xhci code Mathias Nyman
2023-03-17 15:47 ` [PATCH 14/14] xhci: Move xhci MSI sync function to to xhci-pci Mathias Nyman
2023-03-17 15:53 ` [PATCH 00/14] xhci features for usb-next Mathias Nyman

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 NNTP newsgroup(s).