Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | usb: gadget: serial: replace {V,}DBG macro with dev_{v,}dbg | Richard Leitner | 2014-08-27 |
| | | | | | | | | 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> | ||
* | usb: gadget: Gadget directory cleanup - group usb functions | Andrzej Pietrasiewicz | 2014-07-16 |
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> |