summaryrefslogtreecommitdiffstats
path: root/include/linux/usb
diff options
context:
space:
mode:
authorPeter Chen2013-08-14 11:44:03 +0200
committerGreg Kroah-Hartman2013-08-14 21:34:17 +0200
commit1542d9c35d8166c54e0616574954a0f48449f331 (patch)
treea854d90bee8d676d2e9de526641086f9f5c79056 /include/linux/usb
parentusb: chipidea: remove previous MODULE_ALIAS (diff)
downloadkernel-qcow2-linux-1542d9c35d8166c54e0616574954a0f48449f331.tar.gz
kernel-qcow2-linux-1542d9c35d8166c54e0616574954a0f48449f331.tar.xz
kernel-qcow2-linux-1542d9c35d8166c54e0616574954a0f48449f331.zip
usb: chipidea: move vbus regulator operation to core
The vbus regulator is a common element for USB vbus operation, So, move it from glue layer to core. Tested-by: Marek Vasut <marex@denx.de> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb')
-rw-r--r--include/linux/usb/chipidea.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index 25629948c842..ce4e1aa071b3 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -24,6 +24,7 @@ struct ci_hdrc_platform_data {
#define CI_HDRC_CONTROLLER_RESET_EVENT 0
#define CI_HDRC_CONTROLLER_STOPPED_EVENT 1
void (*notify_event) (struct ci_hdrc *ci, unsigned event);
+ struct regulator *reg_vbus;
};
/* Default offset of capability registers */