summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-19-12/+5
* usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li2016-01-16-11/+3
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-3/+3
* ums: support multiple LUNs at onceStephen Warren2016-01-13-13/+16
* usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut2015-12-17-3/+3
* usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut2015-12-17-1/+1
* usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut2015-12-17-2/+2
* usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut2015-12-17-2/+2
* usb: s3c-otg: Tweak the commentsMarek Vasut2015-12-17-4/+4
* usb: s3c-otg: Rename remaining macrosMarek Vasut2015-12-17-22/+22
* usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut2015-12-17-6/+6
* usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut2015-12-17-8/+8
* usb: s3c-otg: Change the driver name to dwc2-udcMarek Vasut2015-12-17-3/+3
* usb: s3c-otg: Zap useless externsMarek Vasut2015-12-17-4/+2
* usb: s3c-otg: Rename remaining local s3c_*() functionsMarek Vasut2015-12-17-23/+23
* usb: s3c-otg: Rename s3c_udc_*() functionsMarek Vasut2015-12-17-47/+47
* usb: s3c-otg: Rename s3c_ep_*() functionsMarek Vasut2015-12-17-11/+11
* usb: s3c-otg: Rename s3c_ep0_*() functionsMarek Vasut2015-12-17-14/+14
* usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.cMarek Vasut2015-12-17-7/+7
* usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut2015-12-17-3/+1
* usb: s3c-otg: Rename struct s3c_requestMarek Vasut2015-12-17-28/+28
* usb: s3c-otg: Rename struct s3c_epMarek Vasut2015-12-17-46/+46
* usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut2015-12-17-4/+4
* usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut2015-12-17-5/+5
* usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut2015-12-17-1/+105
* usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut2015-12-17-3/+3
* usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut2015-12-17-46/+46
* usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut2015-12-17-2/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+3
* fastboot: Implement NAND backendMaxime Ripard2015-11-12-0/+11
* fastboot: Implement flashing session counterMaxime Ripard2015-11-12-1/+13
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-12-8/+19
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-10-0/+3
* usb: udc: Fix warnings on 64-bit buildsMichal Simek2015-11-03-1/+1
* usb: lthor: Specify correct parameter for sizeof typeMichal Simek2015-11-03-1/+1
* fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-20-1/+1
* usb: ci_udc: fix emissions of ZLPsStephen Warren2015-09-12-10/+8
* usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan2015-09-12-0/+26
* usb: gadget: don't leak configs when unbindingStephen Warren2015-09-11-2/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+2
* usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher2015-09-11-517/+103
* usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2015-09-11-0/+2211
* usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu2015-09-07-1/+1
* f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2015-09-07-0/+10
* usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler2015-08-24-3/+2
* usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I2015-08-19-0/+1
* usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I2015-08-19-0/+4
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-05-1/+1
* usb: ci_udc: fix request allocation when endpoints are disabledRob Herring2015-07-24-4/+8
* ci_udc: fix 64-bit compile warningsStephen Warren2015-07-23-9/+10