]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: host: ohci-generic: add RESET support
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 18 Jul 2017 09:57:13 +0000 (11:57 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 28 Jul 2017 21:34:13 +0000 (23:34 +0200)
commit8a51b4b3dac35a18acca2538efe2c2979aa56417
tree2852e99e1d65c303d6935a523f3439cab6bf8f7d
parent155d9f65d3bf78cc7113475110c129dc0dbbdae1
usb: host: ohci-generic: add RESET support

use array to save deasserted resets reference in order to
assert them in case of error during probe() or during driver
removal.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/ohci-generic.c