]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
XHCI: Separate PORT and CAPs macros into dedicated file
authorFrank Li <Frank.Li@nxp.com>
Wed, 24 Jan 2024 15:25:23 +0000 (10:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2024 00:52:35 +0000 (01:52 +0100)
commit81213d2058ec804fde0f2049123d2973eea1e9dc
tree99d9891d7a0ab385706c0f52bd0ba3fc87fe2bbe
parentc3f3926854b12adfd1ca4a20381c108c15733996
XHCI: Separate PORT and CAPs macros into dedicated file

[ Upstream commit c35ba0ac48355df1d11fcce85945f76c42d250ac ]

Split the PORT and CAPs macro definitions into a separate file to
facilitate sharing with other files without the need to include the entire
xhci.h.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240124152525.3910311-2-Frank.Li@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Stable-dep-of: 705e3ce37bcc ("usb: dwc3: core: Fix system suspend on TI AM62 platforms")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/usb/host/xhci-caps.h [new file with mode: 0644]
drivers/usb/host/xhci-port.h [new file with mode: 0644]
drivers/usb/host/xhci.h