From: Pavankumar Kondeti <pkondeti@codeaurora.org>
To: greg@kroah.com
Cc: linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org,
Pavankumar Kondeti <pkondeti@codeaurora.org>
Subject: [PATCH 0/4] Add MSM USB Host Controller support
Date: Tue, 9 Nov 2010 16:49:47 +0530 [thread overview]
Message-ID: <1289301591-26228-1-git-send-email-pkondeti@codeaurora.org> (raw)
This patch series adds support for EHCI compliant High speed USB host
controller found in MSM family of SOCs. HCD depends on OTG driver
for PHY initialization, clock management and powering up VBUS. So OTG
driver is added in the patch series. These patches depends on
"Add MSM USB Device Controller" series for header files. These patches
are tested against v2.6.37-rc1
Pavankumar Kondeti (4):
USB: Add MSM OTG Controller driver
USB: EHCI: Add MSM Host Controller driver
USB: EHCI: msm: Add support for power management
USB: OTG: msm: Add spport for power management
drivers/usb/Kconfig | 1 +
drivers/usb/host/Kconfig | 12 +
drivers/usb/host/ehci-hcd.c | 5 +
drivers/usb/host/ehci-msm.c | 373 ++++++++++++++
drivers/usb/otg/Kconfig | 11 +
drivers/usb/otg/Makefile | 1 +
drivers/usb/otg/msm72k_otg.c | 995 ++++++++++++++++++++++++++++++++++++++
include/linux/usb/msm_hsusb.h | 89 ++++
include/linux/usb/msm_hsusb_hw.h | 12 +
9 files changed, 1499 insertions(+), 0 deletions(-)
create mode 100644 drivers/usb/host/ehci-msm.c
create mode 100644 drivers/usb/otg/msm72k_otg.c
next reply other threads:[~2010-11-09 11:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-09 11:19 Pavankumar Kondeti [this message]
2010-11-09 11:19 ` [PATCH 1/4] USB: Add MSM OTG Controller driver Pavankumar Kondeti
2010-11-16 21:43 ` Greg KH
2010-11-17 10:23 ` Pavan Kondeti
2010-11-17 16:16 ` Greg KH
2010-11-18 5:00 ` Pavan Kondeti
2010-11-18 5:20 ` Greg KH
2010-11-18 7:54 ` Pavan Kondeti
2010-11-09 11:19 ` [PATCH 2/4] USB: EHCI: Add MSM Host " Pavankumar Kondeti
2010-11-09 11:19 ` [PATCH 3/4] USB: EHCI: msm: Add support for power management Pavankumar Kondeti
2010-11-09 11:19 ` [PATCH 4/4] USB: OTG: msm: Add spport " Pavankumar Kondeti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1289301591-26228-1-git-send-email-pkondeti@codeaurora.org \
--to=pkondeti@codeaurora.org \
--cc=greg@kroah.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).