summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2015-12-17usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut
2015-12-17usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut
2015-12-17usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut
2015-12-17usb: s3c-otg: Tweak the commentsMarek Vasut
2015-12-17usb: s3c-otg: Rename remaining macrosMarek Vasut
2015-12-17usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut
2015-12-17usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut
2015-12-17usb: s3c-otg: Change the driver name to dwc2-udcMarek Vasut
2015-12-17usb: s3c-otg: Zap useless externsMarek Vasut
2015-12-17usb: s3c-otg: Rename remaining local s3c_*() functionsMarek Vasut
2015-12-17usb: s3c-otg: Rename s3c_udc_*() functionsMarek Vasut
2015-12-17usb: s3c-otg: Rename s3c_ep_*() functionsMarek Vasut
2015-12-17usb: s3c-otg: Rename s3c_ep0_*() functionsMarek Vasut
2015-12-17usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.cMarek Vasut
2015-12-17usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_requestMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_epMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut
2015-12-17usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut
2015-12-17usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut
2015-11-20Move console definitions into a new console.h fileSimon Glass
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher
2015-09-11usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu
2015-08-24usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng
2015-07-22usb: gadget: bcm_udc_otg filesJiandong Zheng
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski