summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/chipidea.h
diff options
context:
space:
mode:
authorPeter Chen2013-08-14 11:44:14 +0200
committerGreg Kroah-Hartman2013-08-14 21:37:20 +0200
commitd268e9bc23f5df4a2f4167da246d277c2a468d3d (patch)
treec513252a12c3ef3ee16b864e9cfb91bf0d4fe406 /include/linux/usb/chipidea.h
parentusb: chipidea: udc: fix misuse of REGS_SHARED and PULLUP_ON_VBUS flags (diff)
downloadkernel-qcow2-linux-d268e9bc23f5df4a2f4167da246d277c2a468d3d.tar.gz
kernel-qcow2-linux-d268e9bc23f5df4a2f4167da246d277c2a468d3d.tar.xz
kernel-qcow2-linux-d268e9bc23f5df4a2f4167da246d277c2a468d3d.zip
usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS
Currently, the controller only runs when the ci->vbus_active is true. So the flag CI_HDRC_PULLUP_ON_VBUS is useless no longer. If the user doesn't have otgsc, he/she needs to change ci_handle_vbus_change to update ci->vbus_active. 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/chipidea.h')
-rw-r--r--include/linux/usb/chipidea.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h
index 10a607ce9090..7d399671a566 100644
--- a/include/linux/usb/chipidea.h
+++ b/include/linux/usb/chipidea.h
@@ -18,7 +18,6 @@ struct ci_hdrc_platform_data {
unsigned long flags;
#define CI_HDRC_REGS_SHARED BIT(0)
#define CI_HDRC_REQUIRE_TRANSCEIVER BIT(1)
-#define CI_HDRC_PULLUP_ON_VBUS BIT(2)
#define CI_HDRC_DISABLE_STREAMING BIT(3)
/*
* Only set it when DCCPARAMS.DC==1 and DCCPARAMS.HC==1,