summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * sunxi: USB download gadget cable detectionPaul Kocialkowski2015-04-15-0/+7
| * sunxi: common VBUS detection logic in usbcPaul Kocialkowski2015-04-15-34/+46
| * power: axp209: VBUS detection supportPaul Kocialkowski2015-04-15-1/+9
| * sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski2015-04-15-50/+23
| * power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski2015-04-15-39/+63
| * sunxi: gpio: Indentation fixPaul Kocialkowski2015-04-15-2/+2
| * sun6i: Add support for the Mixtile LOFT-Q boardHan Pengfei2015-04-15-0/+26
* | fastboot: Proper download gadget unregister and clear when cable is missingPaul Kocialkowski2015-04-14-0/+2
* | fastboot: add support for reboot-bootloader commandAlexey Firago2015-04-14-0/+13
* | fastboot: check for alias when looking up partition by nameMichael Scott2015-04-14-2/+33
* | dfu: cmd: trigger watchdog before calling usb_gadget_handle_interruptsHeiko Schocher2015-04-14-0/+2
* | cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam2015-04-14-1/+1
* | usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski2015-04-14-0/+3
* | usb: dwc3: Correct clean up code for requestsLukasz Majewski2015-04-14-24/+14
* | usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski2015-04-14-1/+1
* | usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski2015-04-14-13/+2
* | usb: dwc3: optimize interrupt loopMarek Szyprowski2015-04-14-9/+13
* | usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski2015-04-14-1/+31
* | usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski2015-04-14-0/+8
* | usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim2015-04-14-2/+1
* | usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski2015-04-14-2/+2
* | usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski2015-04-14-0/+1
* | usb: gadget: thor: Invoke board specific USB cleanup interfaceInha Song2015-04-14-0/+1
* | usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song2015-04-14-0/+1
* | usb: board: goni: Add default board_usb_cleanup() definition for Goni boardLukasz Majewski2015-04-14-0/+5
* | usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCsLukasz Majewski2015-04-14-0/+6
* | usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-14-25/+25
* | include: configs: Enable DWC3 and DFU in AM43xxKishon Vijay Abraham I2015-04-14-1/+57
* | board: ti: AM43xx: added USB initializtion codeKishon Vijay Abraham I2015-04-14-0/+117
* | include: configs: Enable DWC3 and DFU in DRA7xxKishon Vijay Abraham I2015-04-14-0/+68
* | board: ti: DRA7: added USB initializtion codeKishon Vijay Abraham I2015-04-14-0/+121
* | common: cmd_dfu: invoke board_usb_cleanup() for cleaning upKishon Vijay Abraham I2015-04-14-0/+7
* | usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2015-04-14-2/+4
* | usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I2015-04-14-33/+6
* | usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I2015-04-14-19/+55
* | usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I2015-04-14-8/+12
* | dwc3: flush the buffers before using itKishon Vijay Abraham I2015-04-14-3/+27
* | usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I2015-04-14-0/+331
* | usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-14-0/+21
* | dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-14-7/+22
* | usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-14-89/+42
* | include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-14-7/+27
* | usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-14-136/+27
* | dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-14-0/+22
* | dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-14-9/+30
* | dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-14-166/+52
* | include: dwc3-uboot: add a structure for populating platform dataKishon Vijay Abraham I2015-04-14-0/+40
* | usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-14-196/+40
* | include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation e...Kishon Vijay Abraham I2015-04-14-0/+9
* | usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I2015-04-14-12/+27