All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] xhci fix for usb-linus
@ 2026-08-04  8:36 Mathias Nyman
  2026-08-04  8:36 ` [PATCH 1/1] usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit mask Mathias Nyman
  0 siblings, 1 reply; 2+ messages in thread
From: Mathias Nyman @ 2026-08-04  8:36 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

xhci may be unusable on Raspberry Pi type arm32 devices since driver
swiched to BIT() macro in 7.1 kenel.

This one patch fixes it, hope it can still make 7.2

Thanks
Mathias

Lachlan Hodges (1):
  usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit mask

 drivers/usb/host/xhci.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-04  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04  8:36 [PATCH 0/1] xhci fix for usb-linus Mathias Nyman
2026-08-04  8:36 ` [PATCH 1/1] usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit mask Mathias Nyman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.