On Wed, Sep 1, 2010 at 2:06 AM, Pavankumar Kondeti <pkondeti@xxxxxxxxxxxxxx> 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 <lockwood@xxxxxxxxxxx> > CC: Brian Swetland <swetland@xxxxxxxxxx> > Signed-off-by: Pavankumar Kondeti <pkondeti@xxxxxxxxxxxxxx> > +++ 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 <lockwood@xxxxxxxxxxx> > + * Brian Swetland <swetland@xxxxxxxxxx> 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. > + * > + */ > + -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html