summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2016-05-06usb: gadget: dfu: discard dead codePeng Fan
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-04-25usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros
2016-04-25usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros
2016-04-25fastboot: Clean up bulk-out logicRoger Quadros
2016-04-25fastboot: Enable the respective speed endpoints at runtimeRoger Quadros
2016-04-25fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros
2016-04-20usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko
2016-04-20USB: g_dnl: Change device classJohn Tobias
2016-04-10usb: bcm_udc_otg: enable clocksSteve Rae
2016-04-01fastboot: allow retrieving fastboot variables from envRob Herring
2016-03-25usb: gadget: Move CONFIG_USB_GADGET to KconfigSam Protsenko
2016-03-01usb: gadget: composite: Correct recovery path for registerSam Protsenko
2016-02-24fastboot: update error and warning messagesSteve Rae
2016-02-24dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13ums: support multiple LUNs at onceStephen Warren
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-19Move console definitions into a new console.h fileSimon Glass
2015-11-12fastboot: Implement NAND backendMaxime Ripard