summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-14fastboot: add support for reboot-bootloader commandAlexey Firago
2015-04-14fastboot: check for alias when looking up partition by nameMichael Scott
2015-04-14dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher
2015-04-14cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam
2015-04-14usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski
2015-04-14usb: dwc3: Correct clean up code for requestsLukasz Majewski
2015-04-14usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski
2015-04-14usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski
2015-04-14usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski
2015-04-14usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski
2015-04-14usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim
2015-04-14usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski
2015-04-14usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski
2015-04-14usb: gadget: thor: Invoke board specific USB cleanup interfaceInha Song
2015-04-14usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song
2015-04-14usb: board: goni: Add default board_usb_cleanup() definition for Goni boardLukasz Majewski
2015-04-14usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCsLukasz Majewski
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I
2015-04-14board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I
2015-04-14include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I
2015-04-14board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I
2015-04-14common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I
2015-04-14usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I
2015-04-14usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I
2015-04-14dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I
2015-04-14include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I
2015-04-14usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I
2015-04-14include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I
2015-04-14usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I
2015-04-14include: asm: types: add resource_size_t typeKishon Vijay Abraham I
2015-04-14usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I
2015-04-14usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I
2015-04-14arm: asm: dma-mapping: added dma_free_coherent APIKishon Vijay Abraham I
2015-04-14usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I
2015-04-14usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I
2015-04-14usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I
2015-04-14usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I