All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] fix xhci feature merge issue in current usb-next
@ 2022-05-16  9:48 Mathias Nyman
  2022-05-16  9:48 ` [PATCH 1/1] xhci: Don't defer primary roothub registration if there is only one roothub Mathias Nyman
  2022-05-19 16:10 ` [PATCH 0/1] fix xhci feature merge issue in current usb-next Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Mathias Nyman @ 2022-05-16  9:48 UTC (permalink / raw)
  To: gregkh; +Cc: linux-usb, Mathias Nyman

Hi Greg

Two different conflicting features touching xhci got into current usb-next
for 5.19

One adds support for xHC hosts with just one roothub,
second adds support to defer first roothub registration until second
roothub is added.

commit 873f323618c2 ("xhci: prepare for operation w/o shared hcd")
commit b7a4f9b5d0e4 ("xhci: Set HCD flag to defer primary roothub
registration")

We ended up trying to defer roothub registratinog for xHC with just one
roothub.

This patch fixes the issue and goes on top of current usb-next

This patch shouldn't be needed for stable as the new feature to support
one roothub xHC isn't marked for stable either, but setting Fixes flag
in case someone later picks it up for stable.

Mathias Nyman (1):
  xhci: Don't defer primary roothub registration if there is only one
    roothub

 drivers/usb/host/xhci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-19 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16  9:48 [PATCH 0/1] fix xhci feature merge issue in current usb-next Mathias Nyman
2022-05-16  9:48 ` [PATCH 1/1] xhci: Don't defer primary roothub registration if there is only one roothub Mathias Nyman
2022-05-19 16:10 ` [PATCH 0/1] fix xhci feature merge issue in current usb-next Greg KH

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.