summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+3
* usb: udc: Fix warnings on 64-bit buildsMichal Simek2015-11-031-1/+1
* usb: lthor: Specify correct parameter for sizeof typeMichal Simek2015-11-031-1/+1
* fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-201-1/+1
* usb: ci_udc: fix emissions of ZLPsStephen Warren2015-09-121-10/+8
* usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan2015-09-121-0/+26
* usb: gadget: don't leak configs when unbindingStephen Warren2015-09-112-2/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-112-0/+2
* usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher2015-09-113-517/+103
* usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2015-09-112-0/+2211
* usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu2015-09-071-1/+1
* f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2015-09-072-0/+10
* usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler2015-08-241-3/+2
* usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I2015-08-191-0/+1
* usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I2015-08-191-0/+4
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-051-1/+1
* usb: ci_udc: fix request allocation when endpoints are disabledRob Herring2015-07-241-4/+8
* ci_udc: fix 64-bit compile warningsStephen Warren2015-07-231-9/+10
* usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski2015-07-221-4/+4
* implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng2015-07-221-0/+1
* usb: gadget: bcm_udc_otg filesJiandong Zheng2015-07-222-0/+73
* usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski2015-07-221-0/+3
* usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski2015-07-221-5/+6
* usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski2015-07-221-0/+13
* usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski2015-07-221-1/+1
* usb: USB download gadget and functions config options coherent namingPaul Kocialkowski2015-07-221-4/+4
* usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song2015-06-081-1/+1
* ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2015-05-292-19/+117
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+3
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-4/+4
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-181-0/+4
* fastboot: add support for reboot-bootloader commandAlexey Firago2015-04-141-0/+13
* usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski2015-04-141-0/+3
* usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski2015-04-142-1/+31
* usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski2015-04-141-0/+1
* usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-148-14/+14
* usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2015-04-142-2/+4
* usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I2015-04-141-1/+1
* usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I2015-04-141-309/+26
* usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2015-04-142-0/+641
* usb: mass-storage: Build warning fixes for 64-bitThierry Reding2015-04-141-1/+1
* usb: ci_udc: fix warnings on 64-bit buildsRob Herring2015-04-141-21/+21
* net: Add ethernet FCS length macro in net.hBin Meng2015-03-242-2/+0
* usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta2015-02-251-0/+5
* fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta2015-02-251-5/+22
* usb: gadget: fastboot: Add fastboot eraseDileep Katta2015-02-251-0/+25
* fastboot: add support for "oem format" commandRob Herring2015-02-251-0/+11
* fastboot: add "fastboot oem" command supportMichael Scott2015-02-251-0/+15
* usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky2015-01-181-2/+2
* usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese2015-01-181-0/+8
OpenPOWER on IntegriCloud