summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeLines
...
* usb: s3c-otg: Rename struct s3c_epMarek Vasut2015-12-17-46/+46
* usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut2015-12-17-4/+4
* usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut2015-12-17-5/+5
* usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut2015-12-17-1/+105
* usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut2015-12-17-3/+3
* usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut2015-12-17-46/+46
* usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut2015-12-17-2/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+3
* fastboot: Implement NAND backendMaxime Ripard2015-11-12-0/+11
* fastboot: Implement flashing session counterMaxime Ripard2015-11-12-1/+13
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-12-8/+19
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-10-0/+3
* usb: udc: Fix warnings on 64-bit buildsMichal Simek2015-11-03-1/+1
* usb: lthor: Specify correct parameter for sizeof typeMichal Simek2015-11-03-1/+1
* fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-20-1/+1
* usb: ci_udc: fix emissions of ZLPsStephen Warren2015-09-12-10/+8
* usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan2015-09-12-0/+26
* usb: gadget: don't leak configs when unbindingStephen Warren2015-09-11-2/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+2
* usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher2015-09-11-517/+103
* usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2015-09-11-0/+2211
* usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu2015-09-07-1/+1
* f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2015-09-07-0/+10
* usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler2015-08-24-3/+2
* usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I2015-08-19-0/+1
* usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I2015-08-19-0/+4
* usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski2015-08-05-1/+1
* usb: ci_udc: fix request allocation when endpoints are disabledRob Herring2015-07-24-4/+8
* ci_udc: fix 64-bit compile warningsStephen Warren2015-07-23-9/+10
* usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski2015-07-22-4/+4
* implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng2015-07-22-0/+1
* usb: gadget: bcm_udc_otg filesJiandong Zheng2015-07-22-0/+73
* usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski2015-07-22-0/+3
* usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski2015-07-22-5/+6
* usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski2015-07-22-0/+13
* usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski2015-07-22-1/+1
* usb: USB download gadget and functions config options coherent namingPaul Kocialkowski2015-07-22-4/+4
* usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song2015-06-08-1/+1
* ci_udc: Update the ci_udc driver to support bulk transfersSiva Durga Prasad Paladugu2015-05-29-19/+117
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18-2/+3
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-4/+4
* dm: usb: Allow setting up a USB controller as a device/gadgetSimon Glass2015-04-18-0/+4
* fastboot: add support for reboot-bootloader commandAlexey Firago2015-04-14-0/+13
* usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski2015-04-14-0/+3
* usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski2015-04-14-1/+31
* usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski2015-04-14-0/+1
* usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-14-14/+14
* usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2015-04-14-2/+4
* usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I2015-04-14-1/+1
* usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I2015-04-14-309/+26