]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: gadget: add atmel usba udc driver
authorBo Shen <voice.shen@atmel.com>
Wed, 11 Sep 2013 10:24:49 +0000 (18:24 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 24 Sep 2013 15:51:35 +0000 (17:51 +0200)
commit9e40493fd8554a157f2458aa2f472d5d30e3558b
tree07a3f466077879e1579d2b3be4888a3bb3cfe295
parent898d686eead1df09970757dfd469b659d5a208be
USB: gadget: add atmel usba udc driver

Add atmel usba udc driver support, porting from Linux kernel

The original code in Linux Kernel information is as following

commit e01ee9f509a927158f670408b41127d4166db1c7
Author: Jingoo Han <jg1.han@samsung.com>
Date:   Tue Jul 30 17:00:51 2013 +0900

    usb: gadget: use dev_get_platdata()

    Use the wrapper function for retrieving the platform data instead of
    accessing dev->platform_data directly.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
arch/arm/include/asm/arch-at91/atmel_usba_udc.h [new file with mode: 0644]
drivers/usb/gadget/Makefile
drivers/usb/gadget/atmel_usba_udc.c [new file with mode: 0644]
drivers/usb/gadget/atmel_usba_udc.h [new file with mode: 0644]
include/linux/usb/atmel_usba_udc.h [new file with mode: 0644]