From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support
Date: Fri, 13 Nov 2009 08:00:56 -0600 [thread overview]
Message-ID: <4AFD6698.90706@windriver.com> (raw)
In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D93FA8B23@dlee01.ent.ti.com>
Paulraj, Sandeep wrote:
> Ajay,
>
> We have a problem with your licensing
>
>> Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support
>>
>> Tested USB host functionality on DA830 EVM.
>>
>> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
>> Signed-off-by: Swaminathan S <swami.iyer@ti.com>
>> ---
>> drivers/usb/musb/Makefile | 1 +
>> drivers/usb/musb/da8xx.c | 138
>> +++++++++++++++++++++++++++++++++++++++++++++
>> drivers/usb/musb/da8xx.h | 79 ++++++++++++++++++++++++++
>> include/usb.h | 3 +-
>> 4 files changed, 220 insertions(+), 1 deletions(-)
>> create mode 100644 drivers/usb/musb/da8xx.c
>> create mode 100644 drivers/usb/musb/da8xx.h
>>
>> diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
>> index 09e0a5f..eb4d8fd 100644
>> --- a/drivers/usb/musb/Makefile
>> +++ b/drivers/usb/musb/Makefile
>> @@ -27,6 +27,7 @@ LIB := $(obj)libusb_musb.a
>>
>> COBJS-$(CONFIG_MUSB_HCD) += musb_hcd.o musb_core.o
>> COBJS-$(CONFIG_USB_DAVINCI) += davinci.o
>> +COBJS-$(CONFIG_USB_DA8XX) += da8xx.o
>>
>> COBJS := $(COBJS-y)
>> SRCS := $(COBJS:.o=.c)
>> diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c
>> new file mode 100644
>> index 0000000..5b02e33
>> --- /dev/null
>> +++ b/drivers/usb/musb/da8xx.c
>> @@ -0,0 +1,138 @@
>> +/*
>> + * da8xx.c - TI's DA8xx platform specific usb wrapper functions.
>> + *
>> + * Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
>> + *
>> + * Based on drivers/usb/musb/davinci.c
>> + *
>> + * Copyright (c) 2009 Texas Instruments Incorporated
>> + *
>> + * This package is free software; you can redistribute it and/or
>> + * modify it under the terms of the license found in the file
>> + * named COPYING that should have accompanied this file.
>> + *
>> + * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
>> + * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
>> + * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
>
> This is not going to work. I have discussed offline with Wolfgang and Tom.
> This is going to probably get a NAK from both of them unless they have had a change of heart in the last month.
> I know what you have done is in response to a possible U-Boot moving to GPL v3.
The link you read is http://www.denx.de/wiki/U-Boot/Patches
Tom
next prev parent reply other threads:[~2009-11-13 14:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-13 6:31 [U-Boot] [PATCH 1/4 v2] DA830: Add pinmux for USB0_DRVVBUS Ajay Kumar Gupta
2009-11-13 6:31 ` [U-Boot] [PATCH 2/4 v2] DA8xx: Add GPIO register definitions Ajay Kumar Gupta
2009-11-13 6:31 ` [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Ajay Kumar Gupta
2009-11-13 6:31 ` [U-Boot] [PATCH 4/4 v2] DA830: Add usb config Ajay Kumar Gupta
2009-11-13 12:05 ` [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Paulraj, Sandeep
2009-11-13 12:23 ` Gupta, Ajay Kumar
2009-11-13 14:00 ` Tom [this message]
2009-11-17 23:28 ` Wolfgang Denk
2009-11-17 23:37 ` Tom
2009-11-18 0:20 ` Paulraj, Sandeep
2009-11-18 22:26 ` Wolfgang Denk
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=4AFD6698.90706@windriver.com \
--to=tom.rix@windriver.com \
--cc=u-boot@lists.denx.de \
/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