]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM
authorLukasz Majewski <lukma@denx.de>
Wed, 22 Dec 2021 09:55:07 +0000 (10:55 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 26 Jan 2022 22:22:59 +0000 (23:22 +0100)
commitfc313d345a93a6a4edad62683191e11195a75e1e
treea479d02d15660f7ec5badc649292aa33e7b97197
parentf82feb7f2788035d5ae1463ac8cc8acf0da3d23a
usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM

This function is going to be reused with the CONFIG_DM_USB enabled in
the imx28 mxs USB ehci driver.

No functional changes introduced.

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