From: David Brownell Date: Fri, 23 Mar 2007 13:55:40 +0000 (-0400) Subject: musb_hdrc: Minor cleanups involving name changes X-Git-Tag: v2.6.21-omap1~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b63229c3a24dcee92e43cd17ff4e70393040a3f;p=pandora-kernel.git musb_hdrc: Minor cleanups involving name changes Minor cleanups involving name changes, primarily on the peripheral side: - musb->bMayWakeup becomes may_wakeup (camelcase bad) - musb->bIsSelfPowered becomes is_self_powered (camelcase bad) - pThis (as parameter or variable) becomes musb (camelcase bad) - tusb_set_power becomes tusb_draw_power (more meaningful name) - tusb_set_vbus becomes tusb_source_power (more meaningful name) Also, add a flag to track if a B-Peripheral device draws any VBUS power (currently only tusb6010 can set that). Signed-off-by: David Brownell --- Reading git-diff-tree failed