summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher
2015-09-11usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu
2015-08-24usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng
2015-07-22usb: gadget: bcm_udc_otg filesJiandong Zheng
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski
2015-07-22usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski
2015-06-08usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song
2015-05-29ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass
2015-04-14fastboot: add support for reboot-bootloader commandAlexey Firago
2015-04-14usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski
2015-04-14usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski
2015-04-14usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I
2015-04-14usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta
2015-02-25fastboot: add support for "oem format" commandRob Herring
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott
2015-01-18usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky
2015-01-18usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese
2015-01-18usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese
2014-12-18gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak
2014-12-18fastboot: add support for continue commandRob Herring
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring