commit | 2d431e33dca2d6b00c00b9c6cfb82bcfca00d3f9 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Wed Dec 22 10:55:08 2021 +0100 |
committer | Marek Vasut <marex@denx.de> | Wed Jan 26 23:22:59 2022 +0100 |
tree | ae9f05b4bfd3ba01ab1b02e05918f923ea2d9a2c | |
parent | fc313d345a93a6a4edad62683191e11195a75e1e [diff] |
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>