Re: [PATCH v5 12/16] usb/gadget: FunctionFS: add devices management code

2013-12-03 Thread Michal Nazarewicz
On Tue, Dec 03 2013, Andrzej Pietrasiewicz wrote: > This will be required in order to use the new function interface > (usb_get_function_instance/usb_put_function_instance) > > Signed-off-by: Andrzej Pietrasiewicz > Signed-off-by: Kyunmgin Park Acked-by: Michal Nazarewicz > --- > drivers/usb/

[PATCH v5 12/16] usb/gadget: FunctionFS: add devices management code

2013-12-03 Thread Andrzej Pietrasiewicz
This will be required in order to use the new function interface (usb_get_function_instance/usb_put_function_instance) Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyunmgin Park --- drivers/usb/gadget/f_fs.c | 238 ++- drivers/usb/gadget/g_ffs.c