public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] usb: xhci: page size improvements
@ 2025-02-04 12:41 Niklas Neronin
  2025-02-04 12:41 ` [PATCH v3 1/2] usb: xhci: correct debug message page size calculation Niklas Neronin
  2025-02-04 12:41 ` [PATCH v3 2/2] usb: xhci: set page size to the xHCI-supported size Niklas Neronin
  0 siblings, 2 replies; 5+ messages in thread
From: Niklas Neronin @ 2025-02-04 12:41 UTC (permalink / raw)
  To: mathias.nyman; +Cc: michal.pecio, linux-usb, Niklas Neronin

Correct off-by-one page size debug message.
Set page size to the xHCI-supported size, instead of 4KB.

Clarified the interpretation of the xHCI spec 1.9 regarding page size.
The correct interpretation is that only one bit is set, indicating the
only supported page size. This is supported by the following sources:

Section 6.6.1, PSZ:
  The PSZ calculation uses the page size bit and would not work with
  multiple bits set.

Section 7.7, Implementation Notes:
  "This version of the xHCI spec only allows an implementation to support
   a single page size, as reported by the PAGESIZE register."

Version 3 changes:
 * Rebase agains Linux 6.14-rc1.
 * Repalce variable int 'i' with unsigned int 'val'.
 * Rename temp variable 'page_shift' to 'page_size'.
Version 2 changes:
 * Added handling for invalid page size register values.

Niklas Neronin (2):
  usb: xhci: correct debug message page size calculation
  usb: xhci: set page size to the xHCI-supported size

 drivers/usb/host/xhci-mem.c | 34 ++++++++++++++++++----------------
 drivers/usb/host/xhci.h     |  8 ++++----
 2 files changed, 22 insertions(+), 20 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-03-05  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 12:41 [PATCH v3 0/2] usb: xhci: page size improvements Niklas Neronin
2025-02-04 12:41 ` [PATCH v3 1/2] usb: xhci: correct debug message page size calculation Niklas Neronin
2025-03-05  8:32   ` Michał Pecio
2025-02-04 12:41 ` [PATCH v3 2/2] usb: xhci: set page size to the xHCI-supported size Niklas Neronin
2025-02-04 16:06   ` Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox