usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})
authorLukasz Majewski <lukma@denx.de>
Wed, 22 Dec 2021 09:55:08 +0000 (10:55 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 26 Jan 2022 22:22:59 +0000 (23:22 +0100)
commit2d431e33dca2d6b00c00b9c6cfb82bcfca00d3f9
treeae9f05b4bfd3ba01ab1b02e05918f923ea2d9a2c
parentfc313d345a93a6a4edad62683191e11195a75e1e
usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})

Those functions will be re-used when the ehci MXS driver (for imx28)
will be converted to also support CONFIG_DM_USB.

No functional changes introduced - only cosmetic changes (u32 type)
and alignment to pass checkpatch.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
drivers/usb/host/ehci-mxs.c