From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out.google.com ([216.239.44.51]:62379 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751204Ab0IAS3R convert rfc822-to-8bit (ORCPT ); Wed, 1 Sep 2010 14:29:17 -0400 MIME-Version: 1.0 In-Reply-To: <1283332010-7184-2-git-send-email-pkondeti@codeaurora.org> References: <1283332010-7184-1-git-send-email-pkondeti@codeaurora.org> <1283332010-7184-2-git-send-email-pkondeti@codeaurora.org> Date: Wed, 1 Sep 2010 11:29:13 -0700 Message-ID: Subject: Re: [PATCH 1/5] USB: Add MSM USB Device Controller driver From: Brian Swetland Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Pavankumar Kondeti Cc: gregkh@suse.de, linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org, lockwood@android.com On Wed, Sep 1, 2010 at 2:06 AM, 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. > > CC: Mike Lockwood > CC: Brian Swetland > Signed-off-by: Pavankumar Kondeti > +++ b/drivers/usb/gadget/msm72k_udc.c > @@ -0,0 +1,1591 @@ > +/* > + * Driver for HighSpeed USB Client Controller in MSM7K > + * > + * Copyright (C) 2008 Google, Inc. > + * Author: Mike Lockwood > + *         Brian Swetland Given that you guys have done a bunch of work on this, it might make sense to slap a codeaurora/quicinc copyright on there as well. Might also make sense to drop the old Author: lines and/or update them. > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the > + * GNU General Public License for more details. > + * > + */ > +