From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavankumar Kondeti Subject: [PATCH V2 0/5] USB Charging, PHY init and suspend support for MSM8960 Date: Mon, 2 May 2011 12:06:27 +0530 Message-ID: <1304318192-24374-1-git-send-email-pkondeti@codeaurora.org> References: <1303977693-18389-1-git-send-email-pkondeti@codeaurora.org> Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:48746 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753666Ab1EBGgl (ORCPT ); Mon, 2 May 2011 02:36:41 -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 - 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: 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 | 671 +++++++++++++++++++++++++++++++++++++- include/linux/usb/msm_hsusb.h | 79 +++++- include/linux/usb/msm_hsusb_hw.h | 2 + 6 files changed, 758 insertions(+), 21 deletions(-) -- Sent by a consultant of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.