summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski7-7/+1
2018-12-14usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar1-0/+5
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot4-42/+63
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-1/+43
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-33/+5
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2-5/+5
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng2-13/+2
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried1-1/+2
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried1-0/+6
2018-08-21usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot1-0/+2
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-26/+239
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo1-18/+21
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo1-1/+1
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo1-2/+2
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo1-0/+48
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo1-1/+103
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo1-1/+43
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo1-2/+20
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim1-2/+2
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini1-8/+0
2018-06-13lib: Add hexdumpAlexey Brodkin2-2/+3
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-281/+37
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan1-6/+6
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan1-2/+0
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-6/+1
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan1-7/+7
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan1-13/+0
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-22/+13
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2-4/+8
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim1-1/+2
2018-05-16usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue1-1/+1
2018-05-16usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue1-22/+3
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini39-82/+39
2018-04-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt1-1/+1
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt1-1/+1
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-09usb: gadget: USB_ETHER requires network supportAlex Kiernan1-0/+1
2018-03-29usb: rockchip: remove duplicate assignement.Heinrich Schuchardt1-1/+0
2018-02-21dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut1-1/+1
2018-02-21usb: gadget: sdp: fix pointer cast warnings for 64bit archsAndre Heider1-4/+9
2018-02-21usb: gadget: sdp: add missing line breaksAndre Heider1-7/+7
2018-02-05usb: dwc2: make casts of ep->dma_buf consistentTom Rini1-1/+1
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: gadget: Move CONFIG_USB_FUNCTION_THOR to KconfigLukasz Majewski1-0/+6
2018-02-02Kconfig: usb: Sort USB_FUNCTION_* entriesLukasz Majewski1-7/+7
2018-01-10usb: rockchip: add the rockusb gadgetEddie Cai3-0/+727
2017-11-26Trigger watchdog before calling usb_gadget_handle_interruptsVincent Prince1-0/+4