]> bbs.cooldavid.org Git - net-next-2.6.git/commit
musb: otg timer cleanup
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 31 Mar 2009 19:32:12 +0000 (12:32 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:40 +0000 (21:44 -0700)
commitf7f9d63eac12b345d6243d1d608b7944a05be921
tree4e4ca31d12739260656c2487babde560999c6eec
parent84e250ffa76dddc1bad84e04248a27f442c25986
musb: otg timer cleanup

Minor cleanup of OTG timer handling:
    * unify decls for OTG time constants, in the core header
    * set up and use that timer in a more normal way
    * move to the driver struct, so it's usable outside core

And tighten use and setup of T(a_wait_bcon) so that if it's used,
it's always valid.  (If that timer expires, the A-device will
stop powering VBUS.  For non-OTG systems, that will be a surprise.)
No behavioral changes, other than more consistency when applying
that core HNP timeout.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h
drivers/usb/musb/omap2430.c