]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb:gadget: USB Mass Storage Gadget support
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 5 Mar 2013 11:10:17 +0000 (12:10 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 18 Mar 2013 17:58:53 +0000 (18:58 +0100)
commitb528f71394038e593a116bd70f6409fabd147ea6
treea03ed4c2e01df789db55ad211b70d6ac93c517f3
parentb4d36f6809f3029b6fe05d523abb13c6fa76450a
usb:gadget: USB Mass Storage Gadget support

This patch adds the USB Mass Storage Gadget to u-boot
New command called "ums" is implemented to provide access
to on-device embedded persistent memory.

USB Mass Storage is supposed to work on top of the USB
Gadget framework

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
CC: Marek Vasut <marek.vasut@gmail.com>
common/Makefile
common/cmd_usb_mass_storage.c [new file with mode: 0644]
drivers/usb/gadget/g_dnl.c
include/usb_mass_storage.h [new file with mode: 0644]