Age | Commit message (Expand) | Author |
2014-05-15 | usb:gadget:f_thor: download_tail(): remove dfu_write with 0 size | Przemyslaw Marczak |
2014-05-15 | usb: ci_udc: parse QTD before over-writing it | Stephen Warren |
2014-05-08 | dfu, nand: add medium specific polltimeout function | Heiko Schocher |
2014-05-08 | usb/gadget: add the fastboot gadget | Sebastian Siewior |
2014-05-07 | usb: ums: remove ci_udc special case | Stephen Warren |
2014-05-07 | usb: ci_udc: allow multiple buffer allocs per ep | Stephen Warren |
2014-05-05 | USB: gadget: save driver name before registering it | Stephen Warren |
2014-05-05 | USB: gadget: added a saner gadget downloader registration API | Mateusz Zalega |
2014-05-05 | usb: dfu: fix boards wo USB cable detection | Mateusz Zalega |
2014-05-01 | usb: gadget: allow ci_udc to build with new gadget framework | Stephen Warren |
2014-04-30 | usb: ums: use only 1 buffer for CI_UDC | Stephen Warren |
2014-04-30 | usb: ci_udc: support variants with hostpc register | Stephen Warren |
2014-04-30 | usb: ci_udc: make PHY initialization conditional | Stephen Warren |
2014-04-30 | usb: ci_udc: set ep->req.actual after transfer | Stephen Warren |
2014-04-30 | usb: ci_udc: Support larger packets | Stephen Warren |
2014-04-30 | usb: handle NULL table in usb_gadget_get_string | Rob Herring |
2014-04-30 | usb:gadget:f_thor: fix write to filesystem by add dfu_flush() | Przemyslaw Marczak |
2014-04-30 | usb:gadget:f_thor: code cleanup in function download_tail() | Przemyslaw Marczak |
2014-03-23 | usb: dfu: introduce dfuMANIFEST state | Heiko Schocher |
2014-03-04 | sizes.h - consolidate for all architectures | Alexey Brodkin |
2014-02-06 | usb: mv_udc: Rename to ci_udc | Marek Vasut |
2014-02-06 | usb:gadget:f_thor: cosmetic: Remove debug memset | Lukasz Majewski |
2014-02-06 | usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacket | Lukasz Majewski |
2014-02-06 | usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driver | Lukasz Majewski |
2014-02-06 | usb:udc:samsung: Allow burst transfers for non EP0 endpints | Lukasz Majewski |
2014-02-06 | usb:udc:samsung: Remove redundant cache operation from Samsung UDC driver | Lukasz Majewski |
2014-02-06 | usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignment | Lukasz Majewski |
2014-01-13 | usb: gadget: fotg210: EP0 fifo empty indication is non-reliable | Kuo-Jung Su |
2014-01-13 | usb: gadget: fotg210: add w1c interrupt status support | Kuo-Jung Su |
2013-12-18 | usb: f_dfu: cosmetic: Code cleanup | Lukasz Majewski |
2013-12-18 | usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value | Lukasz Majewski |
2013-12-13 | drivers/usb/gadget: select objects by obj-$(CONFIG-...) | Masahiro Yamada |
2013-12-02 | driver:usb:s3c_udc: add support for Exynos4x12 | Piotr Wilczek |
2013-11-12 | usb, g_dnl: make bcdDevice value configurable | Heiko Schocher |
2013-11-08 | usb, g_dnl: make iSerialNumber board configurable | Heiko Schocher |
2013-11-08 | usb: ums: add ums exit feature by ctrl+c or by detach usb cable | Przemyslaw Marczak |
2013-11-08 | usb: ums: fix disk capacity miscalculation and code cleanup | Przemyslaw Marczak |
2013-11-08 | usb: ums: code refactoring to improve reusability on other boards. | Przemyslaw Marczak |
2013-10-31 | drivers: usb: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-20 | usb: udc: add udc.h include file | Troy Kisky |
2013-10-20 | usb: gadget: mv_udc: split mv_udc.h file | Troy Kisky |
2013-10-20 | usb: gadget: mv_udc: optimize ep_enable | Troy Kisky |
2013-10-20 | usb: gadget: mv_udc: optimize bounce | Troy Kisky |
2013-10-20 | usb: gadget: mv_udc: fix full speed connections | Troy Kisky |
2013-10-20 | usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNT | Troy Kisky |
2013-10-20 | usb: add enum usb_init_type parameter to usb_lowlevel_init | Troy Kisky |
2013-10-20 | usb:g_dnl: Support for TIZEN's THOR function in generic download code | Lukasz Majewski |
2013-10-20 | usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocol | Lukasz Majewski |
2013-10-20 | usb:g_dnl: Add name parameter to g_dnl_bind_fixup function | Lukasz Majewski |
2013-10-20 | usb:g_dnl: Replace static usb_configuration structure with dynamically alloca... | Lukasz Majewski |