aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2017-02-26usb: gadget: f_dfu: set serial number if serial# is validFelipe Balbi1-0/+5
2017-02-26usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi1-2/+1
2017-02-26usb: gadget: f_dfu: write req->actual bytesFelipe Balbi1-1/+1
2017-02-26usb: gadget: dfu: add result for handle_getstatus()Patrick Delaunay2-22/+13
2017-02-26usb: gadget: dfu: correct size for USB_REQ_DFU_GETSTATE resultPatrick Delaunay1-11/+11
2017-02-26usb: gadget: dfu: add functional descriptor in descriptor setPatrick Delaunay1-1/+9
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla1-0/+2
2017-01-17usb: dwc2-otg: remove unused variableMasahiro Yamada1-2/+0
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N4-15/+174
2016-12-04usb: gadget: remove unused shortname variableAndre Przywara1-1/+0
2016-12-02drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-02drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-02drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-02drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-02drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-11-28spl: add USB Gadget config optionStefan Agner1-1/+2
2016-11-28spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner1-2/+6
2016-09-27usb:gadget: Disallow DFU in SPL for nowTom Rini1-0/+2
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada1-2/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada12-12/+12
2016-08-20fastboot: implement KconfigSteve Rae1-0/+5
2016-07-25usb: dwc2 : invalidate dcache before starting DMAXu Ziyuan1-0/+3
2016-07-25usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan2-9/+19
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae1-12/+19
2016-06-27fastboot: sparse: remove session-id logicSteve Rae1-14/+2
2016-06-13usb: dwc2_udc_otg: support 8-bit interfaceSteve Rae2-0/+14
2016-05-06usb: gadget: dfu: discard dead codePeng Fan1-9/+1
2016-05-02Fix spelling of "occurred".Vagrant Cascadian1-1/+1
2016-04-25usb: s3c-otg: Fix remaining bytes in debug messagesRoger Quadros1-2/+2
2016-04-25usb: s3c-otg: Fix short packet for request size > ep.maxpacketRoger Quadros1-1/+1
2016-04-25fastboot: Clean up bulk-out logicRoger Quadros1-27/+23
2016-04-25fastboot: Enable the respective speed endpoints at runtimeRoger Quadros1-7/+17
2016-04-25fastboot: Fix wMaxPacketSize for High-Speed IN endpointRoger Quadros1-9/+27
2016-04-20usb: gadget Move: CONFIG_G_DNL_* to KconfigSam Protsenko2-1/+14
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to KconfigSam Protsenko1-0/+6
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko1-0/+27
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to KconfigSam Protsenko1-0/+21
2016-04-20USB: g_dnl: Change device classJohn Tobias1-2/+2
2016-04-10usb: bcm_udc_otg: enable clocksSteve Rae1-0/+4
2016-04-01fastboot: allow retrieving fastboot variables from envRob Herring1-2/+10
2016-03-25usb: gadget: Move CONFIG_USB_GADGET to KconfigSam Protsenko1-0/+35
2016-03-01usb: gadget: composite: Correct recovery path for registerSam Protsenko1-1/+7
2016-02-24fastboot: update error and warning messagesSteve Rae1-5/+5
2016-02-24dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski1-8/+3
2016-02-06Use correct spelling of "U-Boot"Bin Meng6-6/+6
2016-02-04usb: gadget: dwc2_udc_otg: modified the check condition for max packet size o...Frank Wang1-2/+2
2016-01-19Add more SPDX-License-Identifier tagsTom Rini3-12/+5
2016-01-16usb:ci_udc: Remove ULPI setting for i.MX OTG controllerYe.Li1-11/+3
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-3/+3
2016-01-13ums: support multiple LUNs at onceStephen Warren2-13/+16