summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2017-07-29usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-5/+0
2017-06-29drivers, usb, gadget: fix compiler warnings for at91_udc.cHeiko Schocher1-71/+1
2017-06-29usb: gadget: Call g_dnl_bind_fixup() before testing g_dnl_serial lengthLukasz Majewski1-1/+2
2017-06-18at91_udc.c: Fix unused variable warningTom Rini1-10/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-9/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher2-1387/+0
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass1-8/+0
2017-05-12usb: gadget: avoid variable name clipping in cb_getvarnicolas.le.bayon@st.com1-2/+10
2017-04-14usb: gadget: g_dnl: don't set iProduct nor iSerialNumberFelipe Balbi1-2/+2
2017-04-14usb: gadget: g_dnl: only set iSerialNumber if we have a serial#Felipe Balbi1-5/+7
2017-04-14usb: gadget: g_dnl: hold maximum string descriptorFelipe Balbi1-1/+1
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-03drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-03drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-03drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-03drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-03drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-11-29spl: add USB Gadget config optionStefan Agner1-1/+2
2016-11-29spl: 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-24Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada1-2/+0
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada12-12/+12
2016-08-20fastboot: implement KconfigSteve Rae1-0/+5
2016-07-26usb: dwc2 : invalidate dcache before starting DMAXu Ziyuan1-0/+3
2016-07-26usb: 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-03Fix 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