[U-Boot] [PATCH 1/4] USB:gadget:designware USB device controller (UDC) implementation

Amit Virdi amit.virdi at st.com
Tue Mar 6 05:32:49 CET 2012


Hello Marek,

On 3/5/2012 11:42 PM, Marek Vasut wrote:
> Dear Amit Virdi,
>
>> From: Vipin KUMAR<vipin.kumar at st.com>
>>
>> The earlier usb device controller driver was specific to spear platforms.
>> This patch implements the usb device controller driver as a generic
>> controller which can be reused by other platforms using this peripheral.
>>
>> Signed-off-by: Vipin Kumar<vipin.kumar at st.com>
>> Signed-off-by: Amit Virdi<amit.virdi at st.com>
>> ---
>>   drivers/serial/usbtty.h                            |    4 +-
>>   drivers/usb/gadget/Makefile                        |    2 +-
>>   drivers/usb/gadget/{spr_udc.c =>  designware_udc.c} |   57
>> ++++++++++---------- include/configs/spear-common.h                     |
>>    4 +-
>>   include/usb/{spr_udc.h =>  designware_udc.h}        |    6 +-
>>   5 files changed, 37 insertions(+), 36 deletions(-)
>>   rename drivers/usb/gadget/{spr_udc.c =>  designware_udc.c} (94%)
>>   rename include/usb/{spr_udc.h =>  designware_udc.h} (98%)
>>
>
> This patch is just a rename, right?
>

Yes.

> Acked-by: Marek Vasut<marex at denx.de>
>

Thanks n Regards
Amit Virdi


More information about the U-Boot mailing list