Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-27 | usb: gadget: serial: replace {V,}DBG macro with dev_{v,}dbg | Richard Leitner | |
Replace the VDBG and DBG macro with the kernels "proper" debug macros (dev_vdbg and dev_dbg) in f_acm.c, f_obex.c & f_serial.c Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Felipe Balbi <balbi@ti.com> | |||
2014-07-16 | usb: gadget: Gadget directory cleanup - group usb functions | Andrzej Pietrasiewicz | |
The drivers/usb/gadget directory contains many files. Files which are related can be distributed into separate directories. This patch moves the USB functions implementations into a separate directory. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com> |