From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavankumar Kondeti Subject: [PATCH V4 0/5] USB Charging, PHY init and suspend support for MSM8960 Date: Tue, 3 May 2011 10:43:48 +0530 Message-ID: <1304399633-16120-1-git-send-email-pkondeti@codeaurora.org> References: <1303977693-18389-1-git-send-email-pkondeti@codeaurora.org> Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:65039 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751196Ab1ECFOE (ORCPT ); Tue, 3 May 2011 01:14:04 -0400 In-Reply-To: <1303977693-18389-1-git-send-email-pkondeti@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: greg@kroah.com, linux-usb@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, davidb@codeaurora.org, sshtylyov@mvista.com, Pavankumar Kondeti This patch series adds PHY based charging detection, PHY initialization and suspend support for MSM8960 target. Changelog - V4 - Added missing spaces at the end of line for multi line printk messages. - V3 - The third patch in this series unknowingly turning off pclk in resume. Fix it. - add "msm" in commit prefix for 2nd patch. - V2 - logical AND operator is used instead of bitwiese AND for testing flags. - Fixed error path and label names as per Sergei's comments. - Fixed a typo mistake (s/phy_type/otg_control) pointed out by Sergei. - Changed a never-changed-variable into a macro. Anji jonnala (3): USB: gadget: Use Zero Interrupt Threshold Control for ci13xxx_msm USB: OTG: msm: vote for dayatona fabric clock USB: OTG: msm: Configure PHY Analog and Digital voltage domains Pavankumar Kondeti (2): USB: OTG: msm: Implement charger detection USB: OTG: msm: Add PHY suspend support for MSM8960 drivers/usb/gadget/ci13xxx_msm.c | 3 +- drivers/usb/gadget/ci13xxx_udc.c | 21 ++ drivers/usb/gadget/ci13xxx_udc.h | 3 + drivers/usb/otg/msm_otg.c | 670 +++++++++++++++++++++++++++++++++++++- include/linux/usb/msm_hsusb.h | 79 +++++- include/linux/usb/msm_hsusb_hw.h | 2 + 6 files changed, 758 insertions(+), 20 deletions(-) -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.