ohci: split reset method in 3 parts
commit84d04e216279b5388c66c00fb00ed591da894357
authorHervé Poussineau <hpoussin@reactos.org>
Sat, 19 Dec 2015 23:23:49 +0000 (20 00:23 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Jan 2016 08:25:50 +0000 (8 09:25 +0100)
tree2f9ee459d72616083d47b0b3cd827e01c43d0ec9
parenta7e00e2536941a6e570b45b7ab4afec4505ff67e
ohci: split reset method in 3 parts

The three parts are:
- root hub reset (ohci_roothub_reset)
- host controller soft reset (ohci_soft_reset)
- host controller hard reset (ohci_hard_reset)

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 1450567431-31795-2-git-send-email-hpoussin@reactos.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-ohci.c