summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2017-05-12usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com
2017-04-14usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi
2017-04-14usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi
2017-04-14usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi
2017-02-26usb: gadget: f_dfu: set serial number if serial# is validFelipe Balbi
2017-02-26usb: gadget: g_dnl: fix g_dnl_set_serialnumber()Felipe Balbi
2017-02-26usb: gadget: f_dfu: write req->actual bytesFelipe Balbi
2017-02-26usb: gadget: dfu: add result for handle_getstatus()Patrick Delaunay
2017-02-26usb: gadget: dfu: correct size for USB_REQ_DFU_GETSTATE resultPatrick Delaunay
2017-02-26usb: gadget: dfu: add functional descriptor in descriptor setPatrick Delaunay
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla
2017-01-17usb: dwc2-otg: remove unused variableMasahiro Yamada
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N
2016-12-04usb: gadget: remove unused shortname variableAndre Przywara
2016-12-03drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N
2016-12-03drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N
2016-12-03drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N
2016-12-03drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N
2016-12-03drivers: usb: gadget: ether: access network_started using local variableMugunthan V N
2016-11-29spl: add USB Gadget config optionStefan Agner
2016-11-29spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner
2016-09-27usb:gadget: Disallow DFU in SPL for nowTom Rini
2016-09-24Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-08-20fastboot: implement KconfigSteve Rae
2016-07-26usb: dwc2 : invalidate dcache before starting DMAXu Ziyuan
2016-07-26usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan
2016-06-27fastboot: sparse: resync common/image-sparse.c (part 2)Steve Rae
2016-06-27fastboot: sparse: remove session-id logicSteve Rae
2016-06-13usb: dwc2_udc_otg: support 8-bit interfaceSteve Rae
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