Re: [PATCH v11 03/13] usb: xhci: Move extcaps related macros to respective header file

From: Mathias Nyman
Date: Thu Sep 07 2023 - 12:24:02 EST


On 28.8.2023 16.30, Krishna Kurapati wrote:
DWC3 driver needs access to XHCI Extended Capabilities registers to
read number of usb2 ports and usb3 ports present on multiport controller.
Since the extcaps header is sufficient to parse this info, move port_count
related macros and structure from xhci.h to xhci-ext-caps.h.

Signed-off-by: Krishna Kurapati <quic_kriskura@xxxxxxxxxxx>

Acked-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>