usb: chipidea: retire flag CI_HDRC_PULLUP_ON_VBUS
authorPeter Chen <peter.chen@freescale.com>
Wed, 14 Aug 2013 09:44:14 +0000 (12:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 19:37:20 +0000 (12:37 -0700)
commitd268e9bc23f5df4a2f4167da246d277c2a468d3d
treec513252a12c3ef3ee16b864e9cfb91bf0d4fe406
parente7e621eb84b0708f6a04ccb453d47e77d22440e4
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>
drivers/usb/chipidea/ci_hdrc_imx.c
drivers/usb/chipidea/ci_hdrc_msm.c
drivers/usb/chipidea/udc.c
include/linux/usb/chipidea.h