From mboxrd@z Thu Jan 1 00:00:00 1970 From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov) Date: Sat, 2 Jul 2011 18:02:22 +0400 Subject: [PATCH V2 0/2] Suspend for gpio-vbus support Message-ID: <1309615344-12714-1-git-send-email-dbaryshkov@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Previous version of these patches generated quite a lot of comments. Now I'd like to present an updated version of this patchset. Changes since V1: * Switch to using dev_pm_ops instead of platform_driver hooks * Move suspend/resume to _noirq (LATE) to be sure that otg transceiver suspends after the main UDC driver. Dmitry Eremin-Solenikov (2): gpio-vbus: support disabling D+ pullup on suspend mioa701: move gpio-pullup functionality to gpio-vbus arch/arm/mach-pxa/mioa701.c | 8 ++------ drivers/usb/otg/gpio_vbus.c | 32 ++++++++++++++++++++++++++++++++ include/linux/usb/gpio_vbus.h | 1 + 3 files changed, 35 insertions(+), 6 deletions(-)