summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2015-12-17usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_requestMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_epMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut
2015-12-17usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut
2015-12-17usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut
2015-12-17usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard
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