USB: EHCI: add new root-hub state: STOPPING
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 11 Jul 2012 15:21:48 +0000 (11:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 23:50:14 +0000 (16:50 -0700)
commitc0c53dbc32ea05a1e1dd9dba4772327da9a11750
treec292857a1d2c6e1c4b16bb08649df71fd92178e2
parent2f5bb665ba7a14c5842fa2e1cde2be039843a2a2
USB: EHCI: add new root-hub state: STOPPING

This patch (as1571) adds a new state for ehci-hcd's root hubs:
EHCI_RH_STOPPING.  This value is used at times when the root hub is
being stopped and we don't know whether or not the hardware has
finished all its DMA yet.

Although the purpose may not be apparent, this distinction will come
in useful later on.  Future patches will avoid actions that depend on
the root hub being operational (like turning on the async or periodic
schedules) when they see the state is EHCI_RH_STOPPING.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-dbg.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci-q.c
drivers/usb/host/ehci-sched.c
drivers/usb/host/ehci.h
This page took 0.029785 seconds and 5 git commands to generate.