From: Pavan Kondeti <pkondeti@codeaurora.org>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: gregkh@suse.de, linux-usb@vger.kernel.org,
linux-arm-msm@vger.kernel.org, lockwood@android.com,
swetland@android.com, Brian Swetland <swetland@google.com>
Subject: Re: [PATCH 1/5] USB: Add MSM USB Device Controller driver
Date: Wed, 1 Sep 2010 20:35:36 +0530 [thread overview]
Message-ID: <20100901150536.GA9807@codeaurora.org> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1009010949150.1617-100000@iolanthe.rowland.org>
On Wed, Sep 01, 2010 at 10:03:54AM -0400, Alan Stern wrote:
> On Wed, 1 Sep 2010, Pavankumar Kondeti wrote:
>
> > This patch adds the basic support for the USB Device Controller on Qualcomm
> > MSM family of SOCs. The controller supports upto 16 endpoints including the
> > default endpoint (ep0). All the data transfers are driven by DMA.
> >
> > VBUS line is also connected to PMIC chip. The module controlling PMIC chip
> > notifies about cable connect/disconnect events. Hence, PHY comparators
> > are turned off in low power mode.
> >
> > This driver was originally developed by Google and is available at
> > http://android.git.kernel.org/?p=kernel/experimental.git.
>
> ...
>
> > +static const struct usb_ep_ops msm72k_ep_ops = {
> > + .enable = msm72k_enable,
> > + .disable = msm72k_disable,
> > +
> > + .alloc_request = msm72k_alloc_request,
> > + .free_request = msm72k_free_request,
> > +
> > + .queue = msm72k_queue,
> > + .dequeue = msm72k_dequeue,
> > +
> > + .set_halt = msm72k_set_halt,
> > + .fifo_flush = msm72k_fifo_flush,
> > +};
>
> The .set_wedge method is missing.
Thanks for pointing this out. I will implement this method.
--
Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next prev parent reply other threads:[~2010-09-01 15:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 9:06 [PATCH 0/5] Add MSM USB Device Controller support Pavankumar Kondeti
2010-09-01 9:06 ` [PATCH 1/5] USB: Add MSM USB Device Controller driver Pavankumar Kondeti
2010-09-01 14:03 ` Alan Stern
2010-09-01 15:05 ` Pavan Kondeti [this message]
2010-09-01 16:04 ` pkondeti
2010-09-01 18:29 ` Brian Swetland
2010-09-01 9:06 ` [PATCH 2/5] USB: msm72k_udc: Add debugfs support Pavankumar Kondeti
2010-09-01 9:06 ` [PATCH 3/5] USB: msm72k_udc: Add Remote wakeup support Pavankumar Kondeti
2010-09-01 9:06 ` [PATCH 4/5] USB: msm72k_udc: Add Test Mode support Pavankumar Kondeti
2010-09-01 9:06 ` [PATCH 5/5] USB: msm72k_udc: Add charging notification support Pavankumar Kondeti
2010-09-01 22:52 ` [PATCH 0/5] Add MSM USB Device Controller support David Lanzendörfer
2010-09-02 4:29 ` Pavan Kondeti
2010-09-02 12:19 ` David Lanzendörfer
2010-09-02 16:29 ` David Lanzendörfer
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=20100901150536.GA9807@codeaurora.org \
--to=pkondeti@codeaurora.org \
--cc=gregkh@suse.de \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=lockwood@android.com \
--cc=stern@rowland.harvard.edu \
--cc=swetland@android.com \
--cc=swetland@google.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.