summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2_udc_otg: support 8-bit interfaceSteve Rae2016-06-132-0/+14
* usb: gadget: dfu: discard dead codePeng Fan2016-05-061-9/+1
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-1/+1
* usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros2016-04-251-2/+2
* usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros2016-04-251-1/+1
* fastboot: Clean up bulk-out logicRoger Quadros2016-04-251-27/+23
* fastboot: Enable the respective speed endpoints at runtimeRoger Quadros2016-04-251-7/+17
* fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros2016-04-251-9/+27
* usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko2016-04-202-1/+14
* usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko2016-04-201-0/+6
* usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko2016-04-201-0/+27
* usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko2016-04-201-0/+21
* USB: g_dnl: Change device classJohn Tobias2016-04-201-2/+2
* usb: bcm_udc_otg: enable clocksSteve Rae2016-04-101-0/+4
* fastboot: allow retrieving fastboot variables from envRob Herring2016-04-011-2/+10
* usb: gadget: Move CONFIG_USB_GADGET to KconfigSam Protsenko2016-03-251-0/+35
* usb: gadget: composite: Correct recovery path for registerSam Protsenko2016-03-011-1/+7
* fastboot: update error and warning messagesSteve Rae2016-02-241-5/+5
* dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-241-8/+3
* Use correct spelling of "U-Boot"Bin Meng2016-02-066-6/+6
* usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang2016-02-041-2/+2
* Add more SPDX-License-Identifier tagsTom Rini2016-01-193-12/+5
* usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li2016-01-161-11/+3
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-3/+3
* ums: support multiple LUNs at onceStephen Warren2016-01-132-13/+16
* usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut2015-12-173-3/+3
* usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut2015-12-171-1/+1
* usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut2015-12-172-2/+2
* usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut2015-12-171-2/+2
* usb: s3c-otg: Tweak the commentsMarek Vasut2015-12-174-4/+4
* usb: s3c-otg: Rename remaining macrosMarek Vasut2015-12-174-22/+22
* usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut2015-12-174-6/+6
* usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut2015-12-175-8/+8
* usb: s3c-otg: Change the driver name to dwc2-udcMarek Vasut2015-12-171-3/+3
* usb: s3c-otg: Zap useless externsMarek Vasut2015-12-171-4/+2
* usb: s3c-otg: Rename remaining local s3c_*() functionsMarek Vasut2015-12-172-23/+23
* usb: s3c-otg: Rename s3c_udc_*() functionsMarek Vasut2015-12-172-47/+47
* usb: s3c-otg: Rename s3c_ep_*() functionsMarek Vasut2015-12-171-11/+11
* usb: s3c-otg: Rename s3c_ep0_*() functionsMarek Vasut2015-12-172-14/+14
* usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.cMarek Vasut2015-12-171-7/+7
* usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut2015-12-172-3/+1
* usb: s3c-otg: Rename struct s3c_requestMarek Vasut2015-12-173-28/+28
* usb: s3c-otg: Rename struct s3c_epMarek Vasut2015-12-173-46/+46
* usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut2015-12-171-4/+4
* usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut2015-12-172-5/+5
* usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut2015-12-174-1/+105
* usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut2015-12-172-3/+3
* usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut2015-12-174-46/+46
* usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut2015-12-173-2/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-193-0/+3
OpenPOWER on IntegriCloud